Changeset 1587013
- Timestamp:
- 02/02/2017 06:37:25 AM (9 years ago)
- File:
-
- 1 edited
-
call-to-action-popup/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
call-to-action-popup/trunk/readme.txt
r1587008 r1587013 15 15 Call To Action Popup – it’s an incredibly easy to use and completely free popup plugin for WordPress. 16 16 17 <strong>Main Features:</strong><br/> 17 = Main Features: = 18 18 19 * Create targeted marketing campaigns, keep customers from leaving your site, and build your mailing list easily and quickly with Call To Action Popup. 19 20 * Create an unlimited number of popups with different looks and configurations. … … 25 26 Example for event "click": 26 27 27 <blockquote>$( "#foo" ).on( "click", function() {28 $( "#cactus-popup" ).trigger("subscribed");29 });</blockquote> 28 $( "#foo" ).on( "click", function() { 29 $( "#cactus-popup" ).trigger("subscribed"); 30 }); 30 31 31 32 = Shortcode: = 32 [cta_popup id=""]33 [cta_popup id=""] 33 34 34 Parameter required <br/> 35 *ID: ID off PopUp post in PopUp Custom Post Type. 35 Parameter required: 36 37 * ID: ID off PopUp post in PopUp Custom Post Type. 36 38 37 39 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.