- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
Hi,
This is usually a cache problem, the plugin cache show sometimes the mobile version.
What kind of caching plugin do you use? Please use only WP Super cache because this is tested with our theme. If you are using some untested plugins, please remove all of these, clear all the caches, purge CDN files and check the results.
Hope this helps and let us know!
Thank you!
Hi,
I have inspected your website on mobile and I saw that your Header Ad is not right aligned as you can see here -> https://www.screencast.com/t/aep6Zsx4TC As a quick fix, you can try to add the code below and place it in Theme panel -> Cusotm CSS area.
@media (max-width: 767px){
.td-header-sp-rec .adsbygoogle {
margin-left:0!important;
}
}
Unfortunately, we cannot replicate this behaviour. Also, if you want some deeper investigation about this case, you need to send us an email at contact@tagdiv.com with your log-in information (wp-admin) and CPanel access. Before this, you need to make a full backup to your database, disable all of the untested plugins and remove all of the additional customizations to avoid any interferences in the theme.
Thank you!
Good afternoon.
In the description of the template it says this:
Optimized for mobile – The theme will make sure your website will look beautiful on all devices. It’s responsive and retina ready
Thank you.
Hi,
Unfortunately, the mobile theme plugin is not available for Newsmag theme, sorry! This feature is available only for Newspaper theme.
Thanks.
Hi,
If I understand correctly you want to hide those categories -> https://www.screencast.com/t/gUMl9X40M if is so please add this custom css in Newspaper>theme panel>Mobile theme > Custom code> css
-> https://www.screencast.com/t/A8CN8wTOVJg
.td-category-header .td-category {
display: none;
}
Thanks.
Hi,
Unfortunately using the mobile theme you can not achieve the layout of the desktop, sorry!
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to use for pages that are made with builders ( tagDiv Composer, WPBakery ) only the classic editor also for mobile theme the content for pages need to be set in mobile editor -> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want to have the desktop layout you can deactivate the mobile theme and use the responsive version of newspaper for mobile.
Thank you!
still, the mobile theme misses functionalities like auto post loading etc.
Same issue. Had to deactivate/delete the Mobile theme for making it work. Needs to be fixed soon.
This is the exact same issue I am having. I was told to follow the update instructions which I did but error is still happening and I am forced to revert back to the previous version. From what I can tell it is in the AMP setting for the mobile theme which is different from the previous version.
Hi,
I need to modify the name of the “Featured” category used for the 3 news items that are in the “Theme Mobile”.
The problem is that the news disappears when changing the name of the category.
How can I do it without the news disappearing?
Thanks.
hey @rakesh_121
FIRST OF ALL WRITE MESSAGES IN CAPS ON IT’S VERY BAD IDEA!!!!!!!
Looks like your mobile theme appear first for users,
try to disable mobile theme,
also check cache,
Another issue can be only on your device!
Perhaps you Windows tablet or browser set to Mobile device view
Check my screenshot from MacBookPro browser Chrome

