These are the default body classes on the Base Template
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
$ npm i -g squarespace-cli | |
/usr/local/bin/sqs -> /usr/local/lib/node_modules/squarespace-cli/squarespace.js | |
> [email protected] install /usr/local/lib/node_modules/squarespace-cli/node_modules/keytar | |
> node-gyp rebuild | |
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance | |
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
$ theme watch | |
Spawning 2 workers for pieces-6.myshopify.com | |
pieces-6.myshopify.com Worker #1 ready to upload local changes | |
pieces-6.myshopify.com Worker #0 ready to upload local changes | |
Received Update event on assets/timber.scss.liquid | |
Successfully performed Update operation for file assets/timber.scss.liquid to pieces-6.myshopify.com | |
Received Update event on assets/timber.scss.liquid | |
fatal error: heapBitsSweepSpan | |
runtime stack: |
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
/* Add space between stacked images */ | |
.sqs-gallery-block-stacked .image-wrapper { | |
margin: 20px; | |
} | |
.sqs-gallery-block-stacked .meta { display: block !important; | |
margin: 20px; | |
} | |
.sqs-gallery-block-stacked .image-wrapper{ | |
margin:20px 0; | |
} |
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
<style> | |
/* Hide quantity fields on this page only */ | |
.product-block .product-quantity-input { display: none; } | |
</style> |
You will need to create a custom bookmark in your browser. Name it something like "Custom Fields". Browser bookmarks usually point to a URL, but we're going to insert a script instead, so in the destination URL field, paste the following script:
javascript:(function(){var gaJs = document.createElement("script");gaJs.type = "text%2Fjavascript";gaJs.src = "https%3A%2F%2Fs3.amazonaws.com%2Ffreakdesign-us%2Fshopify%2Fcustom_fields%2Fs%2Ffreakdesign_custom_fields.min.js";document.getElementsByTagName("head")[0].appendChild(gaJs);})();
Now, when you are editing certain pages in Shopify, you can click your new "Custom Fields" bookmark and it will fire our script, which will reveal otherwise hidden custom fields.
The original source logo is served as a vector SVG from the following URL:
http://res.cloudinary.com/caduceus/caduceus-logo.svg
We can manipulate pretty much every characteristic of this logo, e.g. filetype, width, color, etc. by changing the parameters in this URL.
OlderNewer