• Resolved andyholland75

    (@andyholland75)


    Hello. I only want the pre footer to show on the home page, which I have set as a static page. I have checked to disable it on all pages except the home page (see screenshot), but once I check the box for Single Page in customizer, it takes it off the home page.

    Screenshot of settings

Viewing 3 replies - 1 through 3 (of 3 total)
  • Branko

    (@brankoconjic)

    Hi @andyholland75,

    This is a known bug and we will include a fix for it with the next theme update.

    As a temporary solution, you can disable the Pre Footer using metabox option (screenshot).

    So you could enable Pre Footer globally for pages and then manually hide on all pages except the home page using the metabox option.

    If you have a lot of pages, you can use this CSS instead:

    body:not(.home) #si-pre-footer {
      display: none;
    }

    Let me know if that worked for you.

    Thanks!

    Thread Starter andyholland75

    (@andyholland75)

    I used the CSS and it worked! Thank you so much!

    xfire0384

    (@xfire0384)

    Thanks! This was driving me nuts. Thank you for the quick workaround and for confirming it will be fixed soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pre Footer only on Home Page’ is closed to new replies.