December 16, 2014 at 9:06 am
#19439
themehorse3
Participant
Got it: it needed some javascript. Changed
if( ( is_home() || is_front_page() ) && "0" == $options[ 'disable_slider' ] ) {
wp_enqueue_script( 'attitude_slider', ATTITUDE_JS_URL . '/attitude-slider-setting.js', array( 'jquery_cycle' ), false, true );
}
in functions.php on line 48-50
to
//if( ( is_home() || is_front_page() ) && "0" == $options[ 'disable_slider' ] ) {
wp_enqueue_script( 'attitude_slider', ATTITUDE_JS_URL . '/attitude-slider-setting.js', array( 'jquery_cycle' ), false, true );
//}
Kind regards,
Dennis