The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Revised by Bytes Unlimited : Feb 3rd 2020
| /* | |
| * apsoluttheme | |
| * transitionss | |
| * Barba.Pjax.Dom.containerClass | |
| * Barba.Pjax.Dom.currentHTML | |
| * Barba.Pjax.Dom.wrapperId | |
| * @URLtransitions.js http://barbajs.org/events.html | |
| */ | |
| <?php | |
| /** | |
| * Template Name: Shopify Collection Demo | |
| * | |
| */ | |
| get_header(); ?> | |
| <div id="primary" class="full-width"> |
| // Smooth scrolling anchor links | |
| function ea_scroll( hash ) { | |
| var target = $( hash ); | |
| target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); | |
| if (target.length) { | |
| var top_offset = 0; | |
| if ( $('.site-header').css('position') == 'fixed' ) { | |
| top_offset = $('.site-header').height(); | |
| } | |
| if( $('body').hasClass('admin-bar') ) { |
| # ----------------------------------------------------------------- | |
| # .gitignore for WordPress | |
| # Bare Minimum Git | |
| # http://ironco.de/bare-minimum-git/ | |
| # ver 20150227 | |
| # | |
| # This file is tailored for a WordPress project | |
| # using the default directory structure | |
| # | |
| # This file specifies intentionally untracked files to ignore |
| #Junk Files | |
| *.DS_Store | |
| [Tt]humbs.db | |
| #Visual Studio Files | |
| [Oo]bj | |
| [Bb]in | |
| [Dd]ebug | |
| [Bb]uild/ | |
| *.user |