- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
Hello ashishb01,
Please keep in mind that the Mega Menu has not been designed to be used in mobile devices but only for the other ones. Please consult our documentation here -> https://forum.tagdiv.com/newsmag-mega-menu/
Thanks for the message!
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?
Hi,
For my site: https://www.dealwithautism.com/news/, if I click the menu from iOS, the category specific menus (like FOR PARENTS and FOR ADULTS) are not working. Normal menu items like Contact, etc which are directly linked to pages see to be working fine.
Hi,
I am getting this collapsible panel when i scroll down my pages. For example :
https://www.dealwithautism.com/news/new-autism-treatment-is-a-breakthrough-claims-researchers/
Where is the setting of this panel? In my case, I dont see any X mark in the panel to keep it collapsed in the front end. Also, this is disruptive from the mobile devices as the I am not able to figure out a way to close it and users cant read the news.
Looks like the CSS is being blocked by your robots.txt file or similar; See the specific “why” info on the page you’re linking to from Google. 🙂
Like it says right on that page “may not appear mobile friendly if blocking some of the page resources…”
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.
Hello all,
I have a problem with my backgrond not appearing in desktop for any post. Example:
http://soutaoboa.com/maes-filhas-vinculo-cura-vinculo-fere/
The image is in the post:
<div class="backstretch"><img src="http://soutaoboa.com/wp-content/uploads/2016/10/maes-filhas-vinculo-cura-vinculo-fere.jpg" /></div>
But the original styles are still being applied:
.td-backstretch {
max-width: none;
opacity: 0;
transition: opacity 2s;
display: block;
}
Since opacity is 0 it’s normal that it won’t appear any image. I assume that there is some javascript that is creating this element and change it if it’s desktop, mobile, and so on… but i didn’t find any information about that in the documentation.
One important things is that this behaviour seems to have appeared after we activated cloudflare and browser cache activated also on cloudflare. It is probably related to it but I need to have browser cache activated…
Can someone please help me here?
Thanks in advance.
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
How do I style the mobile plugin menu (the main meny that slides out to the left?)
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
Is there something I have forgotten to do or set? My site is fine, but my mobile version shows code.
THanks
Bryan
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.