Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Charlie Merland

    (@caercam)

    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.css and remove every instance of “?-rnqd04” in the font-face block, that should to the trick.

    Thread Starter jordiwordpress

    (@jordiwordpress)

    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;
    }

    Thread Starter jordiwordpress

    (@jordiwordpress)

    Charlie,

    I’ve checked again and it’s working.

    Thanks a lot
    Jordi

    Plugin Author Charlie Merland

    (@caercam)

    Yes, browser caching issue most likely. Ctrl+F5 is the way to make sure this doesn’t happen ??

    Regards,

    Charlie

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘icons plug-in disapeared’ is closed to new replies.