Hello,
I am using Genesis minimum-pro theme and it uses backstretch background. I found instructions here to use several different slider plugins to replace the backstretch image. The code goes in the functions.php file and looks similar to this:
add_action('genesis_after_header', 'easingslider_after_header_home');
function easingslider_after_header_home() {
if ( is_home() && function_exists('easingsliderlite') ) {
easingsliderlite();
}}
Is there a way to use Supsystic slider in the same way?