Tagged: x
-
AuthorPosts
-
September 21, 2016 at 9:49 am #1184728
Kade McConvilleParticipantHi Guys,
Minifying my site using W3 Total Cache causing the FA Icons to stop showing. Is there anyway to bypass caching the icons here?
check https://rkade.uk.com and you’ll see the issue with the superfly menu icons 🙁
I tried adding;
<FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch>To my .htaccess file with no luck!
September 21, 2016 at 10:55 am #1184868
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
i:before { font-family: fontAwesome !important; }Let us know how this goes!
September 21, 2016 at 10:58 am #1184873
Kade McConvilleParticipantPERFECT 🙂
September 21, 2016 at 11:00 am #1184876
Prasant RaiModeratorYou are most welcome. 🙂
November 28, 2016 at 8:09 am #1273174
Kade McConvilleParticipantThe code above was blocking my wp-review-pro thumbnail stars. Is there any alternative here?
Thanks!
November 28, 2016 at 9:35 am #1273283
DarshanaModeratorHi there,
In that case you will need to add the following CSS rules.
.la0a686c94398d9aa95125a33c8a31c1b6-star::before { font-family: fontawesome !important; } .la0a686c94398d9aa95125a33c8a31c1b6-newspaper-o::before { font-family: fontawesome !important; } .la0a686c94398d9aa95125a33c8a31c1b6-forumbee::before { font-family: fontawesome !important; } .la0a686c94398d9aa95125a33c8a31c1b6-gift::before { font-family: fontawesome !important; } .la0a686c94398d9aa95125a33c8a31c1b6-heart::before { font-family: fontawesome !important; } .la0a686c94398d9aa95125a33c8a31c1b6-comment::before { font-family: fontawesome !important; }Hope that helps.
November 28, 2016 at 9:39 am #1273287
RadModeratorHi there,
Please try this,
i.la_icon:before, i.x-icon:before { font-family: fontAwesome !important; }Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184728 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
