Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #787275

    Hallo,
    bei den Einstellungen ist im Bereich Header der Punkt “Append search icon to main menu” aktiviert. Dadurch erscheint in der oberen Menüleiste in der Desktop-Ansicht das Lupensymbol mit Verlinkung auf eine Suchmaske.
    Wenn man die Seite jedoch am Smartphone betrachtet ist das Lupensymbol und deren Funktion nicht mehr im Menü erhalten.
    Was kann man machen, um die Suche auch am Smartphone im Header Menü erscheinen zu lassen?

    #787391

    Hey Ewi,

    versuche es mit dieser Lösung hier: https://kriesi.at/support/topic/search-button-on-mobile/#post-431521

    Ansonsten bitte einmal einen präzisen Link schicken.

    Gruß,
    Andy

    #787722

    Hallo Andy,

    es ist schon besser. Ich habe nun folgendes ergänzt:

    /*add search to mobile menu*/
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -100px;
    right: 60px;
    }
    .responsive .main_menu {
    float: right;
    }
    li#menu-item-search>a {
    font-size: 28px!important;
    }}

    Das einzige das noch stört ist das Logo – es wird erst kleiner wenn das Burger-Menü angrentz – aber nicht schon wenn die Lupe auf das Logo stößt.

    Der Link zur Website lautet:

    • This reply was modified 7 years, 6 months ago by Ewi.
    #789368

    Hi,

    Thank you for the update.

    Please add this css code to decrease the size of the logo on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive .logo img {
            margin: 0;
            max-height: 80px !important;
        }
    }

    Don’t forget to re-minify the stylesheets and purge the cache.

    Best regards,
    Ismael

    #789379

    Hello,
    Thank you for the answer.
    I made the changes – but ist doesn´t work …
    Best gregards
    Ewi

    #789700

    Hi,

    you need to adjust the max-height value inside Ismael’s code until it fits for you.

    Best regards,
    Andy

    #820683

    Hello,
    today I updated the theme to the latest version(4.1.1).
    All changes doesn´t work anymore in the burger menu. Even the Links aren´t shown anymore !
    Please help me!

    best regards
    Ewald

    #823495

    Hi,

    Yes, the new theme brings up a new menu module, with an updated system that works way better than what it was till now.
    You will have to redo any changes you need, so you can get it fixed.

    Thank you

    Best regards,
    Basilis

    #823941

    Hello,

    the problem is the menu in the burger menu. It shows the normal header menu, but for every menu-point it shows also the hole text from this menu point!
    Also quick CSS doesnt work anymore for the search icon with Burger menu.

    This is the quick CSS for the search icon what I have:
    /*add search to mobile menu*/
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -100px;
    right: 50px;
    top: 10px;
    }
    .responsive .main_menu {
    float: right;
    }
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    .responsive .logo img {
    margin: 0;
    max-height: 70px !important;
    }
    }

    #823942

    Here you find the problems with the wrong burger menu

    #829109

    Hello,
    still the problem is the menu in the burger menu. It shows the normal header menu, but for every menu-point it shows also the hole text from this menu point! I need only the title, and no text. My Version is (4.1.2)

    #829335

    Hi,

    Did you add descriptions to the menu items? Please try to use the following css code.

    .avia-menu-subtext {
        display: none !important;
    }

    Best regards,
    Ismael

    #829581

    That was the solution – Thank you!

    #831225

    Hi! We’re glad that the team was able to help you. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Icon "Suche" fehlt in der mobilen Ansicht’ is closed to new replies.