Skip to content

Instantly share code, notes, and snippets.

View jasonhobbsllc's full-sized avatar

Jason Hobbs jasonhobbsllc

View GitHub Profile
@jasonhobbsllc
jasonhobbsllc / copy-n-paste
Created June 29, 2017 16:31
Use this for the link trigger in CK
http://vitalanimal.com/join-alpha/?utm_source=ck_link_trigger&utm_medium=email&utm_campaign=alpha_doors_closing&utm_content=Doors%20to%20Alpha%20Membership%20Close%20July%202nd
@jasonhobbsllc
jasonhobbsllc / new_gist_file_0
Created May 22, 2017 16:22
Correct an issue where the mobile view cuts off the opt in fields of a form. Erik Slater shared it in FB group in reply to Lara Young.
.site-container .optinform input[type="submit"] {
white-space: normal;
}
@jasonhobbsllc
jasonhobbsllc / copy-n-paste.xml
Created May 9, 2017 20:14
Example of the xml file for the email design template within Rainmaker Platform.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title></title>
<style type="text/css">
/**********************************************
* Ink v1.0.5 - Copyright 2013 ZURB Inc *
**********************************************/
<?php
/**
* This file adds a custom template to the AgentPress Child Theme.
*
* @author Brad Dalton
* @link http://wpsites.net/web-design/make-custom-page-template/
* @package Agentpress
* @subpackage Customizations
*/
@jasonhobbsllc
jasonhobbsllc / lms-list-directory.css
Created May 2, 2017 22:49
lms list directory shortcode CSS
/**
* Styling for Rainmaker LMS shortcodes.
*
* @since 2.3
*/
/**
* LMS list directory shortcode
*/
@jasonhobbsllc
jasonhobbsllc / portfolio.css
Created May 2, 2017 22:40
Copy and paste of portfolio archive page css.
.genesis-pro-portfolio .pro-portfolio {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 0;
margin-right: 2%;
padding: 15px;
padding: 1.5rem;
width: 32%;
@jasonhobbsllc
jasonhobbsllc / tropical.css
Created May 2, 2017 22:28
Copy and paste of Tropical theme for Rainmaker Platform Landing Page Builder.
/*
Theme Name: Tropical
Theme URI: http://www.newrainmaker.com
Description: Tropical template description.
Author: New Rainmaker
Author URI: http://www.newrainmaker.com
Version: 1.0
Tags: default-landing-page
*/
@jasonhobbsllc
jasonhobbsllc / body-classes.html
Last active May 2, 2017 22:23
Copy and paste of the style.css showing when the landing page has the current theme as the selected theme for the landing page.
single single-landing_page postid-21730 logged-in admin-bar sixteen-nine-pro rmkr-admin-bar custom-header content-sidebar sixteen-nine-pro-theme-builder customize-support
@jasonhobbsllc
jasonhobbsllc / landing-page.css
Created May 2, 2017 22:03
Copy and paste of Influence Landing Page template CSS for Rainmaker Platform landing Page builder.
/*
Theme Name: Influence
Theme URI: http://www.newrainmaker.com
Description: Rainmaker template description.
Author: New Rainmaker
Author URI: http://www.newrainmaker.com
Version: 1.0
Tags: default-landing-page
*/
@jasonhobbsllc
jasonhobbsllc / save.html
Last active May 9, 2017 23:23
Congregation Dashboard version 0.0.1 | 4/6/2017
<div class="clearfix">
<div class="one-sixth first">
<div class="dashboard item"><a href="/series/sunday-sermons/" class="button large"><span class="dashicons dashicons-media-audio"></span><center><small>Sunday AM Sermons</small></center></a></div>
</div>
<div class="one-sixth">
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-welcome-learn-more"></span><center><small>Bible Study</small></center></a></div>
</div>
<div class="one-sixth">
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-calendar"></span><center><small>Church Events</small></center></a></div>