This members-only tutorial provides the steps to replace the full-height background image with a slider powered by Soliloquy in Parallax Pro.
This is slightly different from the earlier tutorial in that we are going to set up the same widget (can be any) to appear on all the slides vs different captions for the individual slides.
Tested in Parallax Pro 1.3.3.
Step 1
Edit front-page.php
.
Change
genesis_widget_area( 'home-section-1', array(
'before' => '<div class="home-odd home-section-1 widget-area"><div class="full-height"><div class="wrap">',
'after' => '</div></div></div>',
) );
to
To view the full content, please sign up for the membership.
Already a member? Log in below or here.
Thank you for this, Sridhar! It’s perfect!