Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #697323

    Dear Enfold support,

    For desktop users, I’d like my Enfold menu to show up by them hovering over a button called ‘Menu’ in my logo area. It will look sort of like responsive mode, where you have a toggle/show button that is activated by clicking the 3-row button. Example what I mean is on desktop site of http://www.prisjakt.nu. However, when just hovering the Menu text, the normal desktop Enfold menu should show.

    On mobile & iPhones, I still want to show the responsive 3-row button menu.

    Thankful for help!

    • This topic was modified 8 years, 1 month ago by Enfolded.
    #697327

    Hey Enfolded!

    You can try using hamburger menu (an example here – http://kriesi.at/themes/enfold-creative-studio/ ) or you can try using a mega menu – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/ :)

    Cheers!
    Yigit

    #699353

    Hi Yigit,

    Thanks for your quick respond.

    I can use any of those, but that’s not what I am asking for.

    Which one of them I use, they will still have a 3-line button when activating it. I am talking about the demo li.av-burger-menu-main menu-item-avia-special

    I wish to replace the 3-line button with the word ‘Menu’ – so instead of clicking a 3-line button, the user would click a text saying ‘Menu’

    #700061

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    a#advanced_menu_toggle:before {
        content: 'Menu';
        font-size: 14px;
        top: -7px;
        position: relative;
    }
    

    Best regards,
    Yigit

    #701476

    Alright that works fine for responsive mode. However, what I wrote as a detail in the original description, and as for the webpage I linked – I want this the to activate for desktop-users, and that when they hover ‘Menu’ – the desktop menu will show. Please once again look what I mean at http://www.prisjakt.nu

    #701485

    Hey!

    Please refer to this post as well – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Cheers!
    Yigit

    #731370

    Hi Yigit,

    Late respond, but your last answer didn’t respond to the question I asked, so I didnt reply back. I’d appreciate if you could answer again.

    I want to show the Desktop menu by hovering ‘Menu’. Means ot having a mobile menu for desktop mode, but rather the desktop menu with desktop styling etc.

    How can I make this menu show by a button?

    #731398

    Hey!

    As I understand when a user visit your site they need to see the hamburger menu with the word “Menu” instead of the three line on the desktop. Is that correct?

    Should you have any issue please place the code provided in the example link by Yigit and change the 1024px to a much higher value in the below line

    @media only screen and (max-width: 1024px) {

    or try activating the hamburger menu from Enfold > Header > Header Layout > Display of menu items > Icon menu

    Should you have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    #733716

    Hi guys,

    Thanks for your responses, unfortunately your understanding is not correct.

    I wish to show the Enfold class .main_menu by the text ‘Menu’.

    I imagine this being a PHP snipet, not a CSS one.

    Hope you understand I wish to get done.

    / Enfolded

    #734891

    Hi,

    this won’t be easily possible. You need to search a plugin with such a function or hire a freelance developer for this job: http://kriesi.at/contact/customization

    Best regards,
    Andy

    #736896

    Hi Andy,

    Shouldn’t it be just a simple PHP snippet?

    If I hire a freelance developer, how should I tell him it should be done?

    #738731

    Hi,

    I reviewed the thread but I don’t see any menu in the “prisjakt.nu” site. All I see is a huge search bar and the login button. Could you please provide screenshots of the issue and the modification that you have in mind?

    Best regards,
    Ismael

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