i think i figured it out…
in the css code for the center logo menu i uncommented the burger menu part…
/* Activate burger menu */
/*
@media only screen and (min-width: 767px) {
#top #header .av-main-nav>li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}
*/
@media only screen and (max-width: 767px) {
/* Mobile menu position fix */
.responsive #top .av-logo-container .avia-menu {
display: flex!important;
align-items: center;
}
}
when i try to edit any element with the theme builder (edit color-selection for example) i get the following error:
“Fehler beim Abrufen der Inhalte – bitte laden Sie die Seite neu und versuchen Sie es erneut”
“Error fetching content – please reload the page and try again”
reloading doesn’t fix it obviously :)
switching back to php5 and everything works fine again.
hm, i think i figured it out. in the portfolio entry of the parent category, i had to remove the child categories. now everything seems to work.
thanks anyway :)
chris