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
<!-- Step 1: Add your filters --> | |
<!-- The collection filter is entirely optional --> | |
<!-- You can have as many as 3 of the product tags filters --> | |
<ul class="clearfix"> | |
<li class="clearfix filter"> | |
<p>Shop by category</p> | |
<select class="coll-picker"> | |
<option value="all">All</option> | |
{% for c in collections %} |
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
<script type="text/javascript"> | |
/* | |
re: http://ecommerce.shopify.com/c/ecommerce-design/t/land-on-specific-variant-when-loading-product-page-147793 | |
Assumes: | |
-------- | |
* that you are calling the javascript once the select element is available | |
* you have a select element on the page like: |
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
{% if article.content contains "<img" %} | |
{% assign src = article.content | split: 'src="' %} | |
{% assign src = src[1] | split: '"' | first | replace: '//cdn', 'http://cdn' | replace: 'http:http://', 'http://' | remove: 'https:' %} | |
{% endif %} |
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
/* | |
* Shopify checkout reset | |
*/ | |
/* Reset base elements */ | |
body, h1, h2, h3, h4, h5, h6, p, h1 span.subtitle, h3.divider, #welcome, #container, #container.slim, #main, #container.slim #main, #content, #header, #container.slim #header, #header h1, | |
#info-bar, #footer, .footer p, #container.slim #footer, #overview, #overview h2, #overview a, #products, #done, #wallet, div.wallet-highlight, #cost, #order-num, #success, #steps, #thumbs, | |
#thumbs div, #thumbs td, .slim #thumbs td, #thumbs h3, #thumbs h3 span, #thumbs span, #overview .hint, #payment-type, #payment-type li, #payment-type li:hover, li.text-payment, .center, | |
#addresses, #email, #email label, #email input, #shipping-same label, .address-notification, #gateway-logos, #gateway-logos img, #pay-with, #pay-with h3, #payment, #or, #payment-methods li, | |
#payment-methods input, #credit-card-valid, img.credit-card, .field-with-errors, .field-with-errors input, .field-with-errors .error-message, .severe-error, .gleft, .gright, label, |
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
.loading { | |
border: .25em solid rgba(0, 0, 0, .1); | |
border-top: .25em solid rgba(255, 0, 0, .5); | |
border-radius: 100%; | |
height: 1em; | |
width: 1em; | |
animation: rot .5s infinite linear; | |
} | |
@keyframes rot { |
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
// (c) Copyright 2014 Caroline Schnapp. All Rights Reserved. Contact: [email protected] | |
// See http://docs.shopify.com/manual/configuration/store-customization/advanced-navigation/linked-product-options | |
// jQuery 1.7+ | |
var Shopify = Shopify || {}; | |
Shopify.optionsMap = {}; | |
Shopify.updateOptionsInSelector = function(selectorIndex) { | |
var singleOptionSelectors = jQuery('select.single-option-selector'); |
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
{% layout none %}{% comment %} | |
/* | |
* Simple blog feed | |
* | |
* Copyright (c) 2015 Jason Bowman ([email protected]) | |
* Licensed under the MIT license: | |
* http://www.opensource.org/licenses/mit-license.php | |
* | |
*/ | |
{% endcomment %}<?xml version="1.0" encoding="UTF-8"?> |
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
{% if template == 'index' %} | |
{% comment %} | |
<!-- | |
Sitelinks Search Box Copy and Paste code for Shopify by Freakdesign.com.au | |
https://developers.google.com/webmasters/structured-data/slsb-overview | |
How to use: Paste this into theme.liquid | |
--> | |
{% endcomment %} | |
<script type="application/ld+json"> |
OlderNewer