Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: menu left, logo center, widget right #1418283

    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;
        }
    }
    
    in reply to: PHP 7.0.0 #550923

    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.

    in reply to: Portfolio Raster shows unselected categories #421859

    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

Viewing 3 posts - 1 through 3 (of 3 total)