Icons in icon-list only visible on the page when I am logged in to WordPress. As soon as I log out and view the page again, there is only white space where the icons are supposed to appear. I’ve tried it in IE, Firefox, and Chrome – same problem. I even disabled all the installed plugins but still no luck. Please help!
Hey cyberariba!
Can you please post the link to your website so we can take a look? You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private
Regards,
Yigit
Hi!
Please try updating Enfold to the latest version 2.8.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If it still does not work, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-icon-list .iconlist_icon {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.avia_transform .iconlist-timeline {
height: 99%;
}
Best regards,
Yigit