On mobile, our theme is adding a footer logo and a link. I can’t find anywhere in settings how to turn this off, any ideas?
Hello chrismorda,
The theme automatically adds the logo and the properly link to the footer. If you want to change this to mobile mode, you should check the Theme panel, like this -> http://screencast.com/t/QPmmbjrjWfdo Also, you should provide your website URL so, I can inspect it closer and also, so I can provide you a proper CSS for this, if will not working as you want.
If is not what you mean, provide more details, give so useful information for a better understanding.
Thanks for the message!
hi,
you can see it at, http://nwtravelmag.com/. It’s adding a logo and a link to the about-us page. The logo section is empty in the header section.
Just to be clear i’m talking about the logo and the about-us link you’ll see on the site on a mobile device above the footer navigation.
Hello chrismorda,
I have inspected your website and I saw that your footer section is empty to the mobile theme. Also, I noticed that you are using some untested plugins which can interact with the theme core files and cause a lot of unknown issues. Please try to disable all of them and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. The default theme should look like this -> http://screencast.com/t/v5HgAvbb on the mobile version. Also, try to update your theme to the latest version of it via FTP method. Also, if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link of this topic so we can easily identify you.
Thanks for the message!
Hi,
I’m not sure if you understood my question, i’d actually like to remove that section. Is there a setting for that or should i just use the following css:
.td-mobile-footer-wrap {
display: none;
}
thanks
Hello chrismorda,
There is an option for it in Theme panel->Cusotm CSS area.
The code is -> http://screencast.com/t/HQC1tHatvr08
Thanks for the message!
sorry, back to the original question, i’m trying to remove the footer only mobile. I’m trying to remove this http://www.screencast.com/t/v5HgAvbb.
Is it possible to have the desktop footer widgets show up in the footer?
Hello chrismorda,
If you want to remove the footer section only for mobile mode, you should use a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.
If is not what you mean, please provide more details.
The code is ->
.td-mobile-footer-wrap{
display:none;
}
Thanks for the message!