Step 1: Replace the current front-page.php file’s code: <?php /** * This file adds the Home Page to the Parallax Pro Theme. * * @author StudioPress * @package Parallax * @subpackage Customizations */ add_action( ‘genesis_meta’, ‘parallax_home_genesis_meta’ ); /** * Add widget support for homepage. If no widgets active, display the default loop. * */ function… Continue Reading
home widgets
Adding Responsive Slider on Home Page – Whitespace PRO Theme
Original Request: Is it possible to add a slider to the Whitspace theme homepage? Maybe where the stretch image is? I tried just placing the Genesis responsive slider widget in the Welcome widget area but that didn’t work. – RoxG I did following steps: Step 1: First install the Genesis Responsive Slider Plugin on your… Continue Reading
Add Smooth Scrolling Effect For All Home Widget Areas On Parallax PRO Theme
Original request from @Josephine Reijman: Hi, I would like to scroll from one home widget area to the next one (pressing a fontawesome icon) like this tutorial explained: http://keypresswp.com/all-home-widgets-scrolling-centric-pro/ However I am using the Parallax Pro theme now. Is there anyone who can help me with this? Thanks, Josephine I accomplished this following way: STEP… Continue Reading