- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hi,
If the sticky bar you are referring to is this row displayed at the bottom on mobile -> https://prnt.sc/1LzN6S1iisda then it is indeed loaded together with the rest of the page. Making a row sticky doesn’t mean that it’s content is loaded with a delay, there’s no option for something like that unfortunately and I can’t provide instructions on how it could be done. The only load delay the theme provides is for mega-menus, popups, footer, which were made by our developers as options in the composer and theme panel.
If maybe that sticky row is needed just for tablet/mobile, you could use a mobile page to stop loading it unnecessarily on desktop -> https://prnt.sc/igZ3qKBfCvvi I see no sticky row on desktop at this time, only on mobile.
The page is already very fast on desktop -> https://prnt.sc/JOg1CSHQz3aK and on mobile -> https://prnt.sc/KGKTTUvDDi5S due to the WP Rocket optimization for CSS and JS. And I see that the automatic lazy rendering is working as well -> https://docs.wp-rocket.me/article/1835-automatic-lazy-rendering The website is very fast.
Thank you!
I’ll need an example of the issue. By default the theme is responsive, meaning the same content from desktop is displayed on mobile. So there’s not need to to anything special.
If you deactivated the mobile theme and there is a problem, please provide an example of the problem or let me know where I can see it on your website, and I will check.
Thank you!
Good morning. How do I remove this marking of accessed content and see more news? See image. Change in both desktop and mobile versions.
Thank you.
Before I installed the mobile theme plugin the website didn’t show on mobile. Is there a way to have it show on mobile without needing the mobile plugin?
Hi,
The logo can be changed in the composer -> https://forum.tagdiv.com/add-logo-newspaper/
I see you changed it on mobile -> https://prnt.sc/jHYMc8MuNbP8 It can be changed on desktop as well.
Simply edit for example the homepage with the composer -> https://prnt.sc/6EK8SlCc16LT then click on the logo and set your own logo image -> https://prnt.sc/njJIT90Gx2NZ
In case there is a problem, or if you have more questions, let me know.
Thank you!
Hi,
I see you activated the mobile theme plugin. It is very important to know what that plugin does -> https://forum.tagdiv.com/mobile-theme-introduction/
There are a few major changes to the website on mobile, after activating the mobile theme.
One major change is how pages are treated -> https://prnt.sc/S0T1lLDmXQJt Each page will require entering content in a mobile editor, and that’s the content it will display on mobile. So there are 2 versions, the desktop version and the mobile version -> https://prnt.sc/6MvoohUMISim
It is also important to know that the mobile theme plugin is optional. You could simply not use it, and the content from desktop will also be displayed on mobile.
Please let me know if I can help more.
Thank you!
Hi,
That’s a bit unusual if Google serves the AMP version in desktop search results. I tried it as well and it looks good for me.
From the desktop search results page -> https://prnt.sc/cNuGIW_8p7m8 I arrive on the desktop post page -> https://prnt.sc/SaCSgKOerVmn
And from the mobile search results page -> https://prnt.sc/dVuWaCgnjuq2 I arrive on the AMP page -> https://prnt.sc/zn8VdtJKOVXP
I tested about 20 posts from the website like this, all looked good.
The only unusual thing I see, and I wanted to mention it, is having 14 title tags in the post page. There is the usual one in the head -> https://prnt.sc/fpFjo2-lELKr and 13 others, like one below the opening body tag -> https://prnt.sc/RCMLvYBDHVJ6 and the rest seem to be wherever there is an ad -> https://prnt.sc/QU4M8_gRe35w
I don’t think that is normal. As far as I know there should be only one title tag in a page. Or is there a purpose for having them perhaps?
Thank you!
Good morning, everyone.
I’d like to resume this conversation.
I have a situation – our entire website is quickly indexed by Google – due to the relevance and history of our content.
However, some content, when accessed from Google via (laptop/desktop), is being reported as AMP – in a mobile-friendly format.
Given this, as Chris suggested, I can set a criterion that all AMP content be reported to the normal, full page.
With this code: RewriteEngine On
RewriteCond %{QUERY_STRING} ^amp$
RewriteRule ^(.*)$ /$1? [R=301,L]
can I redirect without compromising my SEO structure? Is there another alternative for cases of this nature? Thank you.
https://imgur.com/a/rTi5j8q (look this)
Hello,
When visiting my site on mobile, the pages and content don’t load. I’ve installed the mobile TagDiv setting and tried to edit the templates, but nothing seems to work. The closest I got only added someone else’s Instagram page, but not my content.
Hi,
Thank you for your help.
I found the cause and confirmed it with testing.
The issue was not caused by Redis Object Cache, OPcache, Cloudflare, LiteSpeed, WP Rocket, or another WordPress caching plugin.
The site is hosted on a self-managed VPS using WordOps with Nginx and PHP-FPM 7.4. WordOps uses an Nginx-level WP Super Cache integration:
include common/wpsc-php74.conf;
The active Nginx rule was serving WP Super Cache static HTML files directly before WordPress/Newspaper could run.
The original WordOps rule was looking for the mobile HTTPS cache file in this order:
index${mobile_prefix}${https_prefix}.html
On my server:
mobile_prefix = -mobile
https_prefix = -https
So Nginx was looking for:
index-mobile-https.html
However, WP Super Cache generates the mobile HTTPS file as:
index-https-mobile.html
Because Nginx could not find the mobile cache file, it fell back to:
index-https.html
As a result, mobile visitors were receiving the desktop cached file before WordPress/Newspaper could serve the dedicated mobile content.
This also explains why adding a query parameter made the mobile layout appear correctly, because that bypassed the direct static cache delivery.
I adjusted the Nginx WPSC rule so it now looks for:
index${https_prefix}${mobile_prefix}.html
I also prevented mobile requests from falling back to the desktop cache file if the mobile cache file does not exist.
After clearing cache, the homepage and other pages now generate separate cache files correctly:
index-https.html
index-https-mobile.html
I tested the homepage, a post, and a category page on both desktop and mobile user agents. The first request generates the cache, and the following requests are served very fast. The mobile layout now displays correctly on a real phone as well.
So the root cause was the WordOps/Nginx WP Super Cache static delivery rule, not the Newspaper theme or WP Super Cache plugin itself.
Thank you again for your assistance.
Hi,
That probably means that the logo wasn’t changed in the mobile header. To explain a bit, a header can have up to 4 versions, meaning 4 different logos. There is the default desktop header and the sticky desktop header, and there is the default mobile header and the sticky mobile header. These versions are independent of each other.
There is a guide here -> https://forum.tagdiv.com/add-logo-newspaper/
So using the website manager, if you click on the mobile header -> https://prnt.sc/OYqu-Z-k-24g Then you can customize the logo -> https://prnt.sc/phPAGxHaT-zS
Or click on anything in the page and switch to mobile -> https://prnt.sc/Dj9ABv5q6evC then customize the mobile logo.
Then do the same for the mobile sticky header. Either switch to it from the website manager -> https://prnt.sc/m09kH1UroHel Or simply scroll a bit down while in mobile view.
In case there are any issues let me know.
Thank you!
Hi,
That is very unusual. Even with the browser inspector I’m not seeing the mobile page when I check the desktop page -> https://prnt.sc/I07-OXZNZo-X I can see it if I add a parameter after the URL -> https://prnt.sc/Gna7zUnVf4yu and the page still seems to be cached by super cache. The parameter is however bypassing something if the mobile page is displayed.
The thing is, the super cache plugin has been our recommended caching plugin since the theme was released, mainly because it works correctly when using dedicated mobile content. Of course, now there are many other caching plugins, but most of them have options to create and serve separate caches desktop/mobile.
I can confirm that while using the super cache, the desktop/mobile content of the theme is always served correctly. I have never seen it fail. I saw similar cases like this before, and it always turned out that there were other caching systems active.
If I may ask, what kind of hosting are you using for the website? Are you sure there is no server cache of any kind? I can check as well in their documentation. Let me know.
Thank you!
Hullo!
Ive used the Blockchain header template and made a website and a mobile view, but I keep getting the Blockchain logo on mobile no matter what i do. I also can’t default to the mobile site Ive made, it just pulls my webpage, and this is showing the Blockchain logo.
I also cant set a mobile footer without making a completely new mobile view.
Ive been through all the theme settings, help!
au4championship.com
TIA,
Sammy
Hi,
Thank you for your previous reply.
I made a controlled test on copied homepage pages, not on the live homepage.
Test pages:
– Desktop copy: https://bokanews.me/boka-news-2/
– Mobile copy: https://bokanews.me/boka-news-2-mobile/
WP Super Cache settings:
– Caching On
– Simple mode
– Disable caching for logged-in visitors
– Compress pages
– Cache rebuild
– 304 browser caching
– Mobile device support enabled
– Late init enabled
I also limited WP Super Cache to cache only these two test URLs, so the rest of the website is not cached.
Current test result:
1. The desktop copy is cached successfully:
wp-content/cache/supercache/bokanews.me/boka-news-2/index-https.html
2. The mobile copy is cached successfully as a separate mobile cache file:
wp-content/cache/supercache/bokanews.me/boka-news-2-mobile/index-https-mobile.html
3. When I open the mobile copy directly on a phone:
https://bokanews.me/boka-news-2-mobile/
it displays correctly.
4. But when I open the desktop copy URL on a real mobile phone:
https://bokanews.me/boka-news-2/
it opens the desktop copy and displays incorrectly. It does not switch to the mobile layout/page.
On the real homepage I also tested WP Super Cache with Mobile device support enabled. WP Super Cache created only:
wp-content/cache/supercache/bokanews.me/index-https.html
but it did not create:
wp-content/cache/supercache/bokanews.me/index-https-mobile.html
As a result, mobile visitors received the same cached homepage as desktop visitors, and the mobile homepage displayed incorrectly.
So the issue seems to be with the Newspaper/tagDiv Composer dedicated mobile homepage and WP Super Cache: even with Mobile device support enabled, the real homepage does not reliably generate and serve a separate mobile cache file.
Thank you.
Hi,
If you are using dedicated mobile content, such as the mobile theme plugin or mobile pages built with the composer, then please make sure that this setting is active -> https://prnt.sc/NKWqk2qeG5yd Or else the desktop/mobile version can get mixed up.
If that setting is active then the problem should be solved, assuming the super cache is the only cache used on the website.
Or is the problem different perhaps?
Thank you!
Hi,
Thank you — this worked perfectly.
The Big Grid Flex 2 now displays correctly on mobile, much closer to the Newsmag layout I wanted.
I’ll test it further on different screen sizes, but so far it looks good.
Thank you for the quick help!
Hello,
I am using Newspaper 12.7.6 with WP Super Cache 3.1.1 on Nginx/PHP 7.4.
WP Super Cache works correctly and makes the site very fast, but I have a problem only with the homepage on mobile devices.
The homepage was created with the tagDiv/Newspaper mobile page layout. When WP Super Cache is enabled, the mobile homepage sometimes displays incorrectly on a real mobile phone. Articles and category pages seem to work fine.
My current WP Super Cache settings are based on your guide:
https://forum.tagdiv.com/cache-plugin-install-and-configure/
When I exclude both is_front_page and is_home from caching, the homepage displays correctly on mobile devices.
My question is: how can I safely cache the homepage with WP Super Cache without breaking the mobile homepage layout?
Should the homepage be excluded from cache, or is there a specific WP Super Cache setting recommended for a Newspaper/tagDiv mobile homepage?
Thank you.
Hello,
I am using the **Newsmag theme** and I have a serious issue with ad impression tracking when using **Advanced Ads**.
### Problem:
Ad impressions are being **counted multiple times per single page view**.
Example:
* I open a news article once
* The ad is displayed only once on the page
* But Advanced Ads records **1-2-3-4–6… impressions for the same visit (random)**
### What I have already tested:
* Issue happens with **Advanced Ads sidebar widget**
* Also happens with **shortcodes in header**
* Tested with **WP Rocket disabled**
* Tested with **Lazy Load ON and OFF (0px / 200px)**
* Bot tracking is disabled
* GA4 is not responsible (same behavior independently)
### Conclusion:
This clearly suggests that the problem is not related to caching or plugin configuration, but to how **Newsmag renders widget areas or theme templates in the frontend**.
It seems that:
* Sidebar or header areas may be rendered multiple times (desktop/mobile/sticky/AJAX)
* Or the DOM is being rehydrated/rebuilt after page load
* Which causes Advanced Ads to register multiple impressions for a single page view
### Request:
Could you please provide a **fix or official workaround** for this issue?
Specifically:
1. Does Newsmag render widget areas more than once per page load?
2. Is there any known issue with duplicate rendering of sidebars or header areas?
3. Is there a recommended way to ensure that widget areas are rendered only once for ad tracking compatibility?
4. If this is a theme limitation, what is the correct setup for ad placement to avoid duplicated impressions?
This issue makes ad analytics unreliable and directly affects monetization accuracy.
I would appreciate a clear technical solution or configuration guidance from your side.
my website: http://www.redeweb.com
Thank you.
Please try something like this:
@media (max-width: 767px) {
div.td_block_big_grid_flex_2 .td-big-grid-flex-scroll-holder {
overflow-x: auto!important;
overflow-y: auto!important;
white-space: normal!important;
}
.td_block_big_grid_flex_2 .td-big-grid-flex-scroll-holder {
display: grid!important;
grid-template-columns: repeat(2, 1fr);
gap: 3px;
overflow-x: visible;
white-space: normal;
}
.td_block_big_grid_flex_2 .td-big-grid-flex-scroll-holder .td_module_flex_7 {
width: 100%!important;
flex: none!important;
}}
Then the Big grid flex 2 should look like this on mobile -> https://prnt.sc/BuxRJFJFWpqi
The code can be entered in the Live CSS in the admin bar, or in the theme panel custom CSS section. Maybe also clear the website cache to make sure the code applies.
Please give it a try and let me know if it worked or in case there are any problems with it.
Thank you!
Hi,
Yes, I am using Big Grid Flex 2.
If you can provide the CSS solution to make the mobile layout display like the Newsmag example, that would be great.
Thank you!
Hi,
That is possible. It could be made with a section, meaning using multiple blocks, which can be arranged as needed on desktop and mobile.
But it could also be done with some CSS. Maybe this will be easier if you just want the grid to look that way.
In Newspaper are you using Big grid flex 2? -> https://prnt.sc/VYV3XQeAAqxP Let me know if that’s the case, and I’ll provide a solution to make it display as you want on mobile.
Thank you!
Hi,
The font for the post content on mobile is 15px from what I see -> https://prnt.sc/aQBaqyiB2JuO On desktop it’s 18px.
The post title on mobile is 45px -> https://prnt.sc/R38xqcs-8HNt On desktop it’s 55px.
This means it’s working fine. There are font sizes set for mobile, which override the desktop font sizes. I don’t see a problem with it so far.
Let me know.
Thank you!
Hi,
While I’m not quite sure what’s happening exactly, I do see a mobile menu and a search inside the content of the homepage, not in the header -> https://prnt.sc/SNrqVyfjCB0K
In the post pages after I refresh the page I also see a mobile menu and search, but still inside the content, not the header, the header is this one -> https://prnt.sc/zhqYSFNarOYn
I believe you added the mobile menu and search inside the content not the header. This can be seen while clicking on the elements in the composer, for example if you click on something you can see the zone it’s in, like this -> https://prnt.sc/BbpWRHinTxxu or like this -> https://prnt.sc/0yslOal_Ohva
And I think you are also using mobile templates perhaps, which complicates things a bit.
I can help fix these things, the fastest way would be send an email at contact@tagdiv.com and provide admin access (user and pass) for the website, so I can check how the header is built and make adjustments where needed.
Thank you!
Hi,
I really like how Newsmag automatically changes the Hero/Big Grid section on mobile (see Screenshot). The first featured article stays large, while the next four articles are displayed in a clean two-column grid.
In Newspaper, the same section keeps the desktop layout and the smaller articles become horizontally scrollable instead.
Is there a built-in Big Grid, Flex Block, Cloud Library template, or responsive option that reproduces the same mobile layout as Newsmag?
Thank you!
Seen here, I have the settings such that it should display as smaller font on mobile. This snipboard image is me editing the global template for posts.
https://snipboard.io/4u7iJY.jpg
However, when I look at it on my phone, it still reads with a bigger font, for both the title area (the words “why the sky is blue”) and the content text (instead of merely giving you the answer…)
Please use your mobile vertical phone to view https://factcheckedexplanations.com/why-is-the-sky-blue/
and you will see it doesn’t match the snipboard image (the snipboard image should be what really shows up on the phone, but the link above doesn’t match that)