Source Credits.
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
<?php | |
/**************************************** | |
Backend Functions | |
*****************************************/ | |
/** | |
* Remove Genesis Theme Settings Metaboxes | |
*/ | |
function mk_remove_genesis_metaboxes( $_genesis_theme_settings_pagehook ) { |
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
//Susy Globaol Defaults ------------------------------------ | |
$susy: ( | |
flow: ltr, // ltr | rtl | |
output: float, // float | isolate | |
math: fluid, // |fluid | static (static requires colulm width set) | |
column-width: false, // false | value | |
container: auto, // length | % | auto | |
container-position: center, // | left | right | <length> [*2] {grid-padding)} | |
last-flow: to, // | |
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
Welcome to the formatting page for the Medium Pro theme. We're glad you are interested in using this and want to show you how certain elements look. | |
<strong>Want to see what a blockquote looks like?</strong> | |
<blockquote>This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.</blockquote> | |
<strong>Perhaps you'd like to see what an unordered list looks like?</strong> | |
<ul> | |
<li>Unordered list item #1</li> |
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
<body> | |
<div class="main"> | |
<div class="one">One</div> | |
<div class="two">Two</div> | |
<div class="three"> | |
<div class="a">Three A</div> | |
<div class="b">Three B</div> | |
<div class="c">Three C</div> | |
</div> | |
<div class="four">Four</div> |
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
var jQueryScriptOutputted = false; | |
function initJQuery() { | |
//if the jQuery object isn't available | |
if (typeof(jQuery) == 'undefined') { | |
if (! jQueryScriptOutputted) { | |
//only output the script once.. | |
jQueryScriptOutputted = true; |
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
<header class="page-row"> | |
<h1>Site Title</h1> | |
<style> | |
html, | |
body { height: 100%; } | |
body { | |
display: table; | |
width: 100%; |
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
<!DOCTYPE html> | |
<!-- | |
Sidebar Template | |
Author: Chris Da Sie [http://chrisdasie.com] | |
Version: 2.0.6 | |
URL: https://getwirefy.com | |
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0 | |
--> | |
<!-- HTML5 Mobile Boilerplate --> |
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
Show hidden characters
{ | |
"bitwise": true, | |
"eqeqeq": true, | |
"eqnull": true, | |
"immed": true, | |
"newcap": true, | |
"esnext": true, | |
"camelcase": true, | |
"latedef": true, | |
"noarg": true, |