Changeset 851418
- Timestamp:
- 02/04/2014 07:20:59 PM (12 years ago)
- Location:
- membership-simplified-for-oap-members-only/trunk
- Files:
-
- 3 edited
-
css/style.css (modified) (1 diff)
-
oapmembership.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
membership-simplified-for-oap-members-only/trunk/css/style.css
r827640 r851418 1211 1211 margin-bottom: 10px; 1212 1212 } 1213 .text-template .post_title 1214 { 1215 margin: 0; 1216 padding: 0; 1217 } 1218 .text-template .posttitle_title h1 1219 { 1220 margin-top: 0; 1221 } 1213 1222 1214 1223 @media all and (max-width: 500px) -
membership-simplified-for-oap-members-only/trunk/oapmembership.php
r835156 r851418 4 4 Plugin URI: http://membership.officeautopilot.com 5 5 Description: Membership Simplified allows you to generate membership lessons with templated content to create a unified look and feel throughout your courses. It also provides the inner workings such as navigation options, a login widget, and tinymce buttons to use when protecting any post or page content. Additionally, it sits on top of PilotPress, thus allowing you to use videos from the video manager, downloadable files from the file manager, and much more. Super easy to setup and manage! (Requires an OfficeAutopilot account and PilotPress installed) 6 Author: William DeAngelis ofOfficeAutopilot7 Version: Beta 1.4 38 Release date: 1/8/20146 Author: William.DeAngelis, OfficeAutopilot 7 Version: Beta 1.44 8 Release date: 2/4/2014 9 9 Author URI: http://membership.officeautopilot.com 10 10 */ … … 741 741 742 742 743 /** 744 @brief oapcontent() is a function that returns overview content in one of two templates 745 746 ##Overview 747 748 After checking to make sure the plugin and pilotpress are both activated and properly setup, this function checks the users preferred template for displaying lesson overview content. It gets loaded by 749 750 ~~~{.php} 751 add_shortcode( 'oapcontent', 'oapcontent' ); 752 ~~~ 753 754 @warning This function returns one of two templates to display lesson overview content 755 @param $atts string This string passes the users desired template setting to the function 756 @return array An assortment of other functions mixed up with html (I know... not the best) 757 @author William DeAngelis <william@ontraport.com> 758 */ 743 759 function oapcontent($atts) 744 760 { … … 1498 1514 }); 1499 1515 </script> 1500 <div id="oap-content-text" >1516 <div id="oap-content-text" class="bottom_section entry-content text-template"> 1501 1517 <input type="hidden" name="templatewidth" id="templatewidth" value="<?php echo get_option('template_width');?>" /> 1502 1518 <input type="hidden" name="pluginurl" id="pluginurl" value="<?php echo plugins_url();?>" /> -
membership-simplified-for-oap-members-only/trunk/readme.txt
r835156 r851418 1 1 === Membership Simplified === 2 Contributors: OfficeAutopilot2 Contributors: william.deangelis, OfficeAutopilot 3 3 Tags: Membership Plugin, Membership, OfficeAutopilot, Moonray, Ontraport, Membership Simplified 4 4 Requires at least: 3.0 … … 47 47 48 48 == Changelog == 49 50 = Beta 1.44 = 51 * Fixes a styling error on the text templates where it causes the sidebar to become 100% width and push the content below it. 49 52 50 53 = Beta 1.43 =
Note: See TracChangeset
for help on using the changeset viewer.