- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
Ok Calin, the issue still pending, so I’ll take it here.
Even testing without cache enabled, the error is coming from webmastertools on mobile theme:

Messaggi della console JavaScript
3 messaggi
Errore
00:48.000
Uncaught O
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:62
Errore
00:48.000
Uncaught O
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js:62
Log
00:50.000
Secure Privacy is not enabled
https://app.secureprivacy.ai/secureprivacy-plugin/web-plugin/secure-privacy-v1.js?v=0.4406271942425519:1
Altro errore
Script
https://www.rnbjunk.com/cdn-cgi/apps/head/n6xhyHpZY9SiIIpWYH2WP5M7qH4.js
Altro errore
Immagine
https://www.rnbjunk.com/foto/2020/04/logo-mobile-rnbjunk.png
Altro errore
Foglio di stile
https://www.rnbjunk.com/wp-content/cache/min/1/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome-c7e66a4cf67a20c78f6ca158cc582125.css
Altro errore
Foglio di stile
https://www.rnbjunk.com/wp-content/cache/min/1/wp-content/plugins/td-composer/mobile/style-6cbad46c691cf0f6310254790ca2a019.css
Altro errore
Script
https://www.rnbjunk.com/wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js?ver=10.3.2
Altro errore
Foglio di stile
https://www.rnbjunk.com/wp-includes/css/dist/block-library/style.min.css?ver=5.4
Altro errore
Script
https://www.rnbjunk.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp
mobile-theme.woff?9
still persisting problem on pagespeed

