Changeset 546332
- Timestamp:
- 05/19/2012 09:39:53 PM (14 years ago)
- File:
-
- 1 edited
-
emc2-popup-disclaimer/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emc2-popup-disclaimer/trunk/readme.txt
r545546 r546332 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3.2 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 EMC2 Popup Disclaimer places a specified post into a lightbox and adds buttons so that your visitors must click through to agree to your terms! … … 11 11 == Description == 12 12 13 EMC2 Popup Disclaimer uses Fancybox (http://fancybox.net) to display the popup, and jQuery-cookie (https://github.com/carhartl/jquery-cookie) to detect user session. Creates a cookie named "emc2pdc" that can be viewed with regular developer tools. 13 14 14 EMC2 Popup Disclaimer uses Fancybox (http://fancybox.net) to display the popup, and jQuery-cookie (https://github.com/carhartl/jquery-cookie) to detect user session. Creates a cookie named "emc2pdc" that can be viewed with regular developer tools. 15 Easy to use! By default the script is added to the wp_footer action and will work quietly. You can also force the display on pages via shortcode or function call: 16 Shortcode: [?php [emc2pdc] ?] 17 -or- 18 Function: [?php emc2pdc_force(); ?] 15 19 16 20 To Do list: … … 19 23 * Create a selection of button themes 20 24 * Add support for different lightbox types 21 * Better post-grabber dialog 22 * Shortcode support 23 * Function call support 24 * Demo website 25 * Improve handling, add PHP cookie support 25 26 26 27 Known bugs: … … 49 50 == Frequently Asked Questions == 50 51 51 = I'm having trouble=52 = My Cufon styles aren't showing in the popup = 52 53 53 Send me an email! [email protected]. You could also post here on the forums. 54 You can add your own callback function for the Fancybox call in /wp-content/plugins/emc2-popup-disclaimer/js/emc2pdc.js in the .fancybox() call: 55 [?php 'onComplete': function(){ Cufon.refresh(); } ?] 56 57 = Are you available for help? = 58 I might be able to help you - it totally depends on my schedule and workload. Send me an email! [email protected]. You could also post here on the forums. 59 60 If you want to jump the gun, make me a temporary user (with that email up there) and I will be more inclined to give you a hand. In return for my help, all I ask for is a rating! :) 54 61 55 62 == Screenshots == 56 63 57 1. Dashboard view with themed widget.58 2. Settings page with demo server and first video expanded.64 1. Dashboard view with settings. 65 2. Initial page view with popup display. 59 66 60 67 == Changelog == … … 63 70 * Helloooooo World. 64 71 72 = 1.1 = 73 * Fixed post display selection input 74 * Added screenshots 75 * Set up demo site: http://popup.emc2innovation.com 76 * Admin styles 77
Note: See TracChangeset
for help on using the changeset viewer.