Mobile footer does not disappear

Posted in: Newspaper
Post count: 25

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. 🙂

Post count: 23312

Hello Dimitron,

Please provide your website so I can inspect it closer. Also, you can provide some useful screenshots for a better understanding, using the Jing.

Thanks for the message!

Post count: 25

My website is calles stepbystepecommerce.org

Screenshot: https://www.dropbox.com/s/ab864kogwe4veni/IMG_1792.PNG?dl=0

Thanks!

Post count: 23312

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!

Post count: 25

Hi!

Thank for the code, but it did not make it disappear.

It’s “use of !important” with an exclamation mark in a yellow triangle sign near it.

Adam

Post count: 22421

Hi,
Catalin only removed the description, but if you want to remove the whole footer, you can use the code like so:
.td-mobile-footer-wrap{
display:none!important;
}
.
You can ignore the small triangle that says “use of important”
Thank you!

Post count: 25

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

Post count: 22421

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!

Post count: 25

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

Post count: 22421

Hi,m
The link you mention is actually the footer logo. Please remove it from the theme panel
Thank you!

Post count: 25

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.

Post count: 22421

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

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.