- 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
Hi sastrysk,
The mobile version is look like that because you have the mobile theme plugin that provide you 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://www.screencast.com/t/ebUIzt4se
Since Newspaper v9.7.4 you can show the responsive version on mobile theme -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/
So in order to have the same layout you can disable the mobile theme plugin or set the page on responsive version.
Also the content that appear on mobile theme can be edit in theme panel> Footer > footer info content -> https://i.imgur.com/LTvyruS.png
Thank you!
Merry Christmas,
I have newspaper WordPress theme installed on our site.
We added the optional mobile theme there and have a couple questions regarding this.
Number #1) at first to make changes on my footer (before I installed mobile theme), I would make changes on the site by editing the footer in the DIVTAG editor by manipulating the footer menu.
However now since installing the mobile theme I notice there are 2 copyright symbols in the footer of the mobile site and no matter what I do in the footer it does not help me in the slightest as it registers no changes.
Is there somewhere else I can be making these changes?
Also I changed the font in the mobile theme and it still shows a more modern font in the footer as well. What can I do to fix these 2 problems.
#2) after installing the mobile theme we were at 92-98 score for mobile Speedtest google which was awesome! Was totally satisfied with this, as most would be.
Now having the site just running, no changes whatsoever (except adding Google Adsense ads) the page speedtest dropped to 37! Is this normal?
Thanks in advance for feedback 🙂
There is no option to do it in the mobile theme as of now. The only way to achieve it would be to disable the mobile theme plugin, this will make the theme to become automatically responsive for the mobile view. Do try it out.
Hello !
You will have to activate the mobile theme plugin in order to see those options. Find out more about it here: https://forum.tagdiv.com/the-mobile-theme/
Thank you !
Hi,
From what i can see now you are using the responsive version -> https://i.imgur.com/xzxg36Q.png unfortunately the posts from desktop can not be reproduce on pages using mobile theme plugin, what you can do is to set the post link on featured image or on some text.
Thank you for your understanding!
Hello !
Always when in chrome you switch to a mobile viewport make sure that you refresh your page, so all the changes apply.
The designs do not match because you are using the 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.
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/
Thank you !
Hello !
For a smooth transition from Newspaper 9.8 or less we recommend, you first create a backup of your website and set up a maintenance mode until your work is done.
In order to test the new implementation, you can use the WP-Staging plugin to create a staging copy of your website where you can test the new features without affecting the live site.
The first step for you to clearly see what features remain available and what’s new in Newspaper 10 would be to deactivate the Standard Pack plugin. This will probably cause your homepage to be filled with shortcodes, but don’t worry !
In this way you will know exactly what needs to be adjusted.
With the standard pack plugin deactivated you will have to import and set a Cloud template for all your default wordpress pages. In order to cover all of your website you need to import, customize and apply the following templates:
Header Template
Footer Page
404 template
Attachment Template
Author Template
Category Template
Date Template
Search Template
Single Post Template
Tag Template
All the templates found above are fully editable with tagDiv Composer which means more possibilities to customize your website. Please note that most of the old tagDiv Composer elements have been re-designed and converted to be fully customizable and can be imported to your page from here: poza cloud composer – blocks.
For the mobile menu please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also provide a link to your website so we can take a look.
Thank you !
I am using newspaper theme and tagDiv Mobile Theme also. I have set caching using WP Super Cache and I have set all caching settings according to the guide – > https://forum.tagdiv.com/cache-plugin-install-and-configure/ . By the way, I am using Cloudflare and I have also set Cloudflare settings according to the guide -> https://forum.tagdiv.com/cloudflare-cdn/
I also set Browser cache TTL to 1 month in cloudflare
Apart from that I have added the following 3 page rules in Cloudflare
https://www.MyDomain.com/wp-admin*
Security Level: High, Cache Level: Bypass, Disable Apps, Disable Performance
https://www.MyDomain.com/wp-login.php*
Security Level: I’m Under Attack, Cache Level: Bypass, Disable Apps, Disable Performance
https://www.MyDomain.com/*
Cache Level: Cache Everything, Origin Cache Control: On
I have also set cache control header in .htaccess . Below is the code
# BEGIN Caching
<ifModule mod_headers.c>
<filesMatch “\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$”>
Header set Cache-Control “max-age=2592000, public”
</filesMatch>
<filesMatch “\\.(css)$”>
Header set Cache-Control “max-age=604800, public”
</filesMatch>
<filesMatch “\\.(js)$”>
Header set Cache-Control “max-age=216000, private”
</filesMatch>
<filesMatch “\\.(xml|txt)$”>
Header set Cache-Control “max-age=216000, public, must-revalidate”
</filesMatch>
<filesMatch “\\.(html|htm|php)$”>
Header set Cache-Control “max-age=1, private, must-revalidate”
</filesMatch>
</ifModule>
# END Caching
My response header for jpeg file is as below:
accept-ranges: bytes
cache-control: max-age=2592000, public
cache-control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
cf-cache-status: BYPASS
cf-ray: 54988bd04b09c91c-HYD
content-length: 104228
content-type: image/jpeg
date: Mon, 23 Dec 2019 07:15:46 GMT
expect-ct: max-age=604800, report-uri=”https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct”
last-modified: Sun, 22 Dec 2019 07:58:16 GMT
server: cloudflare
status: 200
vary: Accept-Encoding
I have checked with my host and they have replied saying –
We checked the website and it’s currently using CloudFlare service for DNS and caching.
Also, the header reply for client’s site is also returned by CloudFlare server. What we can advise for this case is to correctly configure WordPress website for using CloudFlare for the headers to be correct.
Somehow Cloudflare’s CDN is not caching images and other files(cf-cache-status: BYPASS). Am I missing something here?
Hello !
Always when in chrome you switch to a mobile viewport make sure that you refresh your page, so all the changes apply.
The designs do not match because you are using the 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.
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/
Thank you !
Hi,
Form what I can see you have a plugin conflict, because on desktop is display the mobile version -> https://i.imgur.com/zcgToUi.png is very possible to interfere with amp too. Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Let me know the results!
Thank you!
Hello !
Please follow our tutorial in order to setup Mobile theme + AMP: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Also provide a link to your website in order to inspect.
Thank you !
Hi,
Sometimes if the website resources like the stylesheet are slow to load, the result my be negative. If the style is not loaded in time when running the test the mobile version will look like this -> https://i.imgur.com/zBYHcxE.png so it will mention that the menu item links are too close together. But actually when checking with a phone there is no problem.
There is a discussion in this topic – https://forum.tagdiv.com/topic/i-have-two-problems-in-mobile-friendly-test/
A solution to improve the mobile speed of the website is to use the mobile theme plugin. This is a simplified version of the website, it is much faster
-> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Hope this will help you!
Thank you!
Hi
I went to my Webmaster Tools and I found some errors with the theme. Can you please help me fix them?
Here is a screenshot of the errors: https://www.screencast.com/t/tjS2lXLeqDiy
If you could tell me where to fix these issues in the theme panel.
Thank you!
Hello,
I Dont know if this is exactly the same question as codeevolved had. The reason I don’t know is not because I cannot read, but instead because I see a completely different set of menu options on the screenshot by Vlad.
So my questions are is what as follows.
Why is are my menu options different than yours? I see no mobile theme to get to like you have in yours. What am I doing wrong?
Here is a screenshot of my theme settings:
https://pasteboard.co/IMpJBhP.jpg
Any help greatly appreciated.
Thank you!
Pawan Vishwakarma <vishpawan005@gmail.com>
2:13 PM (9 minutes ago)
to contact
error 1:
Access to font at ‘http://wp-content/themes/guruji_v10.2/images/icons/newspaper.woff?17’ from origin ‘http://.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
see here : https://prnt.sc/qe7sdp
error 2:
error in amp https://prnt.sc/q4d9i7 see this help me out
error 3:
sometimes on desktop mobile view is open
Hi guys,
I’ve spent quite some time on this logo problem already and for something so simple it feels like it has been very wasteful unfortunately…
I am using Header Template 15 from the Cloud Templates and have edited it with your editor to, selected the image (standard and retina), enabled Show image and selected Hide Text & Tagline.
I have even set it in https://errorcode.tech/wp-admin/admin.php?page=td_theme_panel
Desktop/tablet logo works fine but mobile is blank …
Also when i enable sticky header the desktop/tablet version has Newspaper text instead of the logo and mobile has nothing …
Please take a look https://errorcode.tech/
Should I disable the standard theme after use?
Am getting some issues when I disable the theme.
Like I can’t preview post – I get an error.
Plus Mobile Horizontal menu does not work on the category which have submenu. Like on my first item on the Mobile horizontal menu which news, it’s not clickable. (this does not work at all even when the standard plugin is active or not).
The mobile horizontal menu is only active on mobile.
NB: Categories that don’t have submenus are clickable on mobile horizontal menu, But with sub-menu are not clickable.
I use your code via theme panel -> mobile theme -> custom css, and it doesn’t work for me.
I cleared cache of wp super cache, autoptimize and cloudflare.
-
This reply was modified 6 years by
gumball44.
Hi,
For this questions “How do you Turn OFF Latest Articles on bottom below Mobile” please check this topic -> https://forum.tagdiv.com/topic/how-turn-off-latest-articles-on-bottom-below-mobile/#post-325523
in order to chnage thenumber of grids from mobile theme please check the settings from theme panel> mobile theme > grids -> https://i.imgur.com/6xPBM6x.png
Thank you!
Hi,
If you are using the mobile theme plugin, you can not disable the “Latest articles”, what you can do is to show the responsive version, or if you want you can disable the mobile theme plugin, if you are not using this plugin, then you can hide this section with custom css like this one -> https://i.imgur.com/a7JGAcF.png
.td-pb-article-list{
display: none;
}
Hope this will help you!
Thank you!
Hi,
Unfortunately for the moment, you can not set the image above the grids, the only way to do that is if you set and image in ad place in mobile theme -> https://i.imgur.com/Ktup4Vy.png -> https://i.imgur.com/9Phobuv.png but this will be display on each page/posts, what you can do is to hide it fore the rest of website with custom css.
Thank you for your understanding!
I have activayted tagdiv and WP amp plugins. But my website is not running as amp pages on mobile screens.
On carrying out an amp test the result is –
Not an AMP page
The URL is not an AMP page, nor does it link to an AMP page.
Not a technical person. Please help. I want my website to use default amp theme available on activating the plugins.
Hi,
The footer for mobile theme and amp can be edit from theme panel -> https://i.imgur.com/wD44XsJ.png -> https://i.imgur.com/Gx4mW4S.png -> https://i.imgur.com/8NIIPPY.png -> https://i.imgur.com/WjMcXYN.png
Hope this will help you!
Let me know the results!
Thank you!
Hi,
From what I can see now, you are using the responsive version, before you had the mobile theme plugin activate -> https://i.imgur.com/7j92ZaN.png and all you’ll need to do it was to activate the thumbs of image in theme panel -> https://i.imgur.com/eytuK68.png -> https://forum.tagdiv.com/newsmag-theme-thumbs/
Thank you!
I have an issue:
on mobile phone doesnt show pictures on home page and also other page
in theme settings everything looks fine and works
also even when you check the source file it seems working
https://drive.google.com/open?id=1MP68CchedpZ-8oLw2H0W1r2bVbzMjaca
https://drive.google.com/open?id=1Hkreg_NQHMrPmXZSr8mG_a7kfURIDCce
https://drive.google.com/open?id=1vqbl_0h_OQFIhYcNH4fOlLfWxf8VWR3z
but in the article pages pictures works
https://slovenskevideoklipy.sk/
i attached pictures
thanks for help