Forum Replies Created

Viewing 1 replies (of 1 total)
  • If you want the slider to work, then just edit the Theme Functions (inc/functions.php) file and replace

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

    if ( is_home() || is_front_page() && of_get_option( 'spacious_activate_slider', '0' ) == '1' ) {
    		wp_enqueue_script( 'spacious_slider', SPACIOUS_JS_URL . '/spacious-slider-setting.js', array( 'jquery_cycle' ), false, true );
    	}

    for this

    //if ( is_home() || is_front_page() && of_get_option( 'spacious_activate_slider', '0' ) == '1' ) {
    		wp_enqueue_script( 'spacious_slider', SPACIOUS_JS_URL . '/spacious-slider-setting.js', array( 'jquery_cycle' ), false, true );
    	//}

Viewing 1 replies (of 1 total)