Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1224132

    Hello, I am creating a new site and I would like to use “a page to display as footer” in general. This works fine.
    But for some pages (about 5-6) I would prefer to use the standard widget footer. Is this possible?
    Thank you in advance for your help.
    Holger

    #1224200

    Hey Holger,

    The only workaround that I could think is for the 5-6 to have a Color Section and add a background color to it.
    Then put 4 1/4 Columns inside it and for each column, put a Widget Area.

    Then in Quick CSS (located in Enfold > General Styling), hide the footer for this 5-6 pages, using this code:

    .page-id-1 #footer-page,
    .page-id-2 #footer-page,
    .page-id-3 #footer-page,
    .page-id-4 #footer-page,
    .page-id-5 #footer-page
    .page-id-6 #footer-page {
      display: none;
    }

    You’ll also need to replace the page-id-x (x is the page ID) with the correct ID.
    Hope this helps.

    Best regards,
    Nikko

    #1224275

    Hello Nikko,
    thank you for your workaround. This is a really good idea. :-)
    Instead of use your CSS to hide the pages I deactiveted footer for each page in backend layout settings at right sidebar in each page.
    Thank you for help!
    Holger

    #1224304

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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