No icons on the site nor at the backend
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)
downloadable font: incorrect file size in WOFF header (font-family: "mfn-icons" style:normal weight:400 stretch:100 src index:1) source: https://bolderyachts.nl/wp-content/themes/betheme/fonts/mfn-icons.woff?31690507
downloadable font: rejected by sanitizer (font-family: "mfn-icons" style:normal weight:400 stretch:100 src index:1) source: https://bolderyachts.nl/wp-content/themes/betheme/fonts/mfn-icons.woff?31690507
downloadable font: fpgm: table overruns end of file (font-family: "mfn-icons" style:normal weight:400 stretch:100 src index:2) source: https://bolderyachts.nl/wp-content/themes/betheme/fonts/mfn-icons.ttf?31690507
downloadable font: rejected by sanitizer (font-family: "mfn-icons" style:normal weight:400 stretch:100 src index:2) source: https://bolderyachts.nl/wp-content/themes/betheme/fonts/mfn-icons.ttf?31690507
And in a product page ( https://bolderyachts.nl/product/correx-36-professionele-reiniger/ ) I also get this:
ReferenceError: stLight is not defined
I have tried re-installing and clearing caches all, but no luck.
Its driving me crazy. Can anyone help?
Site address is: https://bolderyachts.nl
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?