Missing CSS file in plugin
-
Exactly like martin4nbi, I have found that one CSS file is missing in the plugin and provokes a 404 when trying to load this file.
The missing CSS is /wp-content/plugins/elementor-caldera-forms/assets/css/elementor-caldera-forms.cssMaybe the file is not supposed to exist, the call should be removed from /wp-content/plugins/elementor-caldera-forms/elementor-caldera-forms.php, line 44.
On the time being, I fixed this call by adding this to my child-theme functions.php:
remove_action( ‘wp_enqueue_scripts’, ‘eael_caldera_forms_enqueue’ );Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing CSS file in plugin’ is closed to new replies.