Viewing 2 replies - 1 through 2 (of 2 total)
  • +1 seems broken but not. Any idea?

    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 7 years, 4 months ago by miccor01. Reason: Fixed code markup
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ebs_dynamic_css.php results in a 404 error’ is closed to new replies.