Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Last active February 25, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/9edf3ffac7c520c4e7871f2177f947fa to your computer and use it in GitHub Desktop.
Save kimcoleman/9edf3ffac7c520c4e7871f2177f947fa to your computer and use it in GitHub Desktop.
A sample concept for the Page Bottom Banner using Memberlite.
/*
Copy and paste this into the "Page Bottom Banner" field in the Edit Page screen.
This recipe requires Memberlite (https://memberlitetheme.com) and
the Memberlite Shortcodes plugin (https://memberlitetheme.com/memberlite-shortcodes/)
*/
<h1>The Bottom Banner: One Last Call-to-action.</h1>
[row]
[col medium="6"]
<p class="text-2x">Capture your potential members before they do anything else. Questions? Call us at [fa icon="phone"] 123-456-7890 or <a href="mailto:info@domain.com">send us an email</a>.</p>
[/col]
[col medium="3"]
[memberlite_btn style="action,block" href="tel:+1-123-456-7890" text="Call 123-456-7890" target="_blank" icon="phone"]
[/col]
[col medium="3"]
[memberlite_btn style="primary,block" href="mailto:info@domain.com" text="Email info@domain.com" target="_blank" icon="envelope"]
[/col]
[/row]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment