-
AuthorPosts
-
September 28, 2019 at 2:11 pm #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;
}
}September 30, 2019 at 10:30 am #1143268Hey info224,
Best regards,
VictoriaSeptember 30, 2019 at 10:44 am #1143276Hi
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.
October 1, 2019 at 9:33 am #1143601 -
AuthorPosts
- You must be logged in to reply to this topic.