- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
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!
Hello lethow,
I’ve checked your site again with google page speed tool and the render blocking resources are reported only for mobile devices, even if they are loaded in footer: http://screencast.com/t/y6zfRLvV
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different than for the desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s HTML, not google’s algorithm in page speed regard.
Thanks for your understanding!
So I was looking at my mobile theme for the site after setting it up today and I noticed an issue with the featured block, as well as the heading for the block listing wasn’t styled in any way. Please see picture below.
Hi,
I work with a child theme to override css styles from the main theme and some plugins. However when the mobile theme is active, the styles in my child theme are not loaded. Am i doing something wrong or is the mobile theme plugin not compatible with a child theme?
Thanks
Chris
Hi!
I need to create a second loop ad in the mobile theme, but I don’t want use a plugin.
Can I do it? With code?
Thank’s and regards.
hi in mobile editor i have not placed any visual composer short code. As suggested i added articles in featured category & block issue has sorted but i dont know why block codes are showing?
W3 Super Cache Plugin am not able to run, i downloaded it and installed but in installed plugin area its showing not available.
If any video tutorial regarding mobile theme setupplease give link or any way u can help please tell.

Hi
I’ve checked a few single posts from your site and the resources which appear as render blocks are actually loaded in footer: http://screencast.com/t/0LyKjlI9TCo Google is very restrictive when it comes about mobile page speed and some things may be interpreted different then for desktop. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s html, not google’s algorithm in page speed regard.
Thanks!
Hi
Please make sure that you update the theme according with our documentation, also try to deactivate all plugins except Visual Composer and Mobile theme, clear all caches, purge cdn files if your’re using then test the site again.
Let us know how it goes.
Thanks!
Hi
That is not a mistake, is default functionality for mobile theme. If the post have more categories, ex: Featured + another category, on mobile will be displayed the second category tag, not Featured: http://screencast.com/t/krYVDvaNwq
To change this functionality and generate random posts there are required some changes in theme’s core files. Edit front-page.php and add the indicated parameter in grids shortcode: http://screencast.com/t/badlcRLLzs
Hope this helps!
Thanks!
Hello hemant90,
Your website has been inspected, and I concluded that you are not correctly used the mobile theme concept.
I suppose that you do not understand very good how mobile theme works, right? So, please notice that this theme concept intend to display a Big Grid feature at the top of homepage which shows the posts which are included in Featured category, then will show a text which you added in Mobile Editor in Visual Composer from backend and at the very bottom of the page you will bring the Latest Articles module. Please keep in mind that the Mobile Theme do not recognize the Visual Composer shortcode and that’s why you get this error on your side. So, for more information about our mobile theme, please check the documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you are unhappy with this layout, and if you want to have the similar structure with our demo mobile, you will simply turn off the mobile plugin and the theme will be automatically switched to the general responsive mobile mode.
Thanks for your understanding!
hi,
In mobile blocks are not appearing, instead of blocks code is appearing. do check the screen shot

Hi
I’m using 7.4 newspaper with mobile theme
all suggestion applied for speed up site
On desktop about 95, but on mobile (with mobile theme) is about 77.
Solution for mobile:
Delete JavaScript and CSS that block the view in above-the-fold content
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
How can i do?
Thanks
Hello ColtonPhiscator,
1)You should use a bit of CSS code if you want to hide the category tag for your mobile mode.
The code is ->
@media(max-width:767px){
.td-post-category{
display:none!important;
}
}
2)Unfortunately, our theme does not have any such an option that offers you a way to change the fonts for the mobile theme, sorry! If you want to change the fonts for mobile mode, you should try to use a bit of CSS to do that. Also, please notice that if you chose this way, the font which you called by CSS have to be loaded by the theme. Below, I give you an example for this ->
.td_module_mob_2 .entry-title{
font-family:Arial!important;
}
The result -> http://screencast.com/t/SOBs7If9
Unfortunately, this is the design for the front page of Mobile Theme. If you want to change the structure of it, please notice that you have to edit the core file which creates the front page, like this -> http://screencast.com/t/xK4NakUZ This is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello,
I cannot install a plugin for you based only on your website url.
Please use this guide and check the final part of the tutorial as there are instructions there on how to install the plugin: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme plugin also has trouble if incompatible plugins are active. You should disable all other plugins except visual composer and clear cache if the mobile theme provides an error when installing.
Thank you!
Hello rflmedia,
Do you refer to the sidebar on mobile theme? So, if you mention this, please notice that the mobile theme has been designed to work without sidebar, just to be the very fast feature. If you want to have a sidebar for your mobile, you should disable the mobile theme plugin and the theme will be switched to the general responsive mobile version which brings the sidebar on mobile view port.
Thanks for your understanding!
Hello paulevo,
There 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!
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!
hey. i have a website with newsmag theme. it’s very nice, but my ads don’t see on mobile. google adsensse it’s ok. with another ads is the problem. can you help me, please?
Sir, i am not able to install tagDiv Mobile Theme on my website
Website: newsdone.com
Please install it for me
I am having trouble locating design options for the mobile theme.
1. How to remove the category tags above the title? Unless there is a way to change the style from the “box” design. I would like to remove them.
2. Font options? How to change font styles, weights, etc for the titles?
3. Same goes for Font settings once you click a post.
4. Is it possible to only do a “Top Grid” design as you see in the top half of the image posted? Removing all the “Recent Videos”? And you only have the full length thumbnail images? Must have more than 3 of course. Thank you.
See below screenshot when answering questions.
I want the right rail widget to appear after content on mobile post pages. How can I get that setup? I can’t find anything in the mobile theme settings.
