Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1022818

    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

    #1022845

    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

    #1022854

    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

    #1023300

    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

    #1023510

    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

    #1023806

    Hi Nikko,

    many thanks the QuickCSS solved the issue. I’ll update the theme as soon as possible afterwards.

    Kind regards,
    Florian

    #1023944

    Hi Florian,

    Glad that we could help :)
    Before you update the theme, make sure to make a backup first.

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.