Essentially, on my new website’s mobile theme I cannot make the footer disappear (not the subfooter, that’s fine). I’d upload screenshot, but it doesn’t let me here. Let me explain: It’s shows my logo, an unclickable “about us” button and “follow us” between my content and before my subfooter.
Now, if I remove my logo altogether on the site, the logo in the footer disappears. If I turn off social icons, the “follow us” button disappears. But I cannot make the “about us” page disappear and nor do I want to turn off my logo altogether. Please anyone help me!
My about me page is called “about” and not “about us” additionally. So frustaring!
Steps I tried:
1) Cache is turned of so all changes appear immediately (but did a cache reset just in case, to no avail)
2) Went to theme panel >footer > turned off footer and even tried turning it on and trying different variations
3) Went to theme panel > mobile theme > made sure no footer menu is selected.
I basically tried going to and configuring every footer or logo related page in theme panel but nothing solved the issue.
The issue is not with the logo only, but the specifically that the footer in the mobile theme does not disappear. In the customize view of my site it’s not visible.
Theme is version 7.4
I’d upload a sceenshot but I can’t here unfortunately.
Anyone can help with this? Would be much appriciated. 🙂
My website is calles stepbystepecommerce.org
Screenshot: https://www.dropbox.com/s/ab864kogwe4veni/IMG_1792.PNG?dl=0
Thanks!
Hello Dimitron,
Unfortunately, the footer section from Mobile Theme cannot be modified from the panel. If you want to remove the About Us section, the only way to do this is using a bit of CSS code and place it in Theme panel->Custom CSS area. In the future, we will deeper develop the footer section on the mobile theme and it will rule out this inconvenient.
The code is ->
.td-mobile-footer-wrap .td-footer-description{
display:none!important;
}
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi again Bogdan,
I made a screenshot of how it currently looks with that code implemented. http://www.screencast.com/t/vx93ZPWq8
There’s that clickable and redundant amilucid.com link and that unclickable and redundant About us page. Can we remove that please?
Secondly, in the mobile menu when I click on the about the page loads a blank page (works ok on desktop).
Thanks,
Adam
Hello Adam,
That is because of the mobile theme plugin Please use the mobile editor to add content for the mobile theme. It will not show anything if you do not add any mobile content. Please use this guide: https://forum.tagdiv.com/the-mobile-theme/
Check the mobile editor in tour about page: http://screencast.com/t/cGLznKAO
Thank you!
Thanks Bogdan!
This question is still unresolved though:
There’s that clickable and redundant amilucid.com link and that unclickable and redundant About us page. Can we remove that please? http://www.screencast.com/t/vx93ZPWq8
Hi,
I checked again (I checked before writing here), and there’s no logo added anywhere whatsoever.
This code and
.td-mobile-footer-wrap{
display:none!important;
}
.td-mobile-footer-wrap .td-footer-description{
display:none!important;
}
and this, neither of them worked.
I just want to remove the amilucid.com and about us part. I tweaked every setting in the theme panel, otherwise I would not write, as I respect other people’s time.
Thank you.
Well not in the css. Please check the theme panel under footer settings: http://screencast.com/t/rxv8mPxpCbxJ
If the option is not there please contact us via email at contact@tagdiv.com and provide wp-admin so wer can login and investigate where this comes from.
thank you!
Bogdan B