WP-Filebase Pro › Forums › General Support › Website Won't Load When Plugin is Active › Reply To: Website Won't Load When Plugin is Active
2013-08-27 at 08:56
#664
Fabian
Participant
CSS loading takes some time because a PHP file handles the style loading and the whole WordPress environment needs to be loaded. I will change this in the next update so the CSS file is stored in a static file.
In the meantime you can replace line
wp_enqueue_style(WPFB, WPFB_PLUGIN_URI."wp-filebase_css.php?rp=$upload_path", array(), WPFB_VERSION, 'all');
with
wp_enqueue_style(WPFB, WPFB_PLUGIN_URI."wp-filebase.css", array(), WPFB_VERSION, 'all');
in classes/Core.php
Regards
Fabian