• Resolved halfacre

    (@halfacre)


    At the top of this page should be font-awesome based links to FB and instagram. But when Smush is activated, the associated woff/ttf are throwing 404s in the console:

    [Error] Failed to load resource: the server responded with a status of 404 () (smush-lazy-load.min.js.map, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-brands-400.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-brands-400.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-solid-900.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-solid-900.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.woff, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.svg, line 0)

    Line 0…? Never seen such a thing.

    Deactivating Smush resolves the 404 and woffs/ttfs load as expected

    Any idea how I can get these two essential plugins to play nice? First time ever having a problem, and I’ve used these two plugs on other sites with no issue.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @halfacre,

    I hope you are doing well today!

    You have a mixed content on your site as it seems to be root cause, which means that you have unsecure links starting with http instead of https and they are getting blocked.
    https://prnt.sc/6fAlKCsgf2xu

    In order to get rid of those warnings, we suggest to run search and replace on your database and theme files searching for http:// and replacing with https://

    Useful plugins for this purpose are
    For DB : https://wordpress.org/plugins/better-search-replace/
    For Text : https://wordpress.org/plugins/string-locator/

    Kind regards,
    Zafer

    Thread Starter halfacre

    (@halfacre)

    Thanks, Zafer. I’ve resolved the mixed content issues but am still getting 404s on these fonts and – notably – on the Smush lazy load map:

    [Error] Failed to load resource: the server responded with a status of 404 () (smush-lazy-load.min.js.map, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-brands-400.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-brands-400.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-solid-900.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fa-solid-900.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.woff2, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.woff, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.ttf, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 () (fontawesome-webfont.svg, line 0)
    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @halfacre,

    Now please go to Hummingbird->Asset Optimization->Click clear cache and Recheck Files after that. Also please switch to Automatic mode if it is on Manual.
    Let us know if it helps.

    Kind regards,
    Zafer

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @halfacre,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font Awesome/Smush conflict’ is closed to new replies.