Good morning,
I’m having problems removing a footer when someone views my website on a mobile phone. I inspected the elements with the browser and found that this is the problem <div class=”td-mobile-footer-wrap”> if i just remove it from the browser the footer goes away but im having a problem doing this from the theme. I don’t know what would actually be the code necessary to be added to the custom code section of the theme (no experience coding).
Another problem is that when I load the website from a phone the main layout of the first couple of articles changes and under the top articles this short code comes up “[td_block_big_grid3 sort=”featured”] [td_block_big_grid_5td_grid_style-6″ sort=”randomposts”].
Any help would be much appreciated I’ve been at this all morning.
hello,
If you want to remove the footer, you should only disable it from the theme panel like so: http://screencast.com/t/IsrJtAOLwz
If you use the mobile theme, then you can only remove it with css. Please use this code:
.td-mobile-footer-wrap{
display:none!important;
}
As for the second request please read this guide: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme will not show visual composer and if you use it on posts, it will show the shortcode and not render it. in this case i suggest disabling the mobile theme plugin and using the standard responsive version of the theme
Thank you!
UPDATE: I figured it out because I saw a post about installing the theme.
The fix:
In your plugins, the mobile theme installs as a PLUGIN, called tagDiv Mobile Theme.
Disable that plugin, and your site will become responsive and correctly display shortcodes, etc.
Yes, this is mentioned in the documentation as well: https://forum.tagdiv.com/the-mobile-theme/
Thanks.
Is there a way I can use the mobile theme AND the visual composer. For example can I make the mobile theme appear on mobile devices and the visual composer contents appear on desktop?
Hello,
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
You will see in the big red square that the mobile theme does not use visual composer.
You can make the mobile theme appear on mobile devices and the standard theme on desktop. This is the default mobile theme implementation.
Thanks.