Same here.
I deactivated it as well due to the overwhelming post requests resulting in a 301.
A quick and dirty solution is to comment out:
function osc_add_dynamic_css(){
ebs_session_start();
$_SESSION['ebs_dynamic_css'] = get_option('EBS_CUSTOM_CSS','');
ebs_session_end();
wp_enqueue_style('ebs_dynamic_css', plugins_url('/styles/ebs_dynamic_css.php', __FILE__));
}
Starting on line 299 in wp-content/plugins/easy-bootstrap-shortcodes/osc_bootstrap_shortcode.php
Unfortunately, this will disable the ability to add dynamic CSS to EBS frontend.
-
This reply was modified 9 years, 5 months ago by miccor01. Reason: Fixed code markup