- 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
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello Bogdan,
we have already updated the theme before and today we updated visual composer. We also deleted the mobile theme plugin and installed it again, from the latest zip package we got on Themeforest.
The problem is still there. Only this time we have wp booster error.
Do you want me to send you the url to the website, so you can check this out?
Thanks
Hello,
If you use the mobile theme plugin then you cannot use visual composer on your mobile pages. The mobile theme does not use visual composer. Please read this guide to learn more about the mobile theme and it’s functionality:
https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi
to speed up result on google speed on mobile i want at least hide js_composer.min.css
from single post on mobile theme
<link rel=”stylesheet” id=”js_composer_front-css” href=”http://www.bintmusic.it/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=7.4″ type=”text/css” media=”all”>
on desktop i added the follow on function.php and this work
function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style(‘js_composer_front’);
wp_dequeue_style(‘td-vc-composer-css-shim’);
}
}
add_action(‘wp_enqueue_scripts’, ‘dequeue_visual_composer_css’, 1003);
but js_composer.min.css remains on single articles on mobile theme
I’ve try to put dequeue on function.php on mobile theme but does not work.
How can i do?
Thanks
Hello sainthilaire,
I have inspected your website and seems that work as properly for both modes -> desktop and mobile. If your problem will reappears, try to clear all your caches, purge CDN files and check the results. Now, the theme works as properly.
Thanks for the message!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then try to install the mobile theme again without other plugins. The mobile theme will not be compatible with all the plugins even if they are compatible with the desktop theme. They are 2 different themes.
Thank you!
Hello,
Try delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again. Let me know if you still have trouble with it.
Thank you!
Hello,
I installed the mobile theme plugin you provided but received the same error when I tried to activate it. I also tried deactivating SEO by Yoast plugin to see whether that would allow me to activate the mobile theme but still received the same error.
Is there anything else I can try?
Regards
I created a static page for one section and it shows up as expected on Desktop, but on mobile devices it is blank.
I used Visual Composer to add the elements to create the static page the way I want and that works just fine, but not on mobile.
Hi, uploaded the td_mobile_plugin. Each time I try to activate the plugin I get this error message.
http://www.screencast.com/t/FxVHtBP9sbDr
Could you please help me fix this?
Thanks,
KcM
Howdy,
Since the latest update to the menu and search on mobile, the search function on my site is not working. I get the little zoom animation, but then it just freezes up, and does not offer a search field. Can you help?
Sadly, I’m not using Newspaper anymore except on one blog thing of mine …. and have moved over fully to Newsmag 3.1, so any suggestions for the “mobile theme” here would be more anecdotal than specific, unfortunately.
Note that even if in footer, doesn’t help that issue with CSS, as page still cannot load “above the fold” without that CSS — hence why you need to use critical css generator to load the main CSS inline in the header.php — this way, mobile browser does not need to WAIT for the bottom of page CSS to load to render anything. Upshot, without the inline CSS, doesn’t matter WHERE the main css files are on page — entire page is “held up” by waiting for that to load, hence the error.
So
step 1 – generate critical css for page; step 2, have that code added to header.php before the closing </head> tag; step 3 have main css loaded in footer.
this way the ‘above the fold’ content loads without waiting for css file(s). :_)
For some reason I can’t get rid of the html for the visual composer on the mobile theme, as there is no text on the mobile editor for the home page.
Hello,
Please make sure you have the latest version of the theme, visual composer, and the mobile theme plugin.
You can use these guides to update:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
And delete the mobile theme plugin and install it again from the main theme archive as this guide suggests:
https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
we’ve got a strange situation with responsive version of Newspaper.
Here’s how we see it, when we test in Chrome: http://imgur.com/a/vuRHw
And here’s how we see it on the phone (iOS and Android):
Can you please help us solve this? Mobile devices should load the version we see in Chrome.
Thank you
Hello,
WP super cache has an issue on mobile and maybe it affects your site in that regard. We have no such reports but you can try this fix to see if it works:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/
Thank you!
Hello,
The mobile theme will not use visual composer so it will not use the visual composer shortcodes. Please remove every element from your homepage mobile editor as the mobile theme uses a predefined layout. Please use this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello Chris,
We have not tested the mobile theme with a child theme so I cannot guarantee it will work from the child theme. You can try it out though but you need to create the folder structure for it. The mobile theme has separate files and a separate css file. The files for the mobile theme can be found here: http://screencast.com/t/MzjQKQ8OU
Thank you!
Hello,
The top menu was not designed to show up on mobile phones. You can try to force it to show with this css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Add the code in the theme panel->custom css box.
Thank you!
Hi,
If you want to hard-code a second ad, you can replicate the one found here:
http://screencast.com/t/iL7ryeuSg0g but we cannot provide a precise solution for it as we have not tested adding multiple ads to the mobile theme and time does not allow us to provide any custom work. Sorry. You can tr it out if you have the proper coding skills of you can hire some help with this task.
Thank you!
Hi,
We have no other reports of this yet. WP super cache was tested to work with our theme and we are not aware of other problems with it except for one with the mobile theme. But for the desktop, there were no issues.
Please try to use these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you still have trouble with wp super cache try to only leave it and visual composer active as plugins tend to create conflicts between them as well, not just between them and the theme.
Let us know how it goes.
Thank you!
Hi Chris,
really thank you, I found your thread very useful and I followed to the letter.
As you know optimizations work very well on the desktop but not on the mobile theme.
in particular it is really strange that google indicate these 2 files above the fold
http://www.site.com/…r/assets/css/js_composer.min.css?ver=7.4
http://www.site.com/…hemes/Newspaper/mobile/style.css ? ver = 7.4
when in fact they are in the footer…
so, you have a step by step solution to this problem that we can suggest with your expertise?
any advice would be greatly appreciated, as always
Thanks!
Hello hemant90,
After further investigations, it seems that was a conflict between Mobile theme plugin and SEO By Yoast plugin. Try to delete the mobile theme plugin and install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip clear all caches then test the site again.
Let us know ho it goes.
Thanks!