-
AuthorPosts
-
September 14, 2015 at 9:04 am #502531
Hi, I have only a item menu in main menu.
In mobile view, I want to show the item menu insteaf of the standard icon for mobile main menu.
How I can do it?
Thans and regards.
JoseSeptember 14, 2015 at 10:59 am #502591Hey intecca,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 14, 2015 at 11:31 am #502606September 14, 2015 at 4:56 pm #502898Hey!
Add this to your custom CSS.
nav.main_menu, .avia-menu { display: block !important; } #advanced_menu_toggle { display: none !important; }
Regards,
ElliottSeptember 17, 2015 at 1:55 pm #504778Hi Elliott, thanks by the answer but it’s not exactly what We want.
With this code the main-menu icon disappear (box with three horizontal lines) in mobile view however instead of We want to show the text link “Acceso a Plataforma AVIP” with the URL https://www.intecca.uned.es/portalavip/plataformaAVIP.php.It’s possible?
Thanks and regards
JoséSeptember 17, 2015 at 4:35 pm #504968Hey!
So instead of the mobile menu button you want to display a link correct? Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add the link to a text widget and then add this to your custom CSS.
#header .widget { display: none; } @media screen and (max-width: 767px) { #header .widget { display: block !important; } }
Best regards,
ElliottSeptember 22, 2015 at 1:03 pm #506990Thank you Elliot, we will try, in the other hand, it’s possible to show in main menu button for mobile devices (box with three horizaontal lines inside) a different menu than in desktop view?
Thanks a regards
JoseSeptember 22, 2015 at 1:08 pm #506998Hey!
Please refer to my post here – https://kriesi.at/support/topic/different-menues-for-mobiles-and-desktop/#post-504784
Cheers!
YigitSeptember 22, 2015 at 1:49 pm #507020Thnaks Yigit, but I want just the opposite, I want to show only one item menu in desktop view and show six item menus in mobile view.
It’s possible?
Thank you
JoseSeptember 22, 2015 at 1:58 pm #507029Hi!
You can give custom class to your elements that you would like to hide on desktops and change the code to following one
@media only screen and (min-width: 990px) { .only-dt { display: none !important; }}
Regards,
YigitSeptember 22, 2015 at 2:03 pm #507033Thanks Yigit, it works fine!
Regards
JoseSeptember 22, 2015 at 2:07 pm #507036Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Mobile Main Menu with only one item’ is closed to new replies.