Skip to content

Instantly share code, notes, and snippets.

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/fc749d19fc8531beccad967c1a28321a to your computer and use it in GitHub Desktop.
Save kimcoleman/fc749d19fc8531beccad967c1a28321a to your computer and use it in GitHub Desktop.
Demo content for the "Ocean" template example of Sitewide Sale Add On for Paid Memberships Pro
<?php
/*
* This is demo content for the Sitewide Sale Add On for Paid Memberships Pro.
* You can view a live preview of this content in the "Ocean" Sale Template here:
* https://demo.memberlitetheme.com/membership/sitewide-sales/sample-sale-3/
*
* Remove this comment and place the content below into the "Sale Content" field of your Sitewide Sale.
*/
?>
<div class="text-center">
<h2>Join the ACME Podcast</h2>
<h1>Black Friday Sale</h1>
[row][col small="12" medium="10" medium_offset="1"]
[row_row class="text-center"]
[col_col small="6" medium="3"]
<p>[fa icon="play-circle" size="4x"]</p>
<p class="text-2x">All New and Past Episodes</p>
[/col_col]
[col_col small="6" medium="3"]
<p>[fa icon="user-lock" size="4x"]</p>
<p class="text-2x">Exclusive Members-Only extras</p>
[/col_col]
[col_col small="6" medium="3"]
<p>[fa icon="tshirt" size="4x"]</p>
<p class="text-2x">Limited Edition ACME Show T-Shirt</p>
[/col_col]
[col_col small="6" medium="3"]
<p>[fa icon="heart" size="4x"]</p>
<p class="text-2x">Good Karma for Supporting Us</p>
[/col_col]
[/row_row]
[/col][/row]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment