Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #806875

    Hi there!

    Quick question, is it possible to activate the below option for tablets / mobiles rather than using the standard mobile menu? The styling is very nice!

    Display of menu items: Display as Icon

    Thanks in advance!

    #807047

    Hey brendymullan,

    Please, may you explain your question with more details?

    Best regards,
    John Torvik

    #807373

    Hi John,

    When you activate the option “Display of menu items: Display as Icon” it removes the menu items and replaces them with a nice burger menu icon and search icon.

    Is it possible to use this replacement menu style instead of the mobile menu that appears by default on tablet and mobile devices?

    • This reply was modified 7 years, 5 months ago by Brendan.
    #807926

    Hi brendymullan,

    You could try solutions from these threads

    https://kriesi.at/support/topic/enable-mobile-menu-on-desktop/#post-343545

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #807932

    Hi Victoria,

    Basically I only want to activate this menu style on tablets and mobile:

    Currently in the options you can only enable it across all devices.

    Kind Regards,

    #807971

    Hi! You can put the solution you choose inside a Media Query.

    Like this:

    /* display menu as icon only for mobile */
    @media only screen 
      and (max-width: 1024px) {
        CODE HERE
    }
    

    You can adjust the maximum width to 990px or 768px. For more info on Media Queries and standard device sizes, please check this page: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Sarah

    #807996

    Hi Sarah,

    Perhaps there’s some confusion. Within Enfold there are two types of hamburger menu mobile styles.

    The first one is the default mobile menu which is enabled for tablets / mobiles.

    The other is enabled by selecting Display of menu items: Display as Icon from the enfold options. You can see it featured on this page. I wish to use this style of menu but only on tablets / mobile devices.

    Could you advise how to do that? Thanks in advance :-)

    • This reply was modified 7 years, 5 months ago by Brendan.
    #809560

    Hi,

    You can from Theme Options, exactly as you say, but I am sure we are not getting something that you have in mind and we are not getting it.

    Best regards,
    Basilis

    #809594

    Ok let me try put it really simply.

    Go to this page. see the menu style that’s applied? I want to have that menu style but ONLY on tablets and mobile devices.

    Currently it’s applied to ALL devices.

    Does that make more sense?

    #810773

    Hi,

    I’m sorry but that’s not possible. The “icon menu” is created for desktop only. It’s not going to work properly on mobile devices without major modification in the scripts and css stylesheets. Please hire a freelance developer or contact our partner, Codeable.

    // http://kriesi.at/contact/customization

    Best regards,
    Ismael

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