mp42871
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I had to nest it inside of a conditional if statement to get the admin piece to work correctly
// don't load visual slide box plugin bootstrap js function remove_bootstrap_js(){ wp_dequeue_script('bootstrap_js'); } if ( ! is_admin() ) { add_action('wp_print_scripts', 'remove_bootstrap_js'); }Forum: Plugins
In reply to: [Visual Slide Box Builder] issue with Customizr theme?Resolved
That worked! Thanks so much d4z_c0nf!
Forum: Plugins
In reply to: [Visual Slide Box Builder] issue with Customizr theme?Did you ever find a resolution to this issue? I am having the same problem.
Viewing 6 replies - 1 through 6 (of 6 total)