Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1222417

    Sorry…I figure this is probably easy — but have spent a couple of hours trying to figure it out.

    Where do I go to do this?

    Thanks

    #1222876

    Hey CharlieTh,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1223214

    Unjunking.com
    When shows mobile menu, would like site logo at top above mobile menu items.

    Thank you…maybe not easy after all?

    #1223295
    • add to your main menu two home links
    • open the top home link (1) to see the menu-item settings by clicking on that little arrow on the right of the menu list point
    • you can now enter on navigation label (4) an img src html like:
      <img src="/wp-content/uploads/logo.png" alt="logo" />
    • if you can not see in that menu item settings dialog the classes – you had to open on top of your window that flyout “Screen Options” (2) and mark the needed fields ( custom classes )
    • that first home link (1) menu item gets now a meanigfull name f.e.: only-burger
    • just a bit in quick css:
      #avia-menu .only-burger.menu-item { display: none !important }
    • now to get rid of second home link on hamburger menu – you know what to do?
      f.e. give a custom-class to that home menu-item : only-desktop
    • so you have now for both : #avia-menu .only-burger.menu-item, #av-burger-menu-ul .only-desktop { display: none !important }

    #1223559

    Thank you, Guenni007 — always love your very detailed replies. Worked like a charm.
    Appreciate your very timely response.
    I had thought there was a checkbox somewhere in Enfold theme options that would do this — but your instructions made this just about as fast as checking a checkbox — and it lets me see how I could alter it for different effects.

    It was great!

    #1223568

    Hi CharlieTh,

    Great, I’m glad that you got it working and thanks for the update. Thanks to @guenni007 for helping out :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1225660

    Sorry…I realize I haven’t been asking you to close issues. Please close this one. Thrilled.

    #1225681

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How put logo on full screen mobile menu’ is closed to new replies.