- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- 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
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
iam note used the optional mobile theme plugin.that will de activated.But the problem will still exist
If you need opera mini support, do not use the optional mobile theme. Period.
Hi Tagdiv,
Yesterday my website http://hotrosv.de/ (currently using Newspaper theme) was turned into mobile layout, even in desktop view. I didnt remember what I accidentally did in setting and I’ve tried any options in setting page but still same. So can you guys take a look at my website and give me some advices maybe ?
Many thanks,
Henry.
Hi
There was a conflict between Mobile theme plugin and SEO By Yoast plugin. 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 us know ho it goes.
Thanks!
After the last update for me the mobile theme is not working prorperly too. My mobile gets broken.
And I’ve updated it following the guide you have provided.
Thank you for helping but it’s not working.
I cleared all caches and i delete the plugins that were not supported by the theme-file.
But the mobile version is still appearing sometimes. Some posts/articles on the website are working fine, but for other ones the website decide to show the mobile version.. very strange.
Please help me. Thanks 🙂
Hi
Please make sure that you update the theme, main theme, according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ also try to deactivate all plugins except Visual Composer, clear all caches, purge the cdn if you’re using then try to activate Mobile theme plugin again.
Let us know ho it goes.
Thanks!
Hi
I’ve checked your site and ads are displayed fine, as can be seen in my screen the proper ad-spot is called on desktop: http://screencast.com/t/rYiatnDdfkqv When mobile theme is used on mobile ads are served by mobile ad-spots, and as an example the one who serve the header have a different name: http://screencast.com/t/ahL086xy
I also noticed that you using an ad system which is not tested with our theme. We tested only ad-sense and banner ads and we can’t guarantee that other ads will be displayed fine by the theme.
Thanks!
Hi
If your using mobile theme the condition must be added in td_block_ad_box_mob.php file here: http://screencast.com/t/FM9eI6sYlJmD
Thanks!
mobile theme plugin is not showing activate option even after manual installation of plugin.
Plugin is active WordPress plugin area but I can’t active it in newspaper theme and it’s not working on my theme and i also unable to open my site on mobile. website link- newscaptured.com
Hi, http://www.retirewire.com I’ve change the mobile search background color, but it hasn’t changed on the site. I changed it in the theme panel, and I’ve cleared the cache multiple times. How do I change the background color from that gradient red to something else for mobile search?
Dear nalfolf, thanks for taking your time to respond to one of the three issues that i raised. I would like to let you know that i already knew that the VC plugin in free before making my purchase. However i don’t understand why its asking me for update after installation. As i mentioned i have deleted it twice and installed it afresh from the plugins folder that came with the theme that i bought but still the same problem. Thats why am asking for help!
2. Also My thumbnails are greyed out! I have followed the steps on your tutorial and installed Regenerate Thumbnails plugin. Which regenerated all the images successfully but they are still greyed out. I need Help!!!
3. My site is not displaying well on Mobile phone.
I have read the tutorial and tried all the steps mentioned for the above questions but no success! I have also posted these questions to the seller but no response.
Given the above, I have rolled back to basic wordpress theme to make my website user friendly for viewers because no help is forthcoming from the seller which is so discouraging yet i have datelines to meet.
my website is http://www.howtodiys.com
Hello Sanalsantiye,
If you still have some problems with mobile theme plugin, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Also, provide the link of this topic so we can easily identify you.
Thanks for the message!
Hello biretta,
Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
@media (max-width:767px){
.td-category, .td-subcat-dropdown{
display:none!important;
}
}
Please notice that the General homepage in Mobile Responsive Mode displays only the content which appears to desktop mode. It does not exist any option to set another layout for Mobile homepage, sorry!
Thanks.
HI
If you’re using mobile theme you need to place the tracking code in footer.php file from mobile folder: http://screencast.com/t/bIKavPks
Hope this helps!
Thanks!
Hi
There was a conflict between Mobile theme plugin and SEO By Yoast plugin. 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 us know ho it goes.
Thanks!
Hello hadharm,
If you want to frame the entire thumbnail with all meta information, you will have to replace the .td-module-thumb with the modules which are used by your displayed block. For example, if you are using the Block 1, you will have to use .td_module_4 and .td_module_6 as classes because these are used in that Block. The example of the code for this Block is here ->
.td_module_4, .td_module_6{
border: 2px solid black;
border-radius: 5px;
padding:2px;
}
For more information about Blocks/Modules, please check this section of Theme panel, like this -> http://screencast.com/t/K4ctencdgg
3) Try the code below ->
@media(max-width:767px){
.footer-logo-wrap, .footer-text-wrap{
display:none;
}
}
4)To bring the most popular posts you can use a Block sorted by Popular, like this -> http://screencast.com/t/QAU0S6ClysR and for bringing the Latest commented posts, you will have to use some plugins which have this functionality or if you are an experimented person with coding, you can implement yourself this task. We cannot help you in this regard because we cannot provide custom work at the moment, sorry!
5)The mobile plugin does not support the Visual Composer shortcode and therefore, you cannot use the Trending Now Block in Mobile Theme, sorry! If you want to make it to work, please do it yourself because this task requires custom work.
6)If you want to change the functionality of Related Articles you will have to alter the code from the core file, where this feature is created, like -> http://screencast.com/t/cvoGdGF5 and here -> http://screencast.com/t/xF0VeNmQW
7)If you want that you code working only for post pages, you will have to add the .single class after your code to be more precise in this regard. You can use the shortcode method to add this button, using the Visual Composer, like Text Block element. In that Block, you can add your button, and then injects the shortcode generated in VC for that element in the content, before your text, like this -> http://screencast.com/t/wHSERMLja -> http://screencast.com/t/lJS3epysxiMS
Thanks for your understanding!
Hi Guys,
We need to be able to place some tracking code before the closing body tag of our site rvdaily.com.au but seem unable to do this.
We are using a child theme and have placed the code in the footer.php file in the main theme however this will not be inherited to the child theme.
Can you please advise how we can place our tracking code before the closing body tag on both the main and mobile sites.
Thank you,
Eldon
Hello
Try the code below and place it in Theme panel->Custom CSS area.
.td-mobile-footer-wrap .td-footer-description{
display:none;
}
Thanks.
Hello jpuerta,
I have checked your mobile mode and I get this error -> http://screencast.com/t/myBPgG3piHo Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thanks.
Hi
@Sasser The theme is written according with WordPress standards and it’s optimized for best performances. However there are many factors which can influence site’s load time. I’ve checked your site with google page speed and noticed that is not optimized for a good performance. As @Chris pointed you ca uses our page speed guide as a start.
I’ve checked your site with google page-speed and from its reports I’ve noticed that there are a few images which slow the load time. Try to optimize the images following google’s docs: https://developers.google.com/speed/docs/insights/OptimizeImages Also you can use leverage browser cache to reduce the size of the css/js resources served by the server: https://gtmetrix.com/leverage-browser-caching.html
To move render-blocking resources in page’s footer you can use Speed Booster plugin. We covered in our documentation at point 5 how this plugin can be used.
Other useful information about page speed can be found in these topics: https://forum.tagdiv.com/topic/help-moving-style-css-and-fonts-googleapis-com-to-footer/ – https://forum.tagdiv.com/topic/speed-booster-questions/ – https://forum.tagdiv.com/topic/mobile-view-problem-3/
Hope this helps.
Thanks!
Hello Larshell,
If you want to get rid of the main menu for mobile mode, please notice that you can hide it, using a bit of CSS code. Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
#td-top-mobile-toggle{
display:none;
}
The result you should see here -> http://screencast.com/t/ncz8ZYeVXRO
Thanks.
I have mobile ad code installed using the theme and it is appearing on desktop. Please help me fix it.
I have mobile ad code installed using the theme and it is appearing on desktop. Please help me fix it.