- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hello!
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
âThis custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the websiteâs header.â ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
We tested our tool on our demos, and we have such great results!
Take a look in this topic because it could help you: https://forum.tagdiv.com/topic/css-analyzer-step-by-step-and-doubts/
Thank you!
Hi, Vlad!
I was searching a little also, and it seems that your demos use the “optimize JS” (Minification) and “aggregate JS-file” (Concatenation)… none of this options helps with the AMP issue.
But I also found a thread in GitHub that explains the issue:
https://github.com/ampproject/amphtml/issues/28638
It is a kind of false positive given by PSI. It seems that there is an ongoing issue with the AMP devs to mitigate these notifications..
Kinda sucks, but apparently there is nothing for us to do for now…
2. Actually I mean – can you do function which will automaticly take (for example h2 headers) and generate from them a contents on the top? In case of need
5. I very like this forum text style, text color and background color. It’s looking amazing! Please tell me, how can I setup the same on my site?
Thanks!
Hello !
You can create a topbar if you are using Mobile Templates insead of Mobile theme plugin. That can be done using tagDiv Composer. Take a look at our Mobile template video guide here: https://www.youtube.com/watch?v=SpGkOnJeNZY&t=3s
I hope this was helpful !
Thank you !
HI there,
We are using the newspaper theme (Version: 10.4) with tagdiv mobile, composer, standard pack and official AMP plugins.
We are using mobile + AMP theme in Transitional mode
We would like to customize the template for posts, currently the AMP pages uses the template /wp-content/plugins/td-composer/mobile/single.php
Based on documentation of AMP plugin I added the newspaper-child theme and created a folder called amp in the child theme root and copied the single.php file to this folder renamed it to blog.php and created another copy and renamed to home.php, then added the following filter in the child theme functions.php:
add_filter( 'amp_post_template_file', function ( $template, $template_type, $post ) {
if ( 'page' === $template_type && 'page' === get_option( 'show_on_front' ) ) {
if ( (int) get_option( 'page_on_front' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/home.php';
} elseif ( (int) get_option( 'page_for_posts' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/blog.php';
}
}
return $template;
}, 10, 3 );
However the amp pages still called the posts template single.php from the td-composer plugin!!
I also tried adding the following filter in child theme functions.php:
add_filter( 'amp_post_template_file', function ( $file, $type ) {
if ( 'single' === $type ) {
$file = dirname( __FILE__ ) . '/amp/blog.php';
}
return $file;
}, 10, 3 );
This also doesn’t work.
Please let me know how do I create a custom template for posts only AMP pages without modifying the single.php in the td-composer plugin because when the plugin is updated, my customization will be lost.
Thanks!
I mean this, but when I try to upload the section to Cloud Library it is always waiting for installation
https://www.politicamagazine.it/wp-admin/post.php?post_id=6262&td_action=tdc&tdbTemplateType=page&prev_url=%2F%2Fwww.politicamagazine.it%2Fcovid-19%2F
Hello,
The mobile theme plugin is created for the mobile version. You can use it even if you have a pro prebuilt website. As you probably know Mobile Theme has the own templates design, and can’t be edited with tagDiv Composer.
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hello!
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
âThis custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the websiteâs header.â ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Thank you!
Hi, thank you this looks great! I’m unsure why but it doesn’t appear to work when seen on Posts (on mobile)
Here is an example of how I would like it to be
without transparence
https://groupgalactica.com/wp-content/uploads/2021/04/01-Menu-mobile.jpg
Thanks for the quick reply.
So if I disable the default pack plugin block 1-25 modules no longer work?
For example here >> https://nimb.ws/N1Cshq
I am working with cloud templates for header, footer and posts. But not for Pages. I use e.g. block 14 on pages. Do i have Change all Block Elements to Flex-Modules if i want to deaktivate the Standard-Pak.?
Can I just disable the plugin and see? Will the settings be saved so I can just reactivate the plugin after testing? I do not want to deactivate the plugin and later rebuild my whole site again đ
-
This reply was modified 5 years by
Patrick93.
Hello,
Standard Pack is used only for default templates and not for cloud/PRO templates. Also, when you install this plugin, you can see in the theme panel the settings for default templates(header/footer/post).
For example, block 1-25 are removed, these blocks are created by default and you can not change/customize their design with tagDiv Composer. If you will need more options to customize your templates, we recommend using a cloud/PRO template.
Thank you!
Hello !
I am sorry. I’m not sure I fully understand what you are looking to achieve. Can you provide an example?
Thank you !
Please help!!
When I share the articles on Social Media, Feature Image doesn’t show. (It’s happened after I update Newspaper Theme to version 10.4)
How can I fix it?
Hi Vlad: thanks for that.
– Is there any timeline on the fix? I’m pretty sure everyone else has the same problem, and it’s affecting ranking and impressions on google.
– Is there any manual code fix in the meantime, where amp draws from the full image size (1200px) rather than 696px?
Newspaper theme header live search is working very slow & sometimes not working at all. It should be instant as soon as user start typing something to search.
Here is our site https://qnewshub.com/
Please check & let us know how to fix this. Please do this on priority basis & ASAP.
but not other menus are working … i think you should carefully check again.. check another hindi menus..we are facing this issue since long… please check proper again… and if you want then you should check all settings too… If we activate AMP version then same problem we face.. please check ..
Thanks
-
This reply was modified 5 years by
sgupta.
1. I tried code you provided and blockquote looking like this https://www.screencast.com/t/4JY005txW
I like your last sample, but please can you do:
a) do text align-left inside blockquote
b) little bit move text to the right from blue thing
2. I am sorry but I don’t understood how to do that. Can you please show me step-by-step?
Thanks
-
This reply was modified 5 years by
mikevanmoonlight.
Hello,
I am using the tagDiv Mobile Theme Plugin for my posts.
Unfortunately the posts are not as customizable as I would like (e.g. header & footer).
For this reason I wanted to use Mobile Cloud Templates >> https://drive.google.com/file/d/1MJTe5sTmIqvAuaRqFfr7SFFG5PM6VlTw/view?usp=sharing
So far everything fits. The page looks good and I reduced the elements a lot, so there are only a few elements.
But the Pagespeed Insights result is very very bad. Have a look at the lab data:
Mobile Theme Enable >> https://drive.google.com/file/d/1Wt03kmaeJl7P-3SEgMED1BYI4ouWS-uH/view?usp=sharing
Mobile Theme Disable >> https://drive.google.com/file/d/1o8imOj1lPIgkgdX0FDmYMJpRKMZsTtuI/view?usp=sharing
How can this be? Did I do something wrong?
I have adjusted the posts so that they are exactly identical in content. Only the footer is different. And then such a big difference? đ
Info:
Yes, I have disabled and enabled caching and tested all possibilities. Unfortunately nothing helps.
Hi!
The “reduction of the JS” is not an option in Autoptimize… I could find delay, defer, minification and concatanation. If I am not wrong, there is no other options (also, these options are present in another plugins – the one I use included). Am I missing something in Autoptimize?
Also, as much I use another plugins in my website, it seems that this problem is comming or from the Nespaper Theme, or the official AMP plugin (as I do not use any other plugins for serving AMP pages). Do you know where does this come from? Someone must have had this issue some other time, no?
Hi,
It doesn’t make a change.
Google Analytics only counts the AMP traffic.
It works when I set it again on Mobile+AMP but doesn’t work when I switch back to Mobile only.
Can you help?
Hi,
In my website I have a Flex Box with category filter as “Sigle related from tags”, sort order as “Latest” and a limit of 8 articles showed.
Now, my articles has generally more than 1 tag associated. For example, my last article has the following tags: “medicine”, “law” and “economy”.
I noticed that in last article views, Flex Box suggests all past post with “medicine” tag (actually the first associated to my article) sorted by date of publication, but if I have an old article with more common tags (“medicine”, “law” and “economy”), it doesn’t appear because too old. Concettually it would be more usefull to get a priority in sorting articles as:
– most common tag primary
– time of pubblication secondary
Can you suggest me a solution?
Thank you,
Enzo
Hi Bettina, thank you for your reply. I was able to fix it by removing the amp auto ads tag in the amp section of the mobile theme.
I so far have only two problems right now. I hope you can help point me to the right direction on how to fix them –
1. Social media icons before and after the articles in any post page doesn’t appear in mobile devices. It does appear but as invisible. You can click on them but you don’t see them.
This is the desktop version highlighting the social icons – https://imgur.com/SU4bMe3
This is the mobile version (using chrome or safari regardless of iOS or Android)
https://imgur.com/mEc1acy
https://imgur.com/AkD13rN
2. The other problem I have still got to do with the header and the footer going garbled. This happens when you click on any categories like for example – https://insideios.com/category/aapl-stock/ https://insideios.com/category/apple/homepod/ this is what appears – https://imgur.com/jo2OrgP The header and the footer is very garbled. It seems to appear erratic and sometimes it appears well so I don’t know why as the category page is only connected to one cloud template. As usual I have cleared all cache.
Appreciate it if you can point me to how I can fix both the problems. And as always, thank you for your support.
Hello!
This issue has been discussed already here: https://forum.tagdiv.com/topic/themes-pageviews-count-vs-ga-pageviews-count/
Please note that AMP Analytics from theme panel settings will appear only if you set up âMobile + AMPâ or just “AMP”.
Thank you!
Hi,
Following our host having to redeploy and restore our sites from a backup I have noticed an issue across our websites with the Tagdiv editor.
Any changes made to current elements in the editor are not saved nor reflected on the live page, adding new elements just adds text e.g ‘row’ (highlighted below) instead of the block, and clicking on these doesn’t do anything so they are unable to be edited, saving the page does not update it and when refreshing the builder/edit page the new added elements are gone.
Do you know what might be causing this, or how to fix?

https://www.scottishgrocer.co.uk/ in example