Tagged: ismael
-
AuthorPosts
-
May 3, 2017 at 6:11 pm #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?May 3, 2017 at 8:53 pm #787391Hey 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ß,
AndyMay 4, 2017 at 11:44 am #787722Hallo 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.
May 8, 2017 at 10:07 am #789368Hi,
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,
IsmaelMay 8, 2017 at 10:31 am #789379Hello,
Thank you for the answer.
I made the changes – but ist doesn´t work …
Best gregards
EwiMay 8, 2017 at 4:40 pm #789700Hi,
you need to adjust the max-height value inside Ismael’s code until it fits for you.
Best regards,
AndyJuly 13, 2017 at 5:22 pm #820683Hello,
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
EwaldJuly 18, 2017 at 9:26 pm #823495Hi,
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,
BasilisJuly 19, 2017 at 1:45 pm #823941Hello,
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;
}
}July 19, 2017 at 1:47 pm #823942Here you find the problems with the wrong burger menu
July 24, 2017 at 5:51 pm #829109Hello,
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)July 25, 2017 at 4:25 am #829335Hi,
Did you add descriptions to the menu items? Please try to use the following css code.
.avia-menu-subtext { display: none !important; }
Best regards,
IsmaelJuly 25, 2017 at 11:40 am #829581That was the solution – Thank you!
July 28, 2017 at 6:37 pm #831225Hi! 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 -
AuthorPosts
- The topic ‘Icon "Suche" fehlt in der mobilen Ansicht’ is closed to new replies.