Plugin Directory

Changeset 1589728


Ignore:
Timestamp:
02/06/2017 07:13:56 AM (9 years ago)
Author:
lampd
Message:

update version 1.0.1

  • Minor bug fixes
Location:
call-to-action-popup
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • call-to-action-popup/trunk/cactus-popup-shortcode.php

    r1586958 r1589728  
    6262                    <?php if($padding_top != '' || $padding_right != '' || $padding_bottom != '' || $padding_left != '' || $background_repeat != '' || $background_position != '' || $background_size != '') :?>
    6363                        .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;' : '';?>
    6868                            <?php echo $background_repeat != '' ? 'background-repeat:'.$background_repeat.';' : '';?>
    6969                            <?php echo $background_position != '' ? 'background-position:'.$background_position.';' : '';?>
  • call-to-action-popup/trunk/cactus-popup.php

    r1586958 r1589728  
    44 * Plugin Name: Cactus PopUp
    55 * Description: Call To Action PopUp
    6  * Version: 1.0
     6 * Version: 1.0.1
    77 * Author: CactusThemes
    88 * Author URI: http://cactusthemes.com/
  • call-to-action-popup/trunk/css/popup.css

    r1586958 r1589728  
    102102}
    103103/*End of Bootstrap CSS*/
     104
    104105body.modal-open {
    105106    padding-right: 0 !important;
    106107}
     108
    107109.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;
    108118    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;
    115123}
     124
    116125.popup-content-wrap .popup-body .popup-close {
    117126    position: absolute;
     
    137146    transform: rotate(90deg);
    138147}
     148
    139149.popup-content-wrap .popup-body .popup-close .close span:first-child, .popup-content-wrap .popup-body .popup-close .close span:last-child {
    140150    display: block;
  • call-to-action-popup/trunk/readme.txt

    r1587024 r1589728  
    44Tags: advertise, lightbox, Mailing list pop-up, marketing, pop, pop-up, popup, promotion, Responsive Popup,cta, action, call to action
    55Requires at least: 4.0
    6 Tested up to: 4.7
    7 Stable tag: 1.0.0
     6Tested up to: 4.7.2
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Screenshots ==
     471. PopUp Settings
     482. PopUp Custom Post Type
    4749
    48501. Main Settings
    4951
    5052== Changelog ==
    51 
     53= 1.0.1 =
     54* Minor bug fixes
    5255= 1.0 =
    5356* First Release
Note: See TracChangeset for help on using the changeset viewer.