Hello,
After updating to the latest theme# and setting up Woocommerce, no icons at all do not show on the site nor in the Theme options.
They are all greyed out.
In firefox console I get these errors: (on all pages)
ReferenceError: stLight is not defined
I have tried re-installing and clearing caches all, but no luck.
Its driving me crazy. Can anyone help?
There is also one CORS related issue and a layout issue only in MS Edge, but that will be for another post.
Thanks,
John
Comments
it’s because of CORS library which hasn’t been installed on your server.
More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your server administrator this case because he will be able to help you for sure.
P.S. For .htaccess solution, please visit http://forum.muffingroup.com/betheme/discussion/4902/icons-are-gone-cors-solved-within-htaccess
font-family: 'Arvo';
font-display: auto;
src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
.style-simple blockquote { font-size: 26px; font-style: normal; font-weight: 300; letter-spacing: 2px; line-height: 31px; }
table th { font-size: 22px; color: #fff; }
table td { font-size: 16px; }
_______________________________________________________________________________
Would that be related?