[Resolved] Variable Site Headers with sticky navigation

Home Forums Support [Resolved] Variable Site Headers with sticky navigation

Home Forums Support Variable Site Headers with sticky navigation

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

    Hello Support Team,

    I bought the GP premium the other day and so far I’m loving it. I’m working through the learning curve so bear with me if this is an obvious fix.

    The goal is to have different sized Site Headers/Logos for various pages w/navigation AND be able to have sticky navigation on entire site.

    If I utilize the hooks, I need to disable front page site/logo header for the relevant pages with hooks, but when the header is disabled, the sticky navigation is also disabled (for the page with the hook)

    If don’t disable main/front page site header for the relevant page, this keeps sticky nav with logo image working but when I utilize the GP elements/header to import a logo to override existing universal, I have the desired image change, but the logo inherits the size set in WordPress Customization field in logo settings. So, right image, but too large.

    What do you think? Is there a way to have variable images at different sizes AND the sticky logo/nav work as well?

    I put the situation on a test site to illustrate the situation.

    Thank you for all your hard work, I know I’m going to love this theme.

    #745722
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    We might be able to change the size using CSS, but it looks like we’d need to target the logo page by page, which is kind of a pain.

    For example, if the page with the logo we need to change has an ID of 10, and another one has an ID of 15, we can do this:

    .page-id-10 .site-header .header-image,
    .page-id-15 .site-header .header-image {
        width: 200px;
    }

    Let me know if that makes sense or not ๐Ÿ™‚

    #745742
    Susan

    WOW. Thank you Tom, it works great. After twisting up my mind trying to figure out the CSS–doing this procedure as single pages is joy. It looks great, just the right pop. Thank you so much. I’d like to thank you for this theme as well, even after only a few days I can feel GP has the generous wide open spaces for so many variables and structure too. This may sound strange, but the images seem to look better too. This is going to be fun.

    #746106
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help.

    Thank you! ๐Ÿ™‚

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