Any solutions given to prevent that to happen?
Respected Sir/Ma’am,
I have wpeasy wordpress hosting from namecheap.
When, i activate mobile theme theme is giving problem because in wordpress cache plugin is installed by namecheap and i can’t disable that.
When, i activate mobile theme, most of the time i see mobile theme in desktop version also. And sometime desktop theme in mobile also.
Please give me the possible solution.
My website is studypitara dot com
Hi,
Unfortunately there is no option to display the top bar on mobile version using a standard post style, you need to use a cloud header from tagDiv cloud Library to achieve this -> https://i.imgur.com/HeTHiA8.png
Thank you!
Hi Vlad,
Thank you for your prompt reply – appreciate it!
Can you please explain what you mean by “mobile theme”?
If this is with regards to the “tagDiv Mobile Theme” plugin, we did not use it.
The website was created to be responsive in both desktop and mobile version, and we’ve already added a slider to the mobile view. Our concern is that once seconds for automatic movement are added to the slider on mobile view, the desktop view becomes unresponsive.
However, if the automatic slider does not work, what are the options for this element to work and if there are any bugs how can we fix it?
Thank you!
Hi,
If you want to add that shortcode in some pages, then you can do it using tagDiv Composer, add a column text or text with title and set the shortcode in text area -> https://i.imgur.com/CSPcls9.png if this is not working, is possible to not be compatible with our theme.
On mobile the sidebar will appear at the bottom of the post.
Thank you!
Hi,
If you are using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version on mobile theme -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Hope this will help you!
Thank you!
Hello !
On mobile theme this will not work. That it is how it was made.
Thank you for your understanding !
Hello !
Everytime you switch a viewport you will have to refresh your page first.
Your website displays mobile theme.
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Thank you !
Hi,
Sorry for the late answer, we have some days off for holidays -> https://i.imgur.com/i7CdfFq.png also replying in your topic will only delay the answer, because we respond from oldest to newest.
1) If you want to remove only the title, you can use this custom css
.td-pb-article-list .block-title{
display: none;
}
The code need to be set in theme panel> mobile theme> custom code> css
2) Please try this custom css
.single .td-category, .single .td-post-comments, .single .td-post-views {
display: none;
}
3) Most of this kind of errors are from untested plugins. Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again
4) Indeed for desktop the code can be set in theme panel -> https://i.imgur.com/63MJ1Uz.png but if you are using mobile theme plugin, then the code that is set in body and head are not longer take from theme panel and the code need to be set in theme files in wp-content/plugins/td-composer/mobile/header.php (head code) and wp-content/plugins/td-composer/mobile/footer.php ( code before </body>)
Google Adsense AUTO ADS code can be set here -> https://i.imgur.com/gpTmibn.png
Thank you!
Hi,
If the code is set in functions.php and you are using the mobile theme plugin, then you need to set the code in mobile theme functions.php too -> wp-content/plugins/td-composer/mobile/functions.php
Hope this will help you!
Thank you!
Hello !
For this you will have to edit your post template using the tagDiv Composer. On posts pages you can disable the mobile theme so you will be seeing the modifications you’ve done using tagDiv Composer.
Thank you !
Hi,
If the layout is different, that is because you have activate the mobile theme plugin -> https://forum.tagdiv.com/the-mobile-theme/ this provide a better speed that do not have more customization, also if you want you can use it only for amp -> https://i.imgur.com/0WDaJjF.png and you can display the responsive pages and posts using the option from Gutenberg -> https://i.imgur.com/tLz8iq0.png
Thank you!
Hello !
Since whatsapp is a mobile device app that will not be shown in desktop versions. Only mobile theme will render whatsapp sharing option.
Thank you !
Hello !
Everytime you switch a viewport you will have to refresh your page first.
Your website displays mobile theme.
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Thank you !
Hi,
I do not quiet understand, you want to have the mobile menu like this -> instead of this -> https://i.imgur.com/AdGKurW.png, if yes, then you need to use a cloud header from tagDiv Cloud Library, edit it with tagDiv Composer, use the right click to remove the hamburger menu from mobile and add a new menu like this one -> https://i.imgur.com/Al1BVMV.png -> https://i.imgur.com/TEXRH9T.png -> https://i.imgur.com/TiZBnzp.png
If this is not what you mean, please provide some more details.
Thank you!
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Thank you !
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Also If you want to use a gallery please follow this: https://forum.tagdiv.com/gallery-2/
Thank you !
Hi,
These settings are in Theme panel> Post Settings> Video settings -> https://i.imgur.com/v23tZv5.png
Also Lazy loading for you tube videos is only for mobile.
Thank you!
En el Mobile Theme donde y como puedo cambiar el texto que viene en ingles para editarlo al español…gracias
I just recently installed Newspaper theme and I am loving it, however, I am having a couple of issues.
1. The social media counter is not working for Facebook or YouTube. It just shows 0.
2. Google ads are not showing in the post content sections, and no ads are showing on mobile devices. I have all ad spaces in the Theme panel filled in with my adsense code and I am using a custom template that has the ad blocks set and defined, for mobile, i am also using AMP and TagDiv mobile plugin with all adsense filled in in the mobile ads sposts.
Hello,
I’m trying to put the shortcode (3rd party plugins) in theme but it does not work. I tried inline text, column text, raw html but no success. The shortcode only works when I put it directly in my post. It does not work when I customize the page through tagdiv composer.
One more thing, I am using the post template of Covid Pandemic Pro (https://demo.tagdiv.com/newspaper_pandemic_pro/2020/03/19/td-post-a-call-to-arms-under-attack-pro-vaccine-doctors-fight-back/). How can I have the sidebar appear in the mobile view please? The sidebar now is only appearing on desktop or tablet, it does not appear in the mobile.
I hope to hear from you soon!
Thanks. We are waiting for a feedback there. We have tested the problem with Wp-Rocket disabled, and still persist. One of your collaborator has written it was Wp Rocket fault about the issue in mobile theme. Hopefully we can resolve the things.
Hiii,
I am using mobile + AMP theme.
My website is http://www.ekcupcricket.com
But on mobile devices my website is opening as http://www.ekcupcricket.com. There is no “?amp” in that link. I must need to open my website on mobile as http://www.ekcupcricket.com/?amp. Thing is same when I click on post link on mobile. How can I show “?amp” in my home and post link on mobile.
Hope you understand my problem.
Hello !
I enabled the plugin called “td-mobile” with the Newspaper theme.
When enabled on a mobile view, it displays a new theme for mobile which is located in the folder:
/plugins/td-composer/mobile/
How can I edit those files, without edit them directly in the plugin’s folder ? Is there any hooks or anything ?
Thanks !