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
parallax pro
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
Custom Header Images on Pages – Parallax Pro Theme
Here was the original request on SP forums: I used Sridhar Katakam’s tutorial on relocating entry title headers but I want to make these headers images rather than text. The person who initial responded to my questions said this: I amended the CSS to display scaling background images to create full width, applying the page-id-xx… Continue Reading
Display 3 Columns Genesis Featured Posts in Home Section 2 of Parallax PRO theme
By three steps I created 3 columns featured posts in Home Section 2 widget area of Parallax PRO child theme. 1. Setup thumbnail size and regenerate the thumbnail 2. Setup Genesis Featured Post Widget 3. Add CSS in style.css file 1. Setup thumbnail size and regenerate the thumbnail Login to dashboard and open the functions.php… Continue Reading