• Is there a way to have custom settings per page?

    For example, all pages should have all elements visible like they are by default except for special pages such as a sales letter.

    On those special pages, I wouldn’t want a sidebar, top bar, or menu to be visible.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter msingle

    (@msingle)

    Forgot to mention that I don’t want to display the page title on special pages either.

    Thanks

    Okay sir this is very useful for me i have to some special page pictures and it allows the many specific spaces for this process there are available for some more and more actions for this performance online supply chain management degree is the online course it have a many sub divisions.

    Thread Starter msingle

    (@msingle)

    Okay I found the code to turn off the page titles selectively by page ID from another post:

    .page-id-6 .page-header {
    display: none;
    }

    I also discovered the full width template setting that can be set per page.

    So now all that is left is being able to selectively not display the menu (either primary or secondary) and the top bar.

    Thanks.

    Hey,
    Just FYI the premium theme has a built in page template for this.

    But with free you can either use css or make a custom base tempalate and page tempalte through a child theme.

    here is the css:

    .page-id-6 .page-header, .page-id-6 .headerclass {
    display: none;
    }

    that would remove the whole header.

    Kadence Themes

    Thread Starter msingle

    (@msingle)

    Thanks for the suggestion. However the topbar is still there.

    hmm odd. Can you post a link?

    Kadence Themes

    Thread Starter msingle

    (@msingle)

    My mistake. I changed the first page ID but not the second one. It’s all gone now.

    Can you tell me how I could turn off everything in the header except the logo?

    Thanks for the help.

    What else is in your header? You can turn the menu off by unselecting primary menu in Appearance > Menus.

    Hannah

    Can you post a link?

    Kadence Themes

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Custom Settings Per Page’ is closed to new replies.