- Global utility links
- Logo
- Main navigation (reduced to the 3 main links)
- Search
- "Device-agnostic"
| var map = new google.maps.Map(document.getElementById('map'), { | |
| center: { | |
| lat: 27.7712671, | |
| lng: -82.645638 | |
| }, | |
| zoom: 16, | |
| mapTypeId: google.maps.MapTypeId.ROADMAP | |
| }); | |
| // Create the search box and link it to the UI element. |
| /** Debugging */ | |
| define( 'WP_DEBUG', true ); | |
| define( ‘WP_DEBUG_LOG’, true ); // dumps to wp-content | |
| define( ‘WP_DEBUG_DISPLAY’, true ); // toggle based on your needs |
| // | |
| // Angler Mixin | |
| // | |
| // Creates angled edges via pseudo elements. | |
| // | |
| // Usage: | |
| // | |
| // .button--type-1 { | |
| // @include angler( -25px, 10%, ['before'|'after'], ['top'|'right'|'bottom'|'left'] ); | |
| // } |
| .bxslider { | |
| // | |
| // bxSlider FOUC prevention | |
| // | |
| // Hides the carousel items and displays the first one | |
| // on initial load. bxSlider overrides the display of | |
| // the carousel items once it is loaded. | |
| // | |
| // Reference: http://stackoverflow.com/a/19304079/415436 |
| <button class="hamburger"> | |
| Menu | |
| </button> |
| <?php | |
| /** | |
| * Featured Image to RSS (refer to: http://goo.gl/BUHXIa) | |
| * | |
| * Author: Daryn St. Pierre | |
| * Author-URL: http://bigseadesign.com | |
| * | |
| * Created: 2016-01-28 | |
| * Last-Modified: 2016-01-28 |
| gem uninstall sass-globbing | |
| gem install sass-globbing -v 1.1.0 |
| <style> | |
| [data-target] { | |
| display: none; | |
| } | |
| </style> | |
| <nav> | |
| <ul id="menu"> | |
| <li data-link="panel-1">Panel One</li> | |
| <li data-link="panel-2">Panel Two</li> |
| <?php | |
| /** | |
| * Google Slides embed shortcode | |
| * The slideshow must be set to public! | |
| */ | |
| add_shortcode( 'googleslideshow','google_slideshow' ); | |
| function google_slideshow( $atts, $content = '' ) { | |
| $atts = shortcode_atts( array( |