• Hi,

    Whenever I check my 404 errors, I always have many errors from here:

    ​/wp-content​/themes​/sento​/lib​/extentions​/font-awesome-4.2.0​/css​/font-awesome.css?

    Is there any way I can resolve it? I’m using the latest version of WordPress, Sento and all other plugins.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi aleisham!

    It looks like the theme is trying to load those files on the admin side, correct? It appears to be loading things from the functions.php file here:
    https://themes.trac.ww.wp.xz.cn/browser/sento/1.0.7/functions.php#L129

    The reason it is creating the 404 is because the folder font-awesome-4.2.0 does not exist, rather just the font-awesome. In the meantime you can simply edit that line to read:

    wp_register_style( 'thinkup-font-awesome-backend', get_template_directory_uri() . '/lib/extentions/font-awesome/css/font-awesome.css', '', '4.2.0' );

    Hope that helps you out. 🙂

    Thread Starter aleisham

    (@aleisham)

    Thanks Jose! I think that’s fixed it 🙂

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

The topic ‘Font Awesome 404 Errors’ is closed to new replies.