- NewspaperHomepage – How to build and set it
- NewspaperHow to edit modules for Flex Block X
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
- NewspaperHow to Use tagDiv Cloud Library
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperThe Mobile Theme
- NewspaperPage templates
- NewspaperTheme Colors Introduction
- NewspaperFooter Builder
- NewspaperMain Menu
- NewspaperPre-built Websites: Introduction
Claude for the win! – Found it — confirmed directly in the page’s DOM. The cause is a menu link URL collision, not a bug in the “active state” logic itself:
The root issue: Under each of the SPORTS, NEWS, MUSIC, and BUSINESS dropdowns, the “Writers” submenu header is set to link to https://barrettmedia.com/ — the homepage — instead of a real anchor page (probably because there’s no dedicated “Writers” landing page, so whoever built the menu left the URL pointing at home as a placeholder).
WordPress’s nav walker assigns the current-menu-item / current_page_item classes (which drive the “active” styling) by comparing each menu item’s URL to the current page’s URL. Since four separate “Writers” items all share the exact same href as HOME, all of them get flagged current/active whenever you’re on the homepage — alongside HOME itself, which is correctly active.
That’s 5 “active” items per menu instance (HOME + 4x Writers). And because the theme renders the same nav markup three times in the DOM (desktop menu, mobile menu, and what looks like a sticky/duplicate header version — all sharing the menu-fall-2025-main-menu-2 menu), it shows up 15 times total in the page.
The fix: give each “Writers” submenu parent a real destination (an actual writers/authors archive page, or at minimum a distinct # / non-matching anchor) instead of the bare homepage URL. Once those links stop matching https://barrettmedia.com/, WordPress will stop marking them current, and only HOME will show active on the homepage.
Hi,
That’s probably caused by the caching or the optimization. Depending on which plugin you use, I suggest checking options that optimize the CSS. Try disabling CSS related optimization options from the plugin you are using to see if the issue is solved.
I don’t think I’ve seen such an issue before, so I’m not sure why this happens or what to suggest exactly. It is a bit strange that it’s affecting only the homepage.
I’ll check the page more and if I find something I’ll let you know.
Thank you!
Hi,
First of all, thank you for your previous reply regarding Flex Blocks and background images.
I’m trying to optimize my website as much as possible for Google’s Core Web Vitals, especially on mobile, and I’d like to make sure I’m using Newspaper in the best possible way.
My website is:
https://actugeekgaming.com/
My latest PageSpeed report:
https://pagespeed.web.dev/analysis/https-actugeekgaming-com/aomr1s8vst?form_factor=mobile
At the moment my mobile score is around 50–60, and I’d like to improve it significantly while keeping Newspaper if possible.
Here is what I’ve already done:
Removed the homepage video background.
Replaced the hero section with a normal image.
Optimized all featured images.
Enabled WP Super Cache.
Enabled Jetpack CDN.
Upgraded to PHP 8.2.
Removed unnecessary plugins.
Added preload for the LCP image.
Contacted support regarding Flex Blocks using CSS background images.
I understand that Flex Blocks use background images by design, and you’ve suggested creating a custom Module Builder template using an element instead.
Before rebuilding my homepage, I would like to ask a few questions:
1) What are the official Newspaper recommendations for achieving the best possible Mobile PageSpeed score?
2) Which homepage modules or blocks are the most performance-friendly?
Are Flex Blocks still recommended for the first visible section, or would you recommend using a Module Builder layout instead?
3) Are there any Newspaper or TagDiv Composer settings that should be disabled to improve Core Web Vitals?
4) Do you have a performance optimization guide specifically for Newspaper?
5) Do you know of any websites using Newspaper that consistently achieve 85–90+ Mobile PageSpeed scores?
If so, could you share a demo or explain what makes them different?
6) Apart from replacing Flex Blocks, is there anything else inside Newspaper that commonly hurts LCP or overall mobile performance?
My goal isn’t simply to increase the PageSpeed score, but to build a fast, modern news website while continuing to use Newspaper.
Thank you very much for your advice!
Hey – My website https://barrettmedia.com is showing several “Active” menu items. However – if you use a cachebusting URL – the correct behavior is observed
https://barrettmedia.com?cache. This is only happening on the homepage, the inner pages are correct – is there a way to fix this?
Hi,
1. That will require CSS. I’ll try to provide a solution. Which grid are you using? And which corners should be rounded?
2. The pages that the opt-in builder uses are regular pages. The slug can be changed as needed. I tried it now for the checkout page for example -> https://prnt.sc/FxsGIRv6Bx23 Now the page has my new slug -> https://prnt.sc/P4ZwhmEcMa8M Changing the slug of a page doesn’t affect the content of the page or of another page like the homepage. If something happened to a page you could restore an older revision -> https://prnt.sc/GdftD-Ws3il3
I should mention that we’re preparing to close the support forum, meaning it won’t be possible to create new topics or replies. We will continue to provide support by email only, and only for users that have an active support period. In case I don’t manage to get back to you here in the forum, please send an email at contact@tagdiv.com and we can continue there.
Thank you!
Hi Simion,
Thank you for pointing out the exact location.
I opened the homepage in TagDiv Composer and removed the malicious script as well as the entire Raw HTML element from the top row, then saved the page.
However, when I run the Sucuri scanner again, it still throws the “Warning: Malware Detected” alert.
Is it possible that TagDiv Composer’s internal cache / compiled page cache is still serving the old version of the homepage, or is there another place within the composer/theme options where this needs to be cleared?
Best regards,
Mladen
There’s still something wrong. The Sucuri test still finds this -> https://prnt.sc/FOt2OGWKnwhF
If I check in the homepage there is a raw HTML which loads this script -> https://prnt.sc/jTP0J5UTTi4R
So it seems to be in the page content. If you edit the homepage with the composer that raw HTML should be visible, it’s right at the top of the page in the first row. Could you please check there?
Hello,
I’m using Newspaper 12.7.7 with the latest tagDiv Composer.
My homepage scores around 60 on Google PageSpeed Insights (mobile).
Lighthouse identifies the homepage LCP element as:
<span class=”entry-thumb td-thumb-css”
style=”background-image:url(…)”>
The image is rendered as a CSS background instead of an element.
Lighthouse reports:
fetchpriority=high should be applied
render-blocking CSS, especially:
td_legacy_main.css
style.css
tds-front.css
I already tested:
latest Newspaper and tagDiv Composer versions
Jetpack Image Accelerator enabled
cache enabled
manually adding a preload for the LCP image
My questions are:
Is there any supported setting or Flex Block that renders the featured image as a real instead of a CSS background?
Is there an official hook/filter to customize the thumbnail markup?
Is there a recommended way to improve LCP for Newspaper homepages?
Can td_legacy_main.css or other legacy CSS resources be safely disabled on Newspaper 12.7.7?
Website:
https://actugeekgaming.com
PageSpeed test :
https://pagespeed.web.dev/analysis/https-actugeekgaming-com/hodhlqczsz?form_factor=mobile
Thank you!
Hi,
I see you are using the latest theme version. You can also use the latest wordpress version, the theme works fine with it. Most of our users use wordpress 7, the latest version.
I’ll need more details about the issues. As a website visitor I see just one error in the browser console, in the homepage -> https://prnt.sc/AjeHSUfIvrZd which seems to be related to an ad code used in the page. There are no other errors where I checked.
And the loading speed that I’m seeing is very good, on average it’s between half a second to a second -> https://prnt.sc/0UL4HsZBKNUZ
Please let me know how I can see the issues that you are reporting. In case I need to log in to see the issues, then I suggest to send us an email at contact@tagdiv.com and provide admin login.
Thank you!
Hello
Thanks, I have worked on the offset. It’s okay now.
However, I have another challenge with the top of the website’s homepage, which I have not been able to fix for a while now. How do I go about it?
I want:
1. The present first column becomes the third column
2. The present second column (the column with the Big Picture) becomes the first column
3. The present third column becomes the second
Thank you.
Hi Simion, how are you?
Thanks for your support as always!
On the homepage, within the large featured image, there is a button with the text “read post,” and I want to replace that phrase with “Leia.” However, I cannot find where to change it—neither in the TagDiv settings nor in WordPress itself. How do I make this change?
Awaiting,
Best regards,
Marcelo
From what version did you update? Is this the main website? -> https://tbrnewsmedia.com/ That’s Newspaper 4, from 2014. This changes things. Those aren’t old shortcodes, they are very old shortcodes, they don’t exist in the theme anymore unfortunately.
My suggestion is to consider using a new homepage. If you want to keep it simple, I suggest the default demo -> https://demo.tagdiv.com/newspaper/ This is the non-PRO version. These non-PRO demos rely on the theme panel settings and templates.
You can also import just a homepage, they are available separately -> https://cloud.tagdiv.com/#/load/All It can be done from the cloud library dashboard -> https://prnt.sc/gmxEkzRSHmY1
Or you can choose any of the theme demos, if you maybe want to update the design -> https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/?demo-type=all
The PRO demos are fully built with our composer, meaning you can edit and customize the homepage and also the post template, category template, etc. with the composer -> https://tagdiv.com/live-visual-builder/
We can discuss more, let me know if you have any questions.
Thank you!
Hi,
Some demos have a few demo ads in the pages and in the templates, these are set directly with the composer, not in the theme panel. However, the ads can easily be removed, it’s just a matter of editing the homepage and the templates with the composer, and removing the ad boxes, for example -> https://prnt.sc/CaMZmcdhgXpT
If the ads appear to be loading but then they disappear, maybe you are using an ad blocker in the browser. Do the ads appear if you check in incognito mode or with a different browser?
If you want I can take a look and remove the ads, you can send us an email at contact@tagdiv.com and provide a link to the website and admin login (user and pass).
Thank you!
Hello,
We updated the Newspaper theme to the latest version on a staging site. After the update, the homepage and category pages are not displaying correctly because the old Newspaper shortcodes are no longer working.
Could you please let us know if there is a way to restore support for these legacy shortcodes, or if the pages will need to be rebuilt using the latest version of the theme?
Here is staging site: https://stgtbrnewsmed.wpenginepowered.com/
Thank you.
Now, I have a question. How do I delete that simple green line below the “Moda e Beleza” title on the homepage? As you can see, there is a vertical green line.
Hello,
on the homepage of my website an add of tagdiv appears for a second and disappears again when reloading the page. I did not set up this ad actively. If it helps, the ad image is a shoe.
I have checked already in the theme panel> ads all items and there is no ad-url.
What could be the reason and how can I delete that ad?
Regards
Nilgün
Hello Newsmag Support,
I have a question regarding the search functionality in Newsmag.
On my homepage, when using the search bar, the results are not displayed in chronological order. For example, when searching for a keyword such as “Olfer”, older articles are shown before newer ones.
After checking several searches, it seems that the search algorithm prioritizes posts that contain the keyword in the title, while posts that contain the keyword only in the content appear later, regardless of their publication date.
Could you please let me know:
Is this the default behavior of the Newsmag search?
Is there an option to sort search results by publication date (newest first) instead of relevance?
If not, is there a recommended way to achieve this without modifying the theme core?
I’m using the latest version of Newsmag.
Thank you very much for your help.
Please also deactivate the AMP plugin -> https://prnt.sc/urrTbuqCUPtU because I see that the posts are using AMP on mobile -> https://prnt.sc/55md929Rivvs
But I’m not quite sure what’s going on with the homepage. I can only see a footer in it -> https://prnt.sc/wFJGrZC6LPhB
Did you maybe set a mobile page for it? Please check here in the admin bar -> https://prnt.sc/aKa8U-4ONmoY
Le me know.
Thank you!
That standard post template is not actually meant to be used on the website, except temporarily for the situation when there is no post template set. The backup standard template has no customization options.
I believe you installed this theme demo -> https://demo.tagdiv.com/newspaper_downtown_pro/ On your website I see that except the homepage you are no longer using any of the templates provided with the demo, like the header, footer, post template, category template. This is fine, you can use the templates you want.
The post template that comes with that demo is this one -> https://demo.tagdiv.com/newspaper_downtown_pro/2022/03/08/the-scars-of-war-will-remain-there-for-life-published-study-finds/ If you want to use a different post template, it’s perfectly possible. And if you want it to look like the backup standard template, you could use this one -> https://cloud.tagdiv.com/#/single/single/Single/11 Please import it on the website -> then customize it with the composer and set it globally.
Using a cloud post template will replace the standard backup post template, which is normal. But you can easily customize the cloud post template adn make it look as you want. I can help as well, let me know.
Thank you!
Hi,
That’s the mobile theme version -> https://forum.tagdiv.com/mobile-theme-introduction/
The mobile theme is an optional plugin that we provide. It has it’s own design, homepage, templates. Please deactivate it if you don’t want to use it -> https://prnt.sc/4hIOpMXHN4oY Then the same content from desktop will be displayed on mobile.
Let me know if I can help more.
Thank you!
Subject: Newspaper Header Logo always links to the default language homepage when using Polylang
Hello tagDiv Support,
I am using the latest version of the Newspaper theme (v12.7.6) together with Polylang on a multilingual news website.
My website structure is:
– English (default): https://yogyapost.com/
– Indonesian: https://yogyapost.com/id/
The multilingual setup is working correctly:
– Language switcher works properly.
– hreflang tags are correct.
– Canonical URLs are correct.
– Open Graph URLs are correct.
– Rank Math SEO outputs the correct metadata for both languages.
However, I have one issue with the Header Logo element.
The issue
The header logo always links to the default language homepage:
even when the visitor is browsing the Indonesian version of the website.
For example:
Current page:
https://yogyapost.com/id/2026/07/09/example-article/
Expected logo link:
https://yogyapost.com/id/
Actual logo link:
https://yogyapost.com/
Inspecting the HTML shows:
My desired behavior
I would like the logo to behave as follows:
– On English pages:
– Home → https://yogyapost.com/
– Articles → https://yogyapost.com/
– On Indonesian pages:
– Articles, categories, tags, archives, search results, etc. → https://yogyapost.com/id/
– (Optionally, I would like the Indonesian homepage itself to continue linking to the English homepage, but my main concern is that all Indonesian content pages should return visitors to the Indonesian homepage.)
What I have already checked
– Newspaper Theme v12.7.6
– Polylang
– Rank Math SEO PRO
– WordPress.com Business
– Header Builder (Cloud Templates)
I also checked the Header Logo element but could not find any option to configure the destination URL of the logo.
My questions
1. Does Newspaper officially support language-aware logo URLs when using Polylang?
2. Is there a built-in setting to make the Header Logo automatically link to the current language homepage?
3. Is there a hook or filter that developers can use to override the Header Logo URL?
4. If this is not currently supported, is it considered a feature request or a known limitation?
Thank you very much for your assistance.
Unfortunately I still don’t quite understand the problem.
If there is a problem with the composer, I can take a look directly on the website. Please send us an email at contact@tagdiv.com and provide admin user and pass for the website. I will edit the homepage with the composer to see what happens exactly.
Concerning the fonts in the post page, from what I see the post pages are using a basic post template. I assume you want to use a cloud post template, or you were using one before, which looks like the rest of the website. Please check if the cloud post template is set -> https://prnt.sc/_S5MQXxVZ8qx
Thank you!
Hello tagDiv Support,
I recently purchased a new Regular License for Newsmag and downloaded the current full package directly from ThemeForest.
The package is Newsmag 5.4.3.6, and the bundled file:
Newsmag-tf/plugins/js_composer.zip
contains WPBakery Page Builder 8.7.2.
Our website currently uses WPBakery 6.13.0, and the homepage depends directly on WPBakery shortcodes. We need to update it securely without breaking compatibility with Newsmag, tagDiv Composer, or the existing homepage layout.
WPBakery’s official changelog lists version 8.7.3 with an additional security-related fix involving capability and nonce verification for frontend preview requests.
Could you please confirm:
1. Whether you can provide a Newsmag-tested WPBakery 8.7.3 package;
2. Whether WPBakery 8.7.3 is officially compatible with Newsmag 5.4.3.6 and may be installed manually;
3. Or whether you recommend installing the bundled WPBakery 8.7.2 version while waiting for a future Newsmag update.
Please also confirm whether an updated ThemeForest package is planned.
Thank you.
Hi,
That is possible.
Please edit the homepage with the composer -> https://prnt.sc/4aGMrsdBYYO1
Then scroll down to the footer and click on this row -> https://prnt.sc/zP_iAizgWhjm
In the CSS tab of the row settings the image can be removed or replaced.
Please try it. Let me know if you have more questions.
Thank you!
Actually that demo uses two headers. They should both appear in the cloud library dashboard, for example -> https://prnt.sc/ai3_p1GizDYY I should have mentioned this before.
There’s an overlay header, used just for the homepage I believe, and a regular header used for the rest of the website.
An overlay header means it is displayed over part of the content, and it’s usually transparent.
You could use just one header if you want or if it’s better for your website. To make the homepage use the global header instead of the special overlay header, while editing the homepage with the composer please set the global template here -> https://prnt.sc/I2g_blW_UFSd
To explain how that works, you can have different headers if you want, per page. A page can either use the global header, or a specific header if it’s set here -> https://prnt.sc/mcE-54JaWjw_
Please let me know in case there are further issues.
Thank you!