WDKing Shop Templates is really no more difficult than WDKing a template.
The Shop WDK currently consists of three different templates;
- Category
- Category Product
- Product
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, | |
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }, | |
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} }, | |
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true } } |
/* When the console width is 624px or less */ | |
@media all and (max-width: 624px) and (min-width: 0px) { | |
/* Hide the audits tab */ | |
#-webkit-web-inspector #toolbar .toolbar-item.audits { | |
display: none !important; | |
} | |
} | |
/* | |
* Netflix proper horizontal scrolling. | |
* Add this to your css browser extension like Stylish (for Chrome) | |
*/ | |
.slider { | |
overflow-x: auto; | |
} | |
.slider .previous, .slider .next { | |
display: none !important; |
// ==UserScript== | |
// @name gist-editor-resize-userscript | |
// @namespace https://gist.github.com/ | |
// @version 0.1 | |
// @description Automatically resize the gist editor for easier editing. | |
// @match http*://gist.github.com/* | |
// @copyright 2013+ Joel Day - blog.dayjo.org | |
// ==/UserScript== | |
var textareas = document.querySelectorAll('textarea.file_contents'); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
</body> | |
</html> |
Featured Product Grid
Product Rating / Reviews Simple 5 Star Rating 5 stars of david What's considered a unique rating (one per user), IP, User Agent,
Large Slider http://www.owlgraphic.com/owlcarousel/ Essentially a Better Slideshow Widget - With Linking - Text
#inspector { | |
background: rgba(0,0,255,0.9); | |
} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |