- 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,
I have a “About us” with no link and my logo that appears only on the mobile theme, but i don’t want it. Everything seems to be off on the Theme Panel… but i can’t find how to desactivate it.
Thanks a lot
Regards
Hello the search button on my mobile device is not functioning could you please tell me how to fix this
healthyusa.co
Hi Guys,
I’m about to perform a 6.7.1 to 7.5 update and I was wondering if you could clarify the following as the best practice?
Prep.
1. full backup.
2. copy custom code from 6.7 child and add it to the 7.5 child files in the code folder.
update.
1. start maintenance mode.
2. delete entire Newspaper and Newspaper child folders
3. FTP the new 7.5 Newspaper and Newspaper Child folders
4. clear cache.
plugins.
1. deactivate and delete VC, then add the new version and activate.
2. td-social-counter and td-speed-booster – Do I overwrite the files with FTP, or do I deactivate, delete and then add new?
3. Add new plugin – td-mobile-plugin and activate – Will this still read CSS code from the child theme?
Finish
1. Take site out of maintenance mode
—————————————–
Concerns and questions-
1. Will my social counter keep its settings? or would I need to re-add all my accounts in the widget?
2. Has the Speed Booster plugin changed since 6.7.1? – is not could I just leave the current one as it is?
3. With the mobile theme active, will all the page content be missing (contact, about, privacy etc.)
Thanks!
Hi,
Thank you for your reply.
Link is http://ofutebolista.com
I’m gonna leave the mobile theme plugin activated so you can check it out.
Thanks.
Hi,
I just want to remove the featured image which appears at the beginning of single post in mobile theme. How can i do it?

