- 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
Hello,
The order does matter as each plugin adds a piece of code on top of another. The priority of each code will matter in some cases but this depends on the plugins and each particular case. if you use only tested and approved plugins, then the priority does not matter. If other untested ones are used, then the priority could be important.
The mobile theme is one such cases. It needs to be installed before other plugins. but it provides an error in this regard when activating after another plugin al;ready used the same method of implementation.
Thank you!
Hello,
It is normal if you do not ad content in the mobile editor. Please read this guide to lear mkore about the mobile theme’s functionality: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi everybody!
I have some kind of problem with my theme. When you load the website it appears the first amendment I did few months ago. That it to say that the computer´s version, which is properly updated is different that mobile´s version. I don´t know why happen this. Could someone help me, please?
Thank you very much.
Hello,
The code will not work for the mobile theme as it uses a different smart list and the mobile ads are different from the normal theme ads. The smart list on mobile is not smart list 7 but rather smart list mobile: http://screencast.com/t/vZRVfoRPJVo
It may look similar to smart list 7 but it’s not.
I have not tested this method on the mobile theme. The mobile theme will not render visual composer shortcodes. You will have to take a look at the mobile theme ads implementation and replicate it on the smart list:
Here is the code you need for the mobile theme smart list ad:
$buffy .= td_global_blocks::get_instance('td_block_ad_box_mob')->render(array('spot_id' => 'content_bottom_mob'));
It adds the bottom ad to the smart list. You can place it like so:
http://screencast.com/t/RtyOwKCaF
Thanks.
-
This reply was modified 9 years by
Bogdan B..
Hello,
Unfortunately this is no easy task and there is no easy solution I can provide to make the mobile theme support custom post types. This has to be done at a development state. The mobile theme is still at version 1.0 so there will be more features in the future. I will add cpt support on the list for future mobile theme updates.
Thank you!
Hello,
There is support indeed but it’s not 24/7 though. We are human after-all and have lives and families to take care of. Support hours are in the top right section of the screen. Please try to use this version of the mobile theme as there is a conflict with the current version and seo yoast but it has since been identified and will be fixed in the coming update. Until then, install this version: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip
Thank you!
My website is not loading the menu bar on mobile. I got it to work on just one page. I click it and nothing happens. Is there some setting I need to enable? Has this happened before? What should I try to fix it?
Hi, I did some digging in the forum and found this issue:
Apparently there is a conflict between SEO Yoast an Mobile theme plugin.
Should I try the same temporary solution as mentioned in the link above, which is to install a different version of mobile plugin?
thank you.
Hi, I just bought Newspaper theme and I’m doing some tests. I set up a Template and it works fine on desktop, but when I open on mobile I see this: http://prnt.sc/d0u09l.
Whats this and how can I fix it?
Can you check for example with this url?.

