- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Ok,
for exemple I have a cache problem on my mobile version (not showing the good featured image)
Check these screenshots mobile vs amp version
Hi,
I don’t have any conflicting plugin installed. Can you please look at the following videos.
1. https://youtu.be/13oxcb4lyPg
2. https://youtu.be/OiVn-4Hsj0E
These videos are the screen recording of steps that I am doing. You will notice that as soon as I update my footer for the mobile page it crashes thereafter.
Regards,
Prathamesh
Hello !
Please provide a link to your website in order to inspect.
For the page not displaying content issue you will have to create your pages in the mobile editor as you can see here: https://forum.tagdiv.com/the-mobile-theme/
Fonts must be set for mobile theme in Theme panel – Mobile Theme fonts: https://www.screencast.com/t/h6805dmO79s3
Also make sure to insert your ads in Mobile Theme – Mobile ADS.
Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2
Thank you !
1. I read the Blog about AMP but do not understand. Could please explain a bit more. I selected Mobile + AMP but honestly did not what I was doing…
2. Which would you “recommend”?
Thanks
Hello !
This seems to be a caching issue on your side since at the moment your desktop website displays mobile theme: https://www.screencast.com/t/WIj9tIMKvAY
This happens due to cache. Please follow our guide and make sure that WP Super Cache has been installed properly: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Let us know the result.
Thank you !
“Is look that now the ions are no longer working”. What is this affecting?
1. My previous version-mobile theme did include a sidebar. Is this not possible? How can the Mobil Theme include a sidebar?
2. Not in the Mobil Theme.
3. This page includes text and link but the mobile theme page does not show. ???
4. Yes I was able to correct.
My previous version-mobile theme did include a sidebar. Is this not possible? How can the Mobil Theme include a sidebar?
I didn’t wait for the answer – installer another Ad plugin = Advanced Ads
according to Calin last post – https://forum.tagdiv.com/topic/inline-ads-problem/
it works like a charm for mobile – https://prnt.sc/v2evpe
Honestly – but I’d rather to use native Template part – ARTICLE INLINE AD
instead of additional block.
Please let me know – what am I doing wrong? I want to show banner on mobile version with help of Article inline Ad.
Hi mayaguez,
Depends for what you want to use the mobile theme plugin:
a. Mobile – only for mobile version
b. Mobile + AMP (for mobile and amp version, in this way you’ll have the same layout )
c. AMP use the mobile theme only as a template for am and for mobile version you’ll use the responsive version.
Thank you!
Hi,
Is look that now the ions are no longer working -> https://i.imgur.com/dQ3DnUP.png
For the problem with icons, is look that these are block by CORS policy -> https://i.imgur.com/Hot3f5l.png , you can fix this by follow the steeps from this article -> https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
1. The mobile theme plugin do not have any sidebar, therefore it will not display the sidebars from desktop, only the content.
2. Now I see that the latest section is set in black version -> https://i.imgur.com/H7LXYmq.png
3. I do not quite understand, this -> http://puertoricorealestatenews.com/search-puerto-rico-properties/ is just a normal page is does not have any search elements set on it.
Please provide some more details about this.
4. As I can see, now you are using the mobile theme for mobile version -> https://i.imgur.com/qc6BX7N.png and the header is set correctly.
Thank you!
Hello,
I still have some mobile issus:
1.
For the footer I have created a page template but it does not display on mobiles.
Instead there is just the logo and a menu item with no link (About us). I cannot find this content anywhere (not in the settings, not on a cloud template, nor in the page itself or in the code).
2.
Pages are not displayed on mobile (only posts) When I click on a menu item of a page, this page is empty.
Would you know why this happens?
Thanks in advance
Hi,
The mobile images do not appear because you are using the mobile theme plugin, then you need to enable in theme panel > block settings > thumbs the “265×198” and the “741×486” thumbnail sizes in order to show the featured images properly.
Also if you want to have the same version of mobile, you do not need to use the mobile theme plugin, you need to use the responsive version, therefore you need to disable the mobile theme plugin or use it only for amp -> https://i.imgur.com/I7efenm.png
Hope this will help you!
Thank you!
Hi,
I just checked this on my install and for me the header menu remains on header -> https://i.imgur.com/4sLp4y1.jpg and the one selected on mobile is only for mobile -> https://i.imgur.com/U7SdrJb.png -> https://i.imgur.com/EVAQpus.png -> https://i.imgur.com/2uxSbha.png make use that you made the settings as in my screenshots.
if there is still a problem, please provide me a link where I can inspect the menu and some screenshots with the settings.
Thank you!
How to know which option is right for me?
What are the strengths and weaknesses of each option?
What are the advantages and disadvantages of each?
Also, I don’t have a mobile phone. What’s the best way to check online how my site looks using these different tools?
-
This reply was modified 5 years by
Derek Little.
Hello Calin,
I have not activated the Cache Plugin (WP Super Cache)
But instead have some code in the htaccess for this.
Could this be the issue? My site is very fast ever since, especially on mobile. I would prefer to keep this code
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
ExpiresByType font/truetype “access plus 604800 seconds”
ExpiresByType font/opentype “access plus 604800 seconds”
ExpiresByType application/x-font-woff “access plus 604800 seconds”
ExpiresByType image/svg+xml “access plus 604800 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 604800 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|woff|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
Thanks!
Britt
Hi Sommelierlife,
Using our theme you have 3 possibilities for mobile version:
-> use the responsive version of mobile theme (do not need to use the mobile theme plugin, or use it only for amp )
-> use the mobile theme plugin (this make your mobile version faster, but you need to set for pages content in mobile editor, right now you have this plugin enable).
-> create new content using tagDiv Composer -> https://i.imgur.com/EFibNEK.png when you set a mobile page, this overwrite the responsive version, but you need to have disable the mobile theme plugin, or use it only for amp, because the mobile theme plugin will overwrite this option. -> https://i.imgur.com/yuLUKaz.png
Hope this will help you!
Let me know the results!
Hello,
I’am using online AMP.
Links of the screenshots:
https://ibb.co/XfHsWfF
https://ibb.co/pX5dYfc
I don’t understand, the menu isn’t working. How can i change that?
Hi,
Now the mobile template for posts need to be set a little different from pages -> https://i.imgur.com/pOD25SS.png the options are the same, but you need to access theme from a different place ->https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Hope this will help you!
If there are still some problems, let me know!
Thank you!
post example – https://prostobzor.com/garmin-instinct-solar/
PC version shows the banner https://prntscr.com/v29m73
Mobile version doesn’t show – https://prntscr.com/v29l73
Hi SVPrasad,
If I understand correctly, you created a new content for mobile, using tagDiv Composer, but when you have set the mobile menu, did you choose a mobile menu ? make sure that you have made a mobile header and assign the header on both viewports -> https://i.imgur.com/VnEOBzQ.png -> https://i.imgur.com/89Z5U73.png
Let me know the results!
Thank you!
I tried to add shortcode in inline Adblock – https://prnt.sc/v27bqu
Finally, result the same 🙁
Banner shows for PC, Tablets, but didn’t show on mobile phone.
Just for test I’ve added CSS class directly in the text – https://prnt.sc/v270l3
On the mobile phone – I can see Ad custom banner well, but the same code doesn’t work correctly in section ARTICLE INLINE AD after 7th paragraph.
screen – https://prnt.sc/v273yq
Hello !
Now you have the option to create your own templates for mobile viewports using tagDiv Composer as you can see here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Now you can customize your mobile page template like the desktop version.
Thank you !
Hi
I would like to know if Defer parsing of JavaScript for mobile is possible ?
https://developers.google.com/speed/pagespeed/insights/?hl=fr&url=https%3A%2F%2Flowtechnation.com%2F
Thank you
Kind regards