Hey guys!
I have a problem:
On my website I have pages that have a sidebar (blog) and pages without a sidebar.
On pages without a sidebar the custom footer page is displayed right above the socket (example here: http://yinyoga-deutschland.com/).
On pages with a side the custom footer is incorrectly display a little above the socket – with some kind of unwanted whitespace (example here: http://yinyoga-deutschland.com/blog/).
Could you please advise on this?
Thanks and kind regards,
Florian
Hey aiko-logi,
How many pages are there with no sidebar? Perhaps we can use css to just hide the widgets within the sidebar while keeping the sidebar itself in place so the layout is not messed up.
Best regards,
Jordan Shannon
Hi Jordan,
the blog itself and when displaying single blog entries should have the sidebar. All other pages (>30) should be displayed without sidebar.
Kind regards,
Florian
Hi Jordan,
do you have any update for me? I’m approaching the golive in my project fast and my client get impatient.
Kind regards,
Florian
Hi Florian,
I’m not sure why it’s generating another section, however you can either try to update Enfold to the latest version 4.5 which fixes some issues we have on a footer page or you can just use the same version of Enfold you have now and add this css code in Quick CSS (located in Enfold > General Styling):
#main > div#after_section_1:nth-last-child(2) {
display: none;
}
Let us know if this helps.
Best regards,
Nikko
Hi Nikko,
many thanks the QuickCSS solved the issue. I’ll update the theme as soon as possible afterwards.
Kind regards,
Florian
Hi Florian,
Glad that we could help :)
Before you update the theme, make sure to make a backup first.
Best regards,
Nikko