[Resolved] Awaken theme – Menu issues/Q's

Home Forums Support [Resolved] Awaken theme – Menu issues/Q's

Home Forums Support Awaken theme – Menu issues/Q's

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #937730
    Morgan

    Ok, SRY, YES got it (cripes) but setting to “desktop only” seems to have no effect – still appears on tablet and mobile as I’ve been detailing.

    View post on imgur.com

    #937962
    Morgan

    Also, heads up that I posted at https://generatepress.com/forums/topic/can-i-recreate-the-look-of-this-blog-titleimage-in-generate-press-premium/#post-937446 – want same design and css didn’t work for me, ta πŸ™‚ .

    #937986
    Tom
    Lead Developer
    Lead Developer

    It looks good to me now. There’s an off canvas toggle on desktop, and the mobile toggle opens the regular primary menu.

    If you keep the off canvas panel open while you resize down to mobile, it will remain open. But for mobile users, they will open the regular primary menu when they tap the toggle.

    #938028
    Morgan

    Right you are. Think it was cached. Thanks!

    Is it possible for it to display just like Off-Canvas ‘Overlay’? (Would be a good option to have in Customizer)

    #938038
    Morgan

    Oh and back to 4, the below is looking good!
    Just confirming – this is manually inputting the different logo widths, there’s no dynamic way with media queries? (assuming I tweak logo sizes in future, would avoid adjusting)

    .navigation-search input[type="search"]:active, 
    .navigation-search input[type="search"]:focus {
        padding-left: 210px;
    }
    #mobile-header .navigation-search input[type="search"]:active, 
    #mobile-header .navigation-search input[type="search"]:focus {
        padding-left: 160px;
    }
    
    #938219
    Tom
    Lead Developer
    Lead Developer

    You can set the off canvas panel to “Overlay” regardless of where it shows up (desktop, mobile, both).

    The only dynamic way to do it would be to use javascript I think.

    #938333
    Morgan

    4. is the search field appearing over Nav Menu, not off-canvas.
    It’s appearing fine as is, was just confirming there *aren’t* dynamic media queries to pad around whatever size the logo is at any given time.

    #938693
    Tom
    Lead Developer
    Lead Developer

    Not too sure what you mean? The navigation search field? Right now it only covers the primary navigation by default, however you can add a search widget to the off canvas panel if you need.

    That’s correct, there aren’t any dynamic media queries.

    #938924
    Morgan

    Alright got it, closing this one!
    Thanks again πŸ™‚

    #938948
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.