• Resolved FrankD

    (@frankddo)


    Hi,

    I have updated the theme to 1.9.10, but now there are 404 errors when using font-awesome icons on the website.
    As far as I can tell, it‘s because some urls have changed from ‚font‘ to ‚webfont‘, but folder and files do not exist in the updated package!

    please check

Viewing 3 replies - 1 through 3 (of 3 total)
  • Emily

    (@gradualist07)

    I’m getting this error too, where my font-awesome icons are not working (showing up as squares) after wordpress/theme upgrade. My analysis points to a broken file path in the header link to the minimised font awesome css.

    See in the code below, the link id “spacious-font-awesome-css” (bottom one) is missing library/font-awesome from the middle of it (which is correctly in place in the previous links to stylesheets).

    This is correct:

    /wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/all.min.css

    This is incorrect:

    wp-content/themes/spacious-pro/font-awesome/css/font-awesome.min.css


    <link rel='stylesheet' id='font-awesome-4-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/v4-shims.min.css?ver=4.7.0' type='text/css' media='all' />
    <link rel='stylesheet' id='font-awesome-all-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/all.min.css?ver=6.7.2' type='text/css' media='all' />
    <link rel='stylesheet' id='font-awesome-solid-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/solid.min.css?ver=6.7.2' type='text/css' media='all' />
    <link rel='stylesheet' id='font-awesome-regular-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/regular.min.css?ver=6.7.2' type='text/css' media='all' />
    <link rel='stylesheet' id='font-awesome-brands-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/brands.min.css?ver=6.7.2' type='text/css' media='all' />
    <link rel='stylesheet' id='font-awesome-6.5-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/library/font-awesome/css/font-awesome.min.css?ver=6.5.1' type='text/css' media='all' />
    <link rel='stylesheet' id='spacious_style-css' href='https://mydomain.com/wp-content/themes/spacious-pro/style.css?ver=2.7.13' type='text/css' media='all' />
    <style id='spacious_style-inline-css' type='text/css'>
    </style>
    <link rel='stylesheet' id='spacious-genericons-css' href='https://mydomain.com/wp-content/themes/spacious-pro/genericons/genericons.css?ver=3.3.1' type='text/css' media='all' />
    <link rel='stylesheet' id='spacious-font-awesome-css' href='https://mydomain.com/wp-content/themes/spacious-pro/font-awesome/css/font-awesome.min.css?ver=4.6.5' type='text/css' media='all' />

    I don’t know if we can edit a file to correct for this, but I assume we need theme makers to fix it?

    I’m on
    Spacious Pro Version: 2.7.13
    WordPress 6.8.2

    Hi @frankddo and @gradualist07,

    We’ve already released a theme update that fixes the Font Awesome issue you mentioned. Please update to the latest version and clear all caches to see the changes on your site.

    Best regards!

    Thread Starter FrankD

    (@frankddo)

    Hi,
    works perfect again, thank you for this quick fix!

    best regards, Frank

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

The topic ‘Font-awesome 404 errors after updating to 1.9.10’ is closed to new replies.