When Im go into the mobile the Destination lifestyle Photography menus open but no content apart from the template.
Cheers
hello,
If you use the mobile theme, please update your theme to the latest version (7.5) and also update the mobile theme plugin by deleting your currently installed one and installing the one that is bundled with the latest version of the theme.
Please also check this guide for more information on the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello InstallationComplete,
Please keep in mind that our mobile theme recognizes only one type of smart list on mobile theme and for more information about this concept, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you want to change the structure of smart list on mobile, please notice that you should edit the td_smart_list_mob_1.php core file like this -> http://screencast.com/t/LAQxmfOti
If you want to display more levels in our theme and if you are not aware of the steps 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,
Unfortunately the mobile theme does not have any options to remove the footer about us section. It can be done however using a custom css code:
.td-mobile-footer-wrap .td-footer-description{
display:none;
}
Add this code in the theme panel->custom css box.
Thank you!
Hello lekekemahlo,
Unfortunately, our theme does not have any such an option that allows you to create a new mobile menu, sorry! As you can see, the theme has been designed to use only the default mobile menu which is created by default and if you want to add or create another one, with other functionalities and design you should do it yourself or 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 services at the moment, sorry! Another alternative for you would be to find a plugin which has this functionality and check the results.
Thanks for your understanding!
I have done the necessary but still with broken icon. it looks fine however in mobile or tablet version. only issue in desktop version
Hello,
I have a static startpage, which normally includes a BigGrid, Textfield, Block 6 and Block 14.
If I open it now on a mobile device, there is a strange behaivor.
On the top featured posts are shown and at the bottom also the latest articles
Instead of the Big Grid (which is not possible to show on mobile theme as I read), the code of the Big Grid is shown
[td_block_big_grid_1 sort="featured"]
Same is for Block 6 and Block 14 which appears like
[td_block_6 custom_title="lorem ipsum" header_color="#5b5eba" category_id="30" sort="random_posts" limit="6"]
I already tried to disable all other plugins expect the approved ones.
Any idea how to avoid showing this lines?
Is it related to Visual Composer?
Thanks in advance
You were absolutely right.
This time it worked perfectly well.
Thank you 🙂
Just one thing :
As the SPOT ID for the “article bottom ad” for mobile theme is “content_bottom_mob”
and the SPOT ID for the “custom ad 1” under theme settings- Ad setting is “custom_ad_1”
What’s the SPOT ID for “article bottom ad” under theme settings- ad ?
For the desktop version, I currently have the same ad code under ” article bottom ad” and “custom ad 1” so, I want to save one space and use the “article bottom ad” spot Id.
Thank you.
Hey – Do you have any information about how smart lists are handled on mobile?
As is… the page refresh kills the user experience.
Best,
IC
Hi Catalin,
Well, I did install another version of the mobile team, but now I’ve got another issue (http://prnt.sc/d1b4zf).
Now it shows the grid and only the first block of the page and the footer. It is also with no style.
It only works when I turn off the mobile theme plugin.
hi all!
i am using mobile theme.
i want to hide in footer logo and about us section. How can i do?
Hello,
If you add padding to your posts but do not want it on mobile phones, you should use css media queries for the padding. Make the padding only apply to the desktop screen size, not all sizes. Here are the screen sizes for each viewport: http://screencast.com/t/FInLEOh2
Here is an example on how to exclude the mobile phones from a css code:
@media (min-width:767px){
add your css here
}
As for the article inline ads, there is no simple way to remove a particular ad. The ad system places the ads site-wide, not in particular. If your ad is non-adsense you can hide it with css with display:none, but if the aed is adsense you will have to create conditions in the code and remove it for a specific post ID.
Thank you!
Hello,
I have tested the solution before I provided it. It worked fine on my end. I forgot to put the code inside the “code” tag though and the forum could have converted the comma’s I have edited my reply so try the code again as it;s now inside a code tag and it should run properly. After you implement it as i have shown in my screenshot, make sure you have an ad code in the article bottom ad in the mobile theme like so: http://screencast.com/t/4rL35mWqrXNU
Thanks.
Hello kochfix,
I am glad that you are happy with our product. Please keep in mind that the child theme has not been tested with the mobile theme and we cannot provide an accurate response in this regard, sorry! For more information about child theme support, please consult the documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
For your second request, please keep in mind that the translation feature is fully tested with mobile mode and seems to work as properly. Please ensure that you have loaded your desired language and then you have pressed Save Settings, like this -> http://screencast.com/t/qAhGLgYvw9
Thanks for the message!
Hello urbanopaiva,
Yes, you should install another version of the mobile plugin which is inside the above topic. There you will find a temporary solution which seems to work fine.
Thanks for the message!
Hi Bogdan,
Thank you for the response. Yes, I know that the smart list template for the mobile theme is different, though it looks like smart-list 7. and as I wrote above in my reply that, I had also tried to include same code in “td_smart_list_mob_1.php”. Anyways,
I tried to put your code as shown in the image http://screencast.com/t/RtyOwKCaF, but unfortunately, it didn’t work. I again tried to by putting this code like this too ( as we did in do_shortcode option for desktop smart lists version ), but it didn’t work either 🙁
So, here is my two try:
1.
// render the pagination
$buffy .= $this->callback_render_pagination();
$buffy .= '</div>';
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box_mob’)->render(array(‘spot_id’ => ‘content_bottom_mob’));
return $buffy;
}
2.
protected function render_after_list_wrap() {
$buffy = '';
$buffy .= '</div>'; // /.td_smart_list_1 wrapper with id
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box_mob’)->render(array(‘spot_id’ => ‘content_bottom_mob’));
return $buffy;
}
}
What should I do now? Will you please try this.. as it can be really for many of us. Having a “bottom contextual article ads” from Outbrain, content.ad are a necessity these days, and we have 70% visitors on mobile. So…. please
Thank you…
I am always padding my text left and right, this time I used Visual Composer. I discovered the Inline Ad Unit is not nicely aligned in the center. The padding should actually be ignored for mobile devices. How can I fix this?

On desktop it’s nicely aligned left in the text(as configured in the theme panel-ad settings).
Thanks in advance.
Hello,
The basic settings for the mobile menu are found under the theme panel mobile theme section.
If you want extra css styling for the menu you will have to be more specific. The everything you want changed that is not available in the theme panel has to be coded in.
A font family for the menu can be added like so:
.td-mobile-content li a{
font-family: myfontfamily;
font-weight:900;
}
Margins are a bit more complicated as it depends how you want them.
Thank you!
Hello,
We have not officially tested the mobile theme with a child theme so I cannot offer a precise answer. You will have to try and see if the result works or not from the child theme. We have not added any special implementation for the mobile child theme.
Thank you!
Hey there,
great Work, i really like your Theme!
It is really impressive, to see your child functionallity working so far. I added some custom code in wp-booster, which works perfectly, but if it comes to the mobile version, its messing me up.
Mobile version is using the same file “td_module_single_base”, but only the original file, not the child file.
Is there any solution to get some child customizations for the mobile Theme files?
I also want to change the mobile view of some static pages, not only adding content between ( sustainably ).
Another task is mobile translation. There is no translation working for mobile view.
Kind regards,
Stefan