Conflict with Genesis Responsive Slider
-
Collapse-Pro-Matic 1.2.8 is not compatible with the actual Version of this Slider-Plugin. Put the following in functions.php may help in some cases:
<?php //* Load Genesis Slider Script only on Homepage add_action('wp_print_scripts','my_dequeue_hpscript'); function my_dequeue_hpscript() { if ( !is_home() ) { wp_dequeue_script( 'genesis_responsive_slider_scripts' ); } } ?>
Dankesch?n ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict with Genesis Responsive Slider’ is closed to new replies.