- 16 Pixels: For Body Copy. Anything Less Is A Costly Mistake, Smashing Magazine (2011).
- Accordions Are Not Always the Answer for Complex Content on Desktops, Nielsen Norman Group (2014).
- Auto-Forwarding Carousels and Accordions Annoy Users and Reduce Visibility, Nielsen Norman Group (2013).
- Avoid Category Names That Suck, Nielsen Norman Group
- Avoid Format-Based Primary Navigation, Nielsen Norman Group (2014).
- Avoid Inline Scrolling Areas, Baymard Institute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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' ), |