Skip to content

Instantly share code, notes, and snippets.

@ju1
ju1 / wistiaRecipe.json
Last active January 18, 2019 00:05
Wistia Tracking Recipe for Google Tag Manager
{
"exportFormatVersion": 2,
"exportTime": "2017-08-31 22:17:14",
"containerVersion": {
"path": "accounts/1164259306/containers/7438645/versions/0",
"accountId": "1164259306",
"containerId": "7438645",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7438645",
@johnchambers
johnchambers / cookie.js
Created December 16, 2014 15:08
Bootstrap 3 - Footer Cookie Alert/Banner
/* The Grid ---------------------- */
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }
.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }
@murtaugh
murtaugh / 1. single-line.html
Last active April 21, 2021 16:23
Blockquote patterns for ALA
<figure class="quote">
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote>
</figure>
<?php
/**
* Custom configuration bootstrap file for ExpressionEngine
*
* Place config.php in your site root
* Add require(realpath(dirname(__FILE__) . '/../../config_bootstrap.php')); to the bottom of system/expressionengine/config/config.php
* Add require(realpath(dirname(__FILE__) . '/../../config_bootstrap.php')); to the bottom of system/expressionengine/config/database.php
* If you have moved your site root you'll need to update the require_once path
*