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

    Hi

    I recently did an update on a multisite and unfortunately, the logo is not showing on the sub-sites.

    The subsites have extra coding in the quick CSS and I think the issue is in there as the main site is okay ( I have tried disabling the cache plugin and disabled the performance section of the enfold I’ve also done a hard reload)

    Subsite coding

    #layer_slider_1{
    z-index:1;
    }

    .flex_column_table.av-equal-height-column-flextable.-flextable{
    z-index:99999999999;
    }

    #footer .widgettitle {
    font-size:16px !important;
    }
    @media only screen and (max-width: 1300px) and (min-width: 1120px) {
    .logo a {
    max-width: 60%;
    top: 20px;
    }}
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
    max-width: 35%;
    top: 25px;
    }}
    #header_meta * {
    font-size: 18px;
    }
    #footer .widget {
    text-align: center;
    }

    .phone-info span { color: #00703c !important; }

    @media only screen and (max-width: 1024px) {
    .alex { display: none !important; }}

    #menu-item-2503 a{
    border:2px solid #00703c!important;
    padding:7px!important;
    }

    #header_meta .sub_menu {
    position: relative;
    top: 13px;
    }

    #menu-item-2503 a{
    font-size:14px !important;
    }

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    padding-left: 70px;
    }
    }

    Main site coding

    #layer_slider_1{
    z-index:1;
    }

    .flex_column_table.av-equal-height-column-flextable.-flextable{
    z-index:99999999999;
    }
    #footer .widgettitle {
    font-size:16px !important;
    }
    body .gform_wrapper .gform_body {
    font-size: 12px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .flex_column_table {
    display: block;
    margin-top: 0 !important;
    }
    }

    .wpsl-street { display none: !important; }
    #top #wrap_all .wpsl-gmap-canvas img[src*=”red@2x”], #top #wrap_all .wpsl-icon-direction {
    display: none !important;
    }

    #top .wpsl-directions, #top .wpsl-street{ display: none !important; }

    @media only screen and (max-width: 1300px) and (min-width: 1120px) {
    .logo a {
    max-width: 60%;
    top: 20px;
    }}
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
    max-width: 35%;
    top: 25px;
    }}
    #footer .widget {
    text-align: center;
    }

    @media only screen and (max-width: 1024px) {
    .alex { display: none !important; }}

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    padding-left: 70px;
    }
    }
    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1143268

    Hey info224,

    Best regards,
    Victoria

    #1143276

    Hi

    Yes as mentioned it showing okay on the main site but not the sub-sites.

    If go into find an expert and select one you’ll see what mean. When I remove the quick css coding from the sub-site it shows. Hence I think the problem is in the coding.

    #1143601

    Hi,

    What happens if you clear the cache from your caching plugin and leave it deactivated?

    Best regards,
    Rikard

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