This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="center remove-bottom">Feature Product Pricing Table</h1> | |
<h3 class="center remove-top">Example Demo with Options</h3> | |
[break] | |
[one_third] | |
[callout style="white" align="center" centertitle="true" title="Product One"] | |
<ul class="check nopad"> | |
<li class="yes">Item One</li> | |
<li class="yes">Item Two</li> | |
<li class="no">Item Three</li> | |
<li class="no">Item Four</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-----------------------------------------------------------------------------------*/ | |
// Register and Minify Core Stylesheets | |
/*-----------------------------------------------------------------------------------*/ | |
function st_registerstyles() { | |
// minify folder name (must be in your wp root). | |
$minpath = '/min'; | |
// define directories | |
$child_theme = str_replace(site_url().'/wp-content/themes/', '', get_bloginfo('stylesheet_directory')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ----------------------------------------------------- */ | |
/* Utitlity Styles */ | |
/* ----------------------------------------------------- */ | |
/* Simple Image Thumbnails */ | |
img.imgleft { | |
float: left; | |
margin: 0 10px 0 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Standard Slideshow Parameters | |
[slideshow effect="slide" category="17" autoplay="false" width="620" height="250" speed="1000" pagination="true" prevnext="true"] | |
// Content Slideshow Parameters | |
[contentslides effect="slide" thumbsize="200,150" display="content" type="category" ids="1" width="600" height="320" autoplay="3000" speed="700" length="4" readmore="false"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[callout align="center" width="400"] | |
This is a 400px centered callout box | |
[/callout] | |
[callout align="left" width="200"] | |
This is a 200px left aligned callout box | |
[/callout] | |
[callout align="right" width="100"] | |
This is a 100px right aligned callout box |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[toggle title="Button text One"] | |
Toggle Content One | |
[/toggle] | |
[toggle title="Button Text Two"] | |
Toggle Content Two | |
[/toggle] | |
[toggle title="Button Text Three"] | |
Toggle Content Three | |
[/toggle] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[latest excerpt="true" thumbs="true" width="50" height="50" num="5" cat="8,10,11"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* st_header // Opening header tag and logo/header text | |
* st_header_extras* // Additional content may be added to the header | |
* st_navbar // Opening navigation element and WP3 menus | |
* st_before_content // Opening content wrapper | |
* st_after_content // Closing content wrapper | |
* st_before_sidebar // Opening sidebar wrapper | |
* st_after_sidebar // Closing sidebar wrapper | |
* st_before_footer // Opening footer wrapper | |
* st_footer // The footer (includes sidebar-footer.php) | |
* st_after_footer // The closing footer wrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tabgroup] | |
[tab title="Tab 1" id="t1"]Tab 1 content[/tab] | |
[tab title="Tab 2" id="t2"]Tab 2 content[/tab] | |
[tab title="Tab 3" id="t3"]Tab 3 content[/tab] | |
[/tabgroup] |