Forum Replies Created
-
AuthorPosts
-
Thank you :-)
TOP Support!That was the solution – Thank you!
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)Here you find the problems with the wrong burger menu
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;
}
}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
EwaldHi Ismael,
thank you for your answer.
I didnt knwo anything from “Relevanssi” – I was not installed on my blog – so I checked it and found out that it is a “better search results – plugin”
So I checked my “better search” plugins – and you are RIGHT!
The problem was the plugin “Search Everything”. I switched it off, and now everything works fine.
Thank you very much for solving the problem!How can I resave the permalinks?
I was in settings -> permalinks and changed ist shortly to simple and saved it. After it I choosed postname again and saved it.Hello,
Thank you for the answer.
I made the changes – but ist doesn´t work …
Best gregards
EwiHallo 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.
-
AuthorPosts