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
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.
Support forum for Event Espresso 3 and Event Espresso 4.