• Resolved almendron

    (@almendron)


    Console message
    downloadable font: download failed (font-family: "social-logos" style:normal weight:400 stretch:100 src index:1): status=2147746065 source: https://www.xxxx.com/xxxxxxx/wp-content/plugins/jetpack…cial-logos/data:application/font-woff;charset=utf-8;base64,d … hKepZy9dP4Yjl/+gCO21CF1VWp85e7D3BqT0+9Sn3uW7pz2fxFMn7Xp0auXOcCkb8+CSU9n1dWitc3nmnLPPKv8Br9RH5wB4nGNgZgCD/wcYJIEUIwMaAAArwwHdAAA=

    JetPack 8.1.1
    Button style: Icon+text
    Sharing label: none

    Example: https://www.almendron.com/tribuna/saying-no-to-vladimir-putin/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor James Huff

    (@macmanx)

    Interesting, I’m not able to reproduce that on my own sites.

    Please try deleting Jetpack specifically from the Plugins section of your blog’s Dashboard: https://jetpack.com/support/reconnecting-reinstalling-jetpack/#reinstalling-jetpack

    This will clear out Jetpack’s settings, and it should work properly after a reinstall.

    Please let us know how that goes!

    Thread Starter almendron

    (@almendron)

    The error occurs when the “social-logos.min.css” file is loaded asynchronously.

    File path: …/jetpack/_inc/social-logos/

    Plugin Support fresatomica

    (@fresatomica)

    Could you please confirm that you’ve reinstalled Jetpack as @macmanx mentioned? Does the error keep showing?

    Thread Starter almendron

    (@almendron)

    It is not necessary to do that test.

    The error occurs when a method (plugin or code) is used to asynchronously load CSS files.

    If the code is deactivated, then the error disappears.

    Solution: I added an exception to the plugin that I use to load CSS files asynchronously.

    • This reply was modified 6 years, 4 months ago by almendron.
    Thread Starter almendron

    (@almendron)

    Anyway, I will do the test (disable, delete and install JetPack) on a local server with asynchronous loading enabled

    Thread Starter almendron

    (@almendron)

    Test on a local server:

    1) Plugin deactivated, deleted and then installed.

    2) Console Error: “downloadable font: download failed (font-family:…..”

    To solve the error: it is necessary to disable asynchronous loading of “social-logos.min.css”.

    Plugin Support Velda

    (@supernovia)

    Thanks, so the summary:

    – If you add a plugin to load CSS asynchronously, you get this error about a font not loading. Likely because it’s imported via CSS. And when this happens you get an error, but only in the JS console, correct? Are you seeing it anywhere else?

    – Solution: allow this CSS to load on demand instead of asynchronously.

    Can you also let us know what plugin you are using?

    Thread Starter almendron

    (@almendron)

    – If you add a plugin to load CSS asynchronously, you get this error about a font not loading. Likely because it’s imported via CSS. And when this happens you get an error, but only in the JS console, correct? Are you seeing it anywhere else?

    correct ? Yes
    Are you seeing it anywhere else? No

    – Solution: allow this CSS to load on demand instead of asynchronously.

    Like I said, I added an exception to the plugin that I use to load CSS files asynchronously.

    Can you also let us know what plugin you are using?

    https://es.wordpress.org/plugins/async-js-and-css/

    I only use it for loading CSS with option “I only use it for loading CSS with option “inserting ALL CSS CODE INLINE into the document (the fastest way)”

    • This reply was modified 6 years, 4 months ago by almendron.
    • This reply was modified 6 years, 4 months ago by almendron.
    Plugin Support fresatomica

    (@fresatomica)

    Thank you so much for the additional info.
    I’m glad that you found a solution that works out.

    I noticed that the plugin you’re using has not been updated for 6 years – it’s also something to keep in mind.

    Thread Starter almendron

    (@almendron)

    Problem solved. Greetings.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Console Error’ is closed to new replies.