Subfooter not showing

Posted in: Newspaper
Post count: 61

Hi Guys,

In the theme panel I’ve chosen Footer Style 10 and under the Subfooter settings I have explicitly clicked “Show sub-footer.” For some reason, the sub-footer is not showing up.

Any idea how I can get it to display?

Thanks,

Dave

Post count: 22421

Hello,

The sub-footer shows up as expected in footer style 10 on our end.
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Post count: 61

Hi Bogdan,

I have disabled all plugins and cleared my cache, but the subfooter still didn’t come back. Is there anything else I can try that will bring it back? I had an important sub-menu in the sub-footer, which is currently not displaying at all.

Thanks,

Dave

Post count: 23312

Hello Dave,

I have inspected your website and I saw that your sub-footer container has display: none rule and that’s why you cannot saw it. Use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-sub-footer-container {
display: block;
}

Hope this helps!

Thanks for the message!

Post count: 61

That worked! Thanks Catalin.

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