Hi Collin,
Yes, I noticed this a few days ago, I don’t really know why this is happening, like you said the most likely issue would be a permission problem, but the sites I observed did not have any perm issue either.
From what I gathered the additional string at the end of the files urls prevent them from being loaded; that query is added by the tool I’m using to build the icon font. Removing that string from the URLs in the plugin’s /assets/fonts/wpmovielibrary/fonts/style.css file solved this on the sites I’ve tested it.
From now on I’ll make sure the new versions have a cleaner font CSS file to avoid this.
I removed the query string from the /wpmovielibrary/assets/fonts/wpmovielibrary/style.css file and that seemed to have done the trick. Thanks for the fix and for the great plugin!
Update: I’ve just noticed that in some cases, removing the query causes bugs with some icons not showing properly. Still investigating.
I just installing the plugin. great. but the icon not showing even I removed the query string from the /wpmovielibrary/assets/fonts/wpmovielibrary/style.css causes bugs with some icons not showing properly.
Any update for this problem ?
Hi Charlie,
I have solving this problem smootly..
just replace all character after font extension on /wpmovielibrary/assets/fonts/wpmovielibrary/style.css like this :
@font-face {
font-family: ‘wpmovielibrary’;
src:url(‘fonts/wpmovielibrary.eot’);
src:url(‘fonts/wpmovielibrary.eot’) 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;
}
Its working properly.
Thanks.
Hi nadasumbang,
Yup, that’s a working fix for this; however like I mentioned above, be aware that in some cases it seems to prevent some icons to show properly… I never found a suitable fix that works at 100%.
What server config are you running, for the record?
I’m using apache on shared hosting, my site http://quickplaymovies.com/ just build today.
Now i migrating my website from apache server to my vps that using nginx server + phpfm and going normally.
thanks Charlie