- ApiUsing the Theme API in plugins
- 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
Noticed this on mobile yesterday and on clearing all caches, all theme settings have been reset on both mobile and desktop: http://bestforcats.co.uk
Logos are gone, footer settings, colours, AdSense, everything. This was not user error, everything seems to have been cleared.
Any help would be greatly appreciated.
Hi
To remove the modal window from login widget you have to edit top-menu.php and remove these classes: http://screencast.com/t/6pUOPlwTz5q Note that our login system was intent to work only with modal window abd if you remove it then there will be needed other adjustments.
We did not tested wordpress social login plugin with thew theme and we’re ot aware of its functionality in order to provide an answer.
The mobile menu have the same structure as desktop menu and link target can’t be changed easily. Basically you have to register a new menu and set a custom html structure for it then use it only for mobile.
This is a complex task which require lots of customiztions and tests in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi,
Unfortunately there is no option at the moment to add blocks to your pages on mobile. We will try to include more options in the mobile theme including a few blocks without using visual composer but we have no eta on this yet unfortunately. It is a work in progress. At the moment you will have to use the standard MCE editor for pages.
If you are comfortable around coding, you can try to alter the mobile theme files. There is a folder called ‘mobile’ in the main theme folder where you will find the page template files.
Thank you!
Hi,
I have updated to 7. I tried out the new mobile theme but reverted back to the original responsive theme.
However, when i scroll down on a mobile device the menu seems to break from the container.
Would you be able to assist me with this?
Please see http://www.londonnewsonline.co.uk.
I look forward to your reply
Is there a way to complete disable all mobile theme optimizations ? I wish my mobile view to be 1:1 to the desktop view.
All pages, except home page are blank on my mobile theme.
I have menus that points to a pages and when I press the menu on mobile device the page is empty. The header and footer are shown but no content.
Hi.
I fixed it. work fine. Thank you.
But mobile theme location does not appear manege locations page.
But original menu for mobile is linked a menu I made.
strange…
-
This reply was modified 10 years by
shokuhinet.
Hi,
Please revert your changes to the theme default as there is a much simpler way to do it.
Simply define a new menu in td_menu.php like so: http://screencast.com/t/u3Ym64v3Ga and then simply change the menu key in menu-mobile.php to your new menu like so: http://screencast.com/t/guO9j6To89m
Now you can create a new menu and assign it as a mobile menu from the wp menus area.
Thank you!
Hi Bogdan,
Thanks for your reply.
Thanks for explaining this to me. Is there still ways to be able to display content that is used by visual composer in the template files for the mobile theme (for example, a page that displays certain content, by creating a specific template?)
When reverting back from mobile theme, which i have done a couple of times. It throws the container for the page, therefore when i scroll down, my content can be swiped right and just displays the background.
I do want to use the mobile theme as i think it looks and loads amazingly, so if there is a way of customisation through page templates, that would be great.
Thank you
Hello,
There is no “fix” for this. The mobile theme was designed to work without visual composer. This is the main feature of the mobile theme. It does not rely on the heavy page builder that slows down page speed.
Visual composer will not be added to the mobile theme as it will defeat it’s purpose. If you do not want to use the mobile theme and create content for mobile without visual composer,m you can always disable the plugin and use the standard responsive version for mobile.
Thank you!
Hi.
I cutomizeed mobile menu.
I want to use different menu for mobile. But I do not want to use mobile theme.
I added script in functions.php as follows.
register_nav_menus(
array(
‘mobileheadnav’ => ‘mobile-head-menu’
)
);
and changeded in menu-mobile.php like that…
wp_nav_menu(array(
‘theme_location’ => ‘mobileheadnav’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ‘<i class=”td-icon-menu-right td-element-after”></i>’,
‘walker’ => new td_walker_mobile_menu()
));
after that, mobile menu works well, but mega menu broken like that.

