Empty ethos css file

A pingdom test reveals an ethos.css file (0 bytes) trying to load. It appears to be impacting wait/load times.

Thoughts?

TIA!

Hi There,

It seems like your child theme is outdated.

Please remove this line @import url( '../x/framework/css/site/stacks/ethos.css' ); in style.css file locates in your child theme.

Also ensure the functions.php file in your child theme contains this line of code:

// Enqueue Parent Stylesheet
// =============================================================================

add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );

Let us know how it goes!

Hello @thai,

Success! Removing the “@import url…” line of code from the child theme’s css file worked perfectly!

If I may, there is one more item that seems to be causing long load times. It’s an Ajax script located here: /wp-admin/admin-ajax.php

Welcome your thoughts.

TIA!

Hello There,

You can ignore that AJAX script because it is coming from WordPress itself.

Hope this helps.

Hi @RueNel,

Understood and thanks very much!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.