• Resolved mjsmith75

    (@mjsmith75)


    Hi there. Great plugin that’s been working flawlessly until the last couple of weeks. Suddenly I have no icons for the player, just Vm and P. I can’t tell if it was the update or the fact I’m now using a CDN through Amazon Cloudfront because both happened on the same day.
    I know the cdn can cause problems because it stopped my font awesome icons from working properly but I fixed it through a small addition to the .htaccess file of
    <FilesMatch “.(eot|ttf|otf|woff)”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>

    I’m guessing I also add need to add the file type for the icons used in the plugin. Am I on the right track with this? Any ideas?

    https://wordpress.org/plugins/wp-miniaudioplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    The Vm and P are fonts and you are on the right track… probably the CDN is serving fonts without the correct mimetype or maybe they don’t have enough permissions… you should be able to see what is the problem looking at the browser console.

    Bye,
    M

Viewing 1 replies (of 1 total)
  • The topic ‘Vm and P instead of icons’ is closed to new replies.