Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #735381

    Support,

    I had a pretty involved font-face issue (https://kriesi.at/support/topic/yet-another-css-font-face-question/) that was recently solved. However, when I just got back from a week-long vacation, I noticed that I again am having another issue. This time, I keep getting an “Unexpected CSS Token” error in my console when I inspect the site. I have searched and searched for solutions, but nothing seems to work. I have disabled all plugins, cleared my caches (Cloudflare & WPengine), etc.

    Any suggestions?

    #735396

    maybe this is concerning to the WordPress 4.7.1 “bug” and svg files .
    They changed in wp-includes/functions.php some functions – and the mime check was touched in a manor that svg files are not accepted as a mime type. Perhaps this collides with your :

    url(‘wp-content/fonts/AvenirLTStd-Book.svg#svgFontName’) format(‘svg’); /* Legacy iOS */

    #736916

    Hey!

    Thank you for using Enfold.

    I don’t see the said error but there is a “mixed content” error in the console. Please look for a “https” or any “ssl” plugins in the wp plugins library. Example:

    // https://wordpress.org/plugins/really-simple-ssl/
    // https://wordpress.org/plugins/wp-force-ssl/

    Best regards,
    Ismael

    #738463

    Thanks, I had them but disabled them when trouble shooting; I think we crossed paths with that reply. However, thank you! I am having caching issues with cloudflare – development mode continually turns off and purging everything does not seem to work. I am working with them on this issue as I am 99.9% sure it’s not a theme issue.

    Thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Font Face "Unexpected CSS Token" Error’ is closed to new replies.