Changeset 873272
- Timestamp:
- 03/11/2014 08:16:06 AM (12 years ago)
- Location:
- membership-simplified-for-oap-members-only/trunk
- Files:
-
- 4 edited
-
functions.php (modified) (1 diff)
-
js/custom.js (modified) (1 diff)
-
oapmembership.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
membership-simplified-for-oap-members-only/trunk/functions.php
r857567 r873272 85 85 wp_register_style( 'oapadminstyle', plugins_url('/css/admin_style.css', __FILE__) ); 86 86 wp_enqueue_style( 'oapadminstyle' ); 87 wp_register_style( 'revealcss', plugins_url('/js/reveal.css', __FILE__) );88 wp_enqueue_style( 'revealcss' );89 87 wp_register_style( 'confirm', plugins_url('/css/confirm.css', __FILE__) ); 90 88 wp_enqueue_style( 'confirm' ); -
membership-simplified-for-oap-members-only/trunk/js/custom.js
r857567 r873272 78 78 79 79 /* Condition for media or Text Template*/ 80 // Enable colorview for background 81 jQuery('#_oap_page_background_color').modcoder_excolor(); 82 jQuery('#_oap_outer_page_background_color').modcoder_excolor(); 80 // Enable colorview for background 81 // TODO - Figure out why this is breaking the ability to press enter in the HTML text section 82 // jQuery('._on_off_advanced_setting').click(function() 83 // { 84 // jQuery('#_oap_page_background_color').modcoder_excolor(); 85 // jQuery('#_oap_outer_page_background_color').modcoder_excolor(); 86 // }); 83 87 84 88 // Default Shared Template -
membership-simplified-for-oap-members-only/trunk/oapmembership.php
r865117 r873272 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 6 Author: William.DeAngelis, OfficeAutopilot 7 Version: Beta 1.5 18 Release date: 2/25/20147 Version: Beta 1.52 8 Release date: 3/11/2014 9 9 Author URI: http://membership.officeautopilot.com 10 10 */ -
membership-simplified-for-oap-members-only/trunk/readme.txt
r865117 r873272 47 47 48 48 == Changelog == 49 = Beta 1.52 = 50 * Removed the color picker in the Advanced Settings as it was preventing an issue with being able to click enter in the HTML text area. Will readd a new color picker for this item in a later release. 51 49 52 = Beta 1.51 = 50 53 * Minor style change to fix bug where page content was getting stuck behind videos when a youtube or vimeo video was displayed
Note: See TracChangeset
for help on using the changeset viewer.