WHAT IS THIS?
MY GOD! MY ISSUE IS- WHEN I VISIT MY SITE(WEBSITE) ON PC THEN THE MOBILE LAYOUT IS SHOWS THERE AND THE PC PAYOUT GONE LIKE THIS
PC LAYOUT(ADMIN MODE):- https://www.screencast.com/t/shsLN8lUJx
WHEN I SERVE / VISIT ON PC AS A VISITOR:- https://www.screencast.com/t/kjWnY9S0iWAG
, WHY THIS IS HAPPEN?
PLEASE MAKE A SOLUTION FOR ME. THIS IS IMPORTANT.
Hi I getting this error
Fatal error: Class 'AMP_Theme_Support' not found in /home/xxx/public_html/wp-content/plugins/td-mobile-plugin/td_mobile_theme.php on line 91
im using other amp plugin, ampforwp, in previous newspaper version i didnt get any problem but this new update i have this problem, please let me know how to fix it.
thanks
When I access my site from mobile and open Page
it’s only show Tittle without content
How to fix this?
Hi,
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to use for pages that are made with builders ( tagDiv Composer, WPBakery ) only the classic editor also for mobile theme the content for pages need to be set in mobile editor -> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Thank you!
Hi,
Thank you for your appreciation! Please notice that, in the latest version of the theme, we have introduced more features for AMP. Updating it, you will use the AMP only, the AMP with the Mobile theme and also, you can set up your AMP only for the desired pages. Check the changelog from here -> https://www.screencast.com/t/Digj7cL8t
Thank you!
Hi,
That’s the default functionality for mobile devices (with the Mobile theme or Responsive Mobile layout).
Thank you!
Hello sir please help me to customize mobile amp theme its showing only latest articles. i want to add more elements like news ticker and many more.
I want to remove 1>2> pages created in categories. i want to display all post in same page without changing url. although there are lots of post in same categories.
On AMP pages this code will load – http://prntscr.com/n10gt1
On desktop and mobile theme this one – http://prntscr.com/n10h30
If you want a separate analytics code just for the mobile theme, you could enter it in the mobile theme files directly, but the one from desktop will still load (could be removed with a modification if needed). But this will have to be all redone after a theme update when the mobile theme files will be replaced.
This would be all there is to it.
I can only see featured posts followed by the latest news and then the footer. Can I add more elements in between which I have added to the PC version of my website?
Hi,
1. The amp url will be https://website.com/post-url/?amp this will not affect the seo, but is possible to be some changes because the google need to index the new link.
2. The smart list will change only the content from smart list and nothing more, that is way that text remain there.
3. For this please use a custom css
.comments .comment-form .td-warning-comment, .comments .comment-form .td-warning-author, .comments .comment-form .td-warning-email{
display: block;
text-align: center;
font-size: 11px;
opacity: .65;
}
.comments .td-form-url{
display: none;
}
-> https://www.screencast.com/t/xyMzVQZZcJug
Please set the code in Newspaper>Mobile theme > Custom code
Thank you!
From what I can see the mobile theme is loading everywhere except the homepage
– http://prntscr.com/n0z1rq – http://prntscr.com/n0z1zd – http://prntscr.com/n0z26j
AMP works as well – http://prntscr.com/n0z2jh
So the mobile theme works, but not in the homepage for some reason.
Guys,
We are really not satisfied with the current AMP setup. The Old AMP Plugin was nice, But we ub=nderstand the issues of the future support of that plugin. The new mobile theme does lack many features like auto post loading, etc.. and most of don’t use mobile theme plugin. AMP without mobile theme plugin is just the ordinary WordPress AMP plugin. So, It will be great if you guys can create an Updated AMP Plugin or an AMP integration with the theme. Your theme competitors are likely to have their AMP setup working. And if possible please optimize the theme like fewer requests, less page size.
We always love Newspaper Theme ❤
@jensgrabble So many errors would appear if there is no AMP whatsoever for the link you are testing. If this is your website https://www.ikwilgoedkoopreizen.be from what I can see AMP is not active. Please see this guide if you want to activate AMP
– https://tagdiv.com/amp-newspaper-theme/
@Bintmusic I have seen something similar with Woocommerce, this plugin also adds a noscript with a class and opacity – https://wordpress.org/support/topic/amp-paired-two-errors/ which can cause the same problem. I made some brief testing with a default theme and the same happens. It could be a problem with the AMP plugin itself or caused by a different plugin in.
While testing with WPBakery active and only theme plugins on our end the AMP posts are valid, no such errors.
The menu on mobile issue (not AMP) could be caused by minification, optimization or such plugins. The respective class that make the menu and search modals visible is not being added to the body when the icon is pressed – http://prntscr.com/n0yaz1
There are also some CSS regularities.
Maybe consider using the mobile theme just for AMP for the moment, and make a copy of the website on a testing sub-domain and set it exactly as the main one. There you can test and try to identify the problem plugin or configuration.
Hello Sir,
I’m still using older version of newspaper theme (v9.5) with old amp plugin that comes with the theme.
I have tested your latest version theme on localhost. and I have few concern.
1. if i will update my theme to latest version and if i follow your amp tutorial (mobile theme + amp plugin).
my url amp will change from https://website.com/post-url/amp/ to https://website.com/post-url/?amp
so my Question is, will it hurt my SEO? (that i am already ranking for)
2. smart list is not working fine with mobile theme, as it supposed to work.
if i goes to smart list post on mobile, Text before list start always remains on top on every page.
see this = http://bit.ly/2ukZNxa
with amp page everything looks fine. see this http://bit.ly/2Ok7Ymd
3. on amp pages Comment field name is not showing up, how will people understand where to fill what.
see this = http://bit.ly/2JDy19E
overwise your product is unbeatable. I hope you will understand my broken bad English. Have a nice day