Support

Home Forums Event Espresso Premium Important EE CSS Files Not Being Loaded After Recent Update

Important EE CSS Files Not Being Loaded After Recent Update

Posted: June 20, 2017 at 12:29 pm

Viewing 1 reply thread


aksuska

June 20, 2017 at 12:29 pm

I am not sure whether it happened after the most recent update or the one before, but certain key EE css files are not being “included” on any page that is *not* an EE page, which is causing the event list in the sidebar to render incorrectly. Compare the hot page: https://manreach.org to the Events table page: https://manreach.org/schedule


Josh

  • Support Staff

June 20, 2017 at 1:32 pm

Hi there,

You can make sure the missing CSS file loads by adding the following:

add_action('wp_enqueue_scripts','aksuska_espresso_default');
function aksuska_espresso_default() {
  wp_enqueue_style('espresso_default');
}

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 1 reply thread

The support post ‘Important EE CSS Files Not Being Loaded After Recent Update’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso