Skip to content

Instantly share code, notes, and snippets.

@fafaradesigns
fafaradesigns / Genesis: Add on Functions
Created January 23, 2015 19:44
Genesis: Add on Functions
<?php
/****************************************
Backend Functions
*****************************************/
/**
* Remove Genesis Theme Settings Metaboxes
*/
function mk_remove_genesis_metaboxes( $_genesis_theme_settings_pagehook ) {
@fafaradesigns
fafaradesigns / Susy-All-Options
Created December 25, 2014 00:20
Susy:All-Options
//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, // |
@fafaradesigns
fafaradesigns / HTML: Filler Text 1
Created December 16, 2014 21:11
HTML:Filler Text One
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>
@fafaradesigns
fafaradesigns / HTML: Nested Grid
Created November 29, 2014 10:28
HTML: Nested Grid
<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>
@fafaradesigns
fafaradesigns / WORDPRESS: genesis Nav
Created November 26, 2014 03:10
WORDPRESS: genesis Nav
<nav class="nav-primary" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<div class="wrap">
<div class="responsive-menu-icon"></div>
<ul id="menu-front-page-menu" class="menu genesis-nav-menu menu-primary responsive-menu">
<li id="" class="
@fafaradesigns
fafaradesigns / jQueryLoader.js
Created November 23, 2014 23:01
JQUERY:jQueryLoader.js
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;
@fafaradesigns
fafaradesigns / index.html
Last active August 29, 2015 14:10
HTML:Content Sample short
<header class="page-row">
<h1>Site Title</h1>
<style>
html,
body { height: 100%; }
body {
display: table;
width: 100%;
@fafaradesigns
fafaradesigns / index.html
Created November 19, 2014 21:52
HTML:Dummy Worpdress with Sidebar HTML:Dummy Worpdress with Sidebar
<!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 -->
@fafaradesigns
fafaradesigns / .jshintrc
Created November 19, 2014 09:44
SCRIPT:.jshintrc File
{
"bitwise": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"newcap": true,
"esnext": true,
"camelcase": true,
"latedef": true,
"noarg": true,