Skip to content

Instantly share code, notes, and snippets.

View n400's full-sized avatar

Summer Schrader n400

View GitHub Profile
@tsmith512
tsmith512 / resources.md
Last active August 29, 2015 14:00
Reading and Resources
@srikat
srikat / parallax.js
Last active April 9, 2019 16:23
Applying Parallax effect from Parallax Pro in any Genesis theme. http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genesis-theme/
//* Register widget areas
genesis_register_sidebar( array(
'id' => 'parallax-section-below-header',
'name' => __( 'Parallax Section Below Header', 'your-theme-slug' ),
'description' => __( 'This is the parallax section below header.', 'your-theme-slug' ),
) );
genesis_register_sidebar( array(
'id' => 'parallax-section-above-footer',
'name' => __( 'Parallax Section Above Footer', 'your-theme-slug' ),