Changeset 1589728
- Timestamp:
- 02/06/2017 07:13:56 AM (9 years ago)
- Location:
- call-to-action-popup
- Files:
-
- 2 added
- 4 edited
-
assets/Screenshot-1.png (added)
-
assets/Screenshot-2.png (added)
-
trunk/cactus-popup-shortcode.php (modified) (1 diff)
-
trunk/cactus-popup.php (modified) (1 diff)
-
trunk/css/popup.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
call-to-action-popup/trunk/cactus-popup-shortcode.php
r1586958 r1589728 62 62 <?php if($padding_top != '' || $padding_right != '' || $padding_bottom != '' || $padding_left != '' || $background_repeat != '' || $background_position != '' || $background_size != '') :?> 63 63 .popup-body{ 64 <?php echo $padding_top != '' ? 'padding-top:'.$padding_top.' ;' : '';?>65 <?php echo $padding_right != '' ? 'padding-right:'.$padding_right.' ;' : '';?>66 <?php echo $padding_bottom != '' ? 'padding-bottom:'.$padding_bottom.' ;' : '';?>67 <?php echo $padding_left != '' ? 'padding-left:'.$padding_left.' ;' : '';?>64 <?php echo $padding_top != '' ? 'padding-top:'.$padding_top.' !important;' : '';?> 65 <?php echo $padding_right != '' ? 'padding-right:'.$padding_right.' !important;' : '';?> 66 <?php echo $padding_bottom != '' ? 'padding-bottom:'.$padding_bottom.' !important;' : '';?> 67 <?php echo $padding_left != '' ? 'padding-left:'.$padding_left.' !important;' : '';?> 68 68 <?php echo $background_repeat != '' ? 'background-repeat:'.$background_repeat.';' : '';?> 69 69 <?php echo $background_position != '' ? 'background-position:'.$background_position.';' : '';?> -
call-to-action-popup/trunk/cactus-popup.php
r1586958 r1589728 4 4 * Plugin Name: Cactus PopUp 5 5 * Description: Call To Action PopUp 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Author: CactusThemes 8 8 * Author URI: http://cactusthemes.com/ -
call-to-action-popup/trunk/css/popup.css
r1586958 r1589728 102 102 } 103 103 /*End of Bootstrap CSS*/ 104 104 105 body.modal-open { 105 106 padding-right: 0 !important; 106 107 } 108 107 109 .cactus-popup.modal { 110 overflow: hidden !important; 111 } 112 113 .cactus-popup .cactus-popup-inner.modal-dialog { 114 position: absolute; 115 margin: 0 auto; 116 left: 0; 117 right: 0; 108 118 top: 50%; 109 bottom: auto; 110 transform: translateY(-50%); 111 overflow: hidden; 112 color: #000; 113 padding: 30px !important; 114 z-index: 99999; 119 -webkit-transform: translateY(-50%) !important; 120 -ms-transform: translateY(-50%) !important; 121 -o-transform: translateY(-50%) !important; 122 transform: translateY(-50%) !important; 115 123 } 124 116 125 .popup-content-wrap .popup-body .popup-close { 117 126 position: absolute; … … 137 146 transform: rotate(90deg); 138 147 } 148 139 149 .popup-content-wrap .popup-body .popup-close .close span:first-child, .popup-content-wrap .popup-body .popup-close .close span:last-child { 140 150 display: block; -
call-to-action-popup/trunk/readme.txt
r1587024 r1589728 4 4 Tags: advertise, lightbox, Mailing list pop-up, marketing, pop, pop-up, popup, promotion, Responsive Popup,cta, action, call to action 5 5 Requires at least: 4.0 6 Tested up to: 4.7 7 Stable tag: 1.0. 06 Tested up to: 4.7.2 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Screenshots == 47 1. PopUp Settings 48 2. PopUp Custom Post Type 47 49 48 50 1. Main Settings 49 51 50 52 == Changelog == 51 53 = 1.0.1 = 54 * Minor bug fixes 52 55 = 1.0 = 53 56 * First Release
Note: See TracChangeset
for help on using the changeset viewer.