Please tell me how to fix it.
Hi Bogdan,
Thanks for your reply.
Will there be any customisation in future update, like child theme or VC?
I completely understand the optimisation, but i just don’t understand how you can take away VC from mobile when the theme content relies heavily on VC for layout.
I have installed the mobile plugin and lost half of my content.
I am working on a website that needs to go live to 300,000 monthly impressions next week. Are you able to give me a date of when this may be fixed? If not i am going to have to work on customising the mobile core files.
Thank you
Hello,
The mobile theme is a different theme from the standard one and it will not behave the same. It will not work from the child theme and will not work with visual composer. We will improve the mobile theme with future versions of the theme but at the moment it will not work that way.
You can read more about the mobile theme and how it works here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi
Mobile theme does not render content added with Visual Composer and Revolution slider won’t work with it. To use revolution slider on mobile use the main theme without mobile theme enabled. Also you can check this link for more details about mobile theme usage: https://forum.tagdiv.com/the-mobile-theme/
Let us know if you need further assistance on this.
Thanks!
Hi,
I installed the mobile theme on my website, it looks amazing and super happy with the look, but there are a couple of things that are not working now.
1) Any custom code i have inputted through the child theme is now not being loaded (I have overwritten the core mobile files in my child theme). Could this be something with the function.php not allowing me to overwrite the files?
2) On the homepage, half my content has gone missing. Does the mobile theme only allow for certain modules? And how may i be able to change this to get my content back (preferably without disabling the mobile theme plugin as speed and look is fantastic).
Thanks
Thank you.
I cleared all caches and i turned off all plugins one by one, but it’s not helping.
At the Android webbrowser it shows the mobile theme, but Google Chrome and Firefox are showing the responsive desktop version.
Is there something else i can do to fix this?
Hello,
the mobile theme will convert your homepage to the predefined one and display all other pages blank if you do not create mobile content for theme in the new mobile editor. Please read more on this here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi
Mobile theme uses different files and they are located in this folder: http://screencast.com/t/vj9JHdbpPv5 You have to edit function.php file from mobile folder so the changes to be applied when mobile theme is used.
Thanks!
Hello,
This could be a caching issue as when you activate the mobile theme it should not show the responsive version anymore. Please clear all caches including cdn or server cache. Please make sure the mobile theme is enabled and please make sure there are no plugin conflicts that interfere with the mobile theme.
Thank you!
Hi
Are yu using mobile theme plugin? If so you will have to add the ad code in mobile theme > mobile ads: http://screencast.com/t/O6FDDfl5q
i assume that ADS PRO is a plugin that you’re using to manage ads. We didn’t tested this plugin and we’re not aware of its functionality in order to provide an answer. Also it’s not recommended to deed parts of theme’s code, it’s better to overwrite that code. The custom css can be added in theme panel > custom code> custom css and won’t be lost when the theme is updated.
Thanks!
Hi
Are you using mobile theme plugin? If so the page content displayed on mobile won’t be the same as on desktop because mobile theme won’t render the content added with visual Composer. For more detail about mobile theme please check this link: https://forum.tagdiv.com/the-mobile-theme/
If you’re not using mobile theme and the problem is still there please provide a link where we can insect it so we can get back to you with a more accurate answer.
Thanks!
Hello,
1) Unfortunately the infinite scrolling on posts is not available in our theme. We do not have a plan on adding this yet as we have not found an easy method of implementation for it at the moment.
2) The mega-menu option will not work on the mobile menu. If your link on the main menu does not link to anything (custom menu link to #) then it will not l;ink to anything on the mobile menu as well. Please create a new menu for your mobile menu here: http://screencast.com/t/0Wnhup0pWY
3) We cannot provide any solution for this as our theme does not provide a social login option. You will have to either use customization or find a plugin that can offer such a feature.
Thank you!
Hi @all
The theme is tested and works fine with these browsers: http://screencast.com/t/Qqy5tnbf We recommend to use one of these browsers for a good experience especially when a mobile device is used because viewing the site with an untested browser can create issues
Thanks!
Hi
These customizations falls beyond the support can offer. Support refers to explaining how current features works, fixing any bugs related with the theme and helping users understand its functionality. Any custom modifications which involve changing the default behavior are not included in support policy and you will have to make them by yourself or hire someone if you’re not aware of the steps that must be taken.
The code for login can be found here: http://screencast.com/t/VxOruYHgA
To hide some blocks on mobile you can add a custom class for theirs row in Visual Composer and use it in css with media queries to hide them on mobile: http://screencast.com/t/VJdrs9bX6
Thanks!
Hello,
1) Unfortunately our theme does not allow such a secondary menu spot on the mobile menu. It will have to be made custom but it will be no easy task unfortunately as there is no such spot for a secondary menu and it has to be created from scratch. We suggest hiring a developer to help out on this task.
2) The space can be adjusted with css by using the browser inspector and removing any extra padding. The space comes from the author name and date. I will need access to your site so I can provide the proper code though.
3) The comments color can also be changed with css as there is no setting for them in the theme panel. You can use this code:
.td-module-comments a{
background-color:grey!important;
}
4) I have tested the zoom-out issue on our end but we do not get a zoom-out effect. Please also test our demo at demo.tagdiv.com/newspaper to see if you still gfet a zoiom on our demo. Try to write a comment and see. I tested on android and ios but there was no zoom. it could be a local issue, maybe due to plugins.
5) Again I weill need access to your site so I can figure out which module is being used there and check it;s code to see if there are any hidden options available to fill the space. For some the category tag or author/date was hidden with css as a design choice.
6) Again, I will need access to inspect the different module. The old access you provided for us via email does not work anymore so please create an account that is working so we can login on your site and send us the login info via email at contact@tagdiv.com Alswo include a link to this topic.
7) The code for each section of the pull-down filter can be found here: http://screencast.com/t/xhWykDVv
8) As for the custom title you set to your contact form, it will grab the theme accent color. If you want to change it you need to change the code a bit. Try this one:
<div class="block-title mycustomclass"><span>Contact Form</span></div>
and then use this css to style it:
.mycustomclass span{
background-color:Red!important;
}
.mycustomclass{
border-color:red!important;
}
Thank you!