Skip to content

Instantly share code, notes, and snippets.

View jasonhobbsllc's full-sized avatar

Jason Hobbs jasonhobbsllc

View GitHub Profile
@jasonhobbsllc
jasonhobbsllc / content-1.html
Last active April 23, 2017 00:46
WebChurch home page experience. Three scenarios are handled: 1. Stranger aka not logged in 2. Logged In Visitors 3. Logged In Members
[hide_from accesslevel="congregation"]
<script src="https://fast.wistia.com/embed/medias/exivf47ytw.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_exivf47ytw videoFoam=true" style="height:100%;width:100%">&nbsp;</div></div></div>
</br>
<hr>
<h4 class="widget-title">Email Updates For Sermons & Announcements</h4>
With a form or text and button linked to signup page for your email list.
@jasonhobbsllc
jasonhobbsllc / custom.css
Created April 8, 2017 15:39
Copy and paste of player css from inspecting the player on my site, where I use the Sixteen - Nine Pro theme. (just fyi)
/* Podcast player */
.site-container .rm-player {
font-family: Helvetica, sans-serif;
margin-bottom: 25px;
margin-top: 25px;
}
.site-container .rm-player .audio-title {
color: #333;
font-size: 22px;
@jasonhobbsllc
jasonhobbsllc / content.html
Created March 15, 2017 17:44
Copy and paste into the content area of the Almost There page
<h2>Please click the conformation link I emailed you</h2>
You can close this window as the confirmation link will return you to my site.
@jasonhobbsllc
jasonhobbsllc / cut-n-paste-in-content.html
Created March 15, 2017 17:19
Copy and paste this into the content area of the successful subscription to email list page.
<a href="#URL-FROM-RAINMAKER-DOWNLOAD-MANAGER" target="_blank" class="button">Click Here To Download Your Special Report</a>
@jasonhobbsllc
jasonhobbsllc / copy.html
Created November 2, 2016 22:00
pad of 9 buttons
<div class="clearfix">
<div class="one-third first">
<center><a href="#front-page-4" class="button large">Make My Own Rain (Income)</a></center>
<center><a href="#front-page-7" class="button large">Sell My Membership</a></center>
<center><a href="#front-page-10" class="button large">Empower My Ministry Leaders</a></center>
</div>
<div class="one-third">
<center><a href="#front-page-5" class="button large">Find My Best Starting Point</a></center>
@jasonhobbsllc
jasonhobbsllc / style.css
Created January 14, 2016 17:23
CSS by Jon Petersen for George Cuevas in RM FB Group to create a LP checkout form that looks like a checkout form George found in copyblogger.com.
.premise-checkout-wrap {
background: #222;
color: #fff;
}
.premise-checkout-wrap form {
padding: 40px;
text-align: left;
width: 100%;
}
@jasonhobbsllc
jasonhobbsllc / content-area.html
Created September 23, 2015 15:31
Creates an expert box
<div class=“expertbox”>Type in your expert content here.</div>
@jasonhobbsllc
jasonhobbsllc / content-area.html
Last active September 22, 2015 14:33
First pass at a user dashboard with 8 areas displayed equally between two columns.
<div class="clearfix">
<div class="one-half first ssd-mod">
<span class="dashicons dashicons-groups"></span>
<h2>Agree on who will do what: clarify mutual expectations</h2>
With any project, the person implementing is responsible for certain things; the manager providing support is responsible for others. It's important to establish expectations and rules at the beginning. Here you see how.
</div>
<div class="one-half ssd-mod">
<span class="dashicons dashicons-location-alt"></span>
<h2>Begin to identify what to develop</h2>
People often have an idea of what to develop – e.g. better presentations, quicker decision making, etc. But frequently a clearer focus is needed. In this chapter you see how to identify specific development areas.
@jasonhobbsllc
jasonhobbsllc / content-area.html
Last active November 20, 2015 15:27
Rainmaker LMS Favorite and Complete Buttons on the left half and the previous and next buttons in the right half.
<div class="clearfix">
<div class="one-half first">[lms_favorite]</div>
<div class="one-half">[lms_complete]</div>
</div>
@jasonhobbsllc
jasonhobbsllc / content.html
Last active September 11, 2015 15:24
Copy and paste into your choice of content area within your Rainmaker Platform powered website. Replace the https://jasonhobbsllc.com/checkout/?product_id=8921 with your RM product url. Replace Free Registration with the text you wish to show on the button: link_text="Free Registration"
[popup type="iframe" link_text="Free Registration" link_class="button" href="https://jasonhobbsllc.com/popup-checkout/?product_id=8921" /]