Tagged: menu icon, mobile menu
-
AuthorPosts
-
June 12, 2017 at 1:35 pm #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!
June 12, 2017 at 8:01 pm #807047Hey brendymullan,
Please, may you explain your question with more details?
Best regards,
John TorvikJune 13, 2017 at 11:29 am #807373Hi 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.
June 14, 2017 at 12:36 pm #807926Hi 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,
VictoriaJune 14, 2017 at 12:41 pm #807932Hi 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,
June 14, 2017 at 1:55 pm #807971Hi! 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,
SarahJune 14, 2017 at 2:17 pm #807996Hi 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.
June 18, 2017 at 4:23 pm #809560Hi,
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,
BasilisJune 18, 2017 at 7:40 pm #809594Ok 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?
June 21, 2017 at 6:52 am #810773Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.