Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    Jose

    #502591

    Hey intecca,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #502606

    Hi Rikard, of course.

    Thanks!
    Jose

    • This reply was modified 9 years, 1 month ago by intecca.
    #502898

    Hey!

    Add this to your custom CSS.

    nav.main_menu, .avia-menu {
        display: block !important;
    }
    #advanced_menu_toggle { display: none !important; }
    

    Regards,
    Elliott

    #504778

    Hi 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é

    #504968

    Hey!

    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,
    Elliott

    #506990

    Thank 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
    Jose

    #506998
    #507020

    Thnaks 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
    Jose

    #507029

    Hi!

    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,
    Yigit

    #507033

    Thanks Yigit, it works fine!
    Regards
    Jose

    #507036

    Hey!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile Main Menu with only one item’ is closed to new replies.