Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #904030

    Recently update to the Envold latest version and throw me to Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. am i missing something?

    #904098

    Hey Meutia,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #904347

    Hello,
    I updated the theme today to 4.2.2 and the search icon and burger menu disappear and the submenu indicator
    This is my QUICK CSS:

    /* Tablet */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header_main .avia-menu-text {
      font-size:16px !important;
    }
    }
    
    /* Phone */
    @media only screen and (max-width: 767px) {
    #header_main .avia-menu-text {
      font-size:12px !important;
    }
    }
    #top .avia-slideshow-button {
    border-radius: 25px;
    text-transform: uppercase;
    padding: 15px 16px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    }
    .hr-inner { border-color: #3a5470!important; }
    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: #D4AF37;
    }
    .sub_menu_socket {
        display: none;
    }
    #socket .copyright {
        text-align: center;
        width: 100%;
    }
    .avia-button-center {
       display: inline;
       padding: 8px;
    }
    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-size: 25px;
    }
    .html_av-submenu-hidden .av-submenu-indicator:before {
        content: "+";
        font-weight: bold;
        font-size: 16px;
    }

    The search icons and burger menu not appear on SAMSUNG S6 devices and Iphone 6S

    IMG: https://s18.postimg.org/kenngrit5/Capture.jpg

    • This reply was modified 6 years, 3 months ago by bobbysap.
    #904870

    Hi bobbysap,

    Please disable caching and minification while we’re investigating the issue.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.