Google said :
Page appears not mobile-friendly
Content wider than screen
Links too close together
I don’t know how solve this. can you help me? thanks.
Hi,
I’ve noticed, my theme is creating problem that happens automatically. It shows the mobile version on desktop. Sometimes it shows the mobile version on homepage ‘tycoonzfitness.com’ and sometimes this thing applies on individual post. However, I didn’t make any change. But as I login to wp admin of my website. The problem looks solved but after 3 to 4 hours problem raised again. I’m really worried about it. My theme is updated. I’m using w3 total cache plugin.
Regards
It’s solved! Unfortunately I realised that pages can’t be loaded with mobile theme…is it normal?
Hi,
So, I finally implemented the code in all smart list type and it’s working well. Though it’s not working on mobile ( with TD Mobile theme plugin ON)
So, I also added this code to “td_smart_list_mob_1.php” but since “custom_ad_1” can’t be recognized by Mobile theme hence it’s not working.
What we can do is to call for “Article Bottom Ad” under mobile theme option (https://i.imgur.com/8bkJGHf.png ) in spite of “Custom_Ad_1” . If it’s possible , please tell me the way or if there is some other way around.
One more thing- So, we already have the same code written in “Article Bottom Ad” section of theme setting panel ( https://i.imgur.com/el1PniV.png ) so, for the desktop version too, Can’t we use
“article_bottom_ad” in spite of “custom_ad_1” in following code:
$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Kindly assist.
Thank you.
Hi there,
We are using custom post types and custom-made templates heavily, I would like to ask if there is any way to make the mobile theme plugin compatible with them. At the moment it only works with posts but with nothing else (I see white space on CPTs).
Any advise appreciated .
Thanks
Just a note that this is truly an AMAZING theme. I still can’t believe how every little thing works, how easy it is to use, and how GREAT it looks! Just discovered the mobile plugin, and what I thought was going to be a headache took only a few clicks.
Amazing, amazing theme!
Thank you, thank you, thank you!!
Sorry…I dont’ see the single predefined page template. I activated the mobile theme before but I am not able to set the top grid. Could you explain the steps that I must follow? It isn’t too clear herehttps://forum.tagdiv.com/the-mobile-theme/
Thanks indeed!
Hello Bogdan,
Now, this is strange. I have tested with VC and Contact Form 7 active. No problems. So I thought that Contact Form 7 might have a conflict with one of my other plugins, not the theme as my first guess was (sorry for that!). Then I activated one plugin after the other but the issue with the menu and the header on desktop did not reappear. However, then I saw that the mobile menu didn’t work (wouldn’t open any pages, had additional arrow down buttons).
To me it seems that Contact Form 7 conflicts with WP Lightbox 2 (or the other way round). If I have both enabled, I have issues.
I will update another site with exactly the same configuration next week and see how that goes.
Thanks for your help!
BR, Walther
Okay, so I need to add this $buffy code in all smart lists’ .php file in which I want to display “ad” at the end of the post or do I need to do it only in the case of smart list-1 and smart list-6.
I usually use Smart List-1 and Smart-2 for the desktop version and since td mobile theme plugin is activated, Smart list-7 is shown on mobile device.
So, My prime motto is to display ads at the end of smart list-1, 2 and 7. Should I use the same method as suggested above?
I can also see that there are three different option panel to add ad codes for smart list- 6,7 and 8 ( https://i.snag.gy/z8ZvcF.jpg ) .
Thank you.
Hi,
I have updated to v. 7.4 on one of my Newspaper sites today. As a result I got the mobile menu on top of my header on desktop, and the header was showing an additional sitename under the logo. I cleared all caches and deactivated all plugins except VC and WP Super Cache. When I reactivated my plugins one by one, it turned out that Contact Form 7 was causing this behaviour. As both theme and plugin versions have been around for a few weeks, I suppose that nobody else has run into this.
Could you please have a look at my site and see if it is indeed Contact Form 7 that is causing this? The site is http://www.sverigetips.se. (Contact Form 7 is deactivated now.)
I can send you login details if you want to have a look. Please let me know.
BR, Walther
Hi nano2408,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-mobile-footer-wrap .td-footer-logo{
display:none!important;
}
The result -> http://screencast.com/t/cXnRGVHfS7d
Thanks.
Hello ravester,
I have checked your website and I did not saw any problem with your mobile theme. It seems that the mobile theme is working fine on your website, right? -> http://screencast.com/t/3Pmwig75j I have checked your source page and I noticed that you are suing W3 Total Cache as caching plugin. Please notice that this type of plugin is not tested with our theme and it could be possible as this plugin to create some unknown issues in theme. If your problem will recur, 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 any conflicting plugins.
Thanks for your understanding!
Hello,
If you require the head tag of the mobile theme, it can be found here: http://screencast.com/t/ejjrkpfp
Thank you!
Hey,
So, I asked a similar question here: https://forum.tagdiv.com/topic/some-questions-about-footer-style-1-and-how-to-disable-footer-logo/ and this code were provided by TagDiv to disable “footer logo” on mobile:
@media (max-width: 767px){
.footer-logo-wrap, .td-footer-wrapper .td-pb-span3{
display:none!important;;
}}
But this code doesn’t work when “TD Mobile theme plugin” is activated. Probably it’s under the codition when I am using normal responsive version of main theme.
I also tried to add the same code under “Mobile Theme”- Custom CSS option of theme options panel. But it breaks the logo ( don’t show the image but show image name).
Kindly suggest me the code in case , mobile theme plugin is active.
Thank you,
It’s not 1 sentence of code we are talking 3 ads to be shown on PC and 3 to be shown on mobile, if all the theme does is hide it, a phone would have to load all 6 Which is very heavy.
How does it hide it? It hide it in a way we can’t see it but it’s there or does it really remove the code? Bceause that’s my whole problem. If it doesn’t remove the code then it’s not useful.
I need to add some code to the head section of the mobile theme. What is the best way to do that?
Thanks.