Hi Ron,
I didn’t change the URL. When I switch off the WP Super Cache plugin the icons appear, after activating i see only this strange square symbols. It looks like css is not loaded correctly. When cache is disabled I see this css code:
simple-social-icons ul li a {
-webkit-font-smoothing:antialiased;
border:none !important;
box-sizing:content-box;
display:inline-block;
font-family:fontello;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:1em;
speak:none;
text-align:center;
text-decoration:none !important;
text-transform:none !important;
width:1em;
}
after reeactivating the caching plugin I’m getting:
.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
background-color:#F5F5F5 !important;
border-radius:0;
color:#000000 !important;
font-size:18px;
padding:9px;
}
I have no idea what I’m doing wrong. It’s a Multisite installation. I have also another site where it working even with cache enabled: https://ft008blog05.getfruittree.com/
Very strange.