icons plug-in disapeared
-
Recently I’ve had made a migration, and with my site installed in the new server the Movie Library icons are not appearing evreywhere. Here it is an example:
http://www.laotracamara.com/movies/dorothea-lange-grab-a-hunk-of-lightning/
thank you
J
-
Hi @jordiwordpress,
For some reason the icon font is not loading properly. Try editing the CSS file in
/wp-content/plugins/wpmovielibrary/assets/fonts/wpmovielibrary/style.cssand remove every instance of “?-rnqd04” in the font-face block, that should to the trick.Thanks Charlie,
I has deteted in this way and doesn’t works
PRE:
@font-face {
font-family: ‘wpmovielibrary’;
src:url(‘fonts/wpmovielibrary.eot?-rnqd04’);
src:url(‘fonts/wpmovielibrary.eot?#iefix-rnqd04′) format(’embedded-opentype’),
url(‘fonts/wpmovielibrary.woff?-rnqd04’) format(‘woff’),
url(‘fonts/wpmovielibrary.ttf?-rnqd04’) format(‘truetype’),
url(‘fonts/wpmovielibrary.svg?-rnqd04#wpmovielibrary’) format(‘svg’);
font-weight: normal;
font-style: normal;
}POST:
@font-face {
font-family: ‘wpmovielibrary’;
src:url(‘fonts/wpmovielibrary.eot’);
src:url(‘fonts/wpmovielibrary.eot?#iefix-rnqd04′) format(’embedded-opentype’),
url(‘fonts/wpmovielibrary.woff’) format(‘woff’),
url(‘fonts/wpmovielibrary.ttf’) format(‘truetype’),
url(‘fonts/wpmovielibrary.svg#wpmovielibrary’) format(‘svg’);
font-weight: normal;
font-style: normal;
}Charlie,
I’ve checked again and it’s working.
Thanks a lot
JordiYes, browser caching issue most likely. Ctrl+F5 is the way to make sure this doesn’t happen 🙂
Regards,
Charlie
The topic ‘icons plug-in disapeared’ is closed to new replies.