Plugin Directory

Changeset 3235332


Ignore:
Timestamp:
02/05/2025 10:59:12 AM (13 months ago)
Author:
gothamdev
Message:

fix bug

Location:
batsignal/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • batsignal/trunk/launch-my-btg.php

    r3235294 r3235332  
    367367       
    368368        $output .= "<style>#firemypopopo_$id_pop{position: fixed;top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; z-index: 9999;text-align: center;
    369         border-radius: 8px; border: 4px solid #ffd78d;animation: spinbat 2s linear 1 forwards; animation-fill-mode: forwards;}#firemypopopo_$id_pop:hover{border:8px solid #ffd78d;cursor:pointer}#firemypopopo_$id_pop img{width:100%;margin:0 auto;clear:both}#firemypopopo_$id_pop h2{font-weight:700;font-family:arial;padding:10px 0}#overlayh_$id_pop{position:fixed;width:100%;margin:0;padding:0;opacity:.8;background:#000;height:100%;display:block;z-index:9998;top:0;left:0}.batsignal{display:none;background:#fff;padding:20px;border:20px solid #ddd;font-size:1.2em;position:fixed;top:50%;left:50%;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#firemypopopo_$id_pop a.close{position:absolute;top:-20px;right:0;color:#fff;background:#000;padding:5px 10px;text-decoration:none;border-radius:5px;font-weight:700;font-family:arial;opacity:0.8;border:3px solid white;}#firemypopopo_$id_pop a.close:hover{background:#fff;color:#000}@media only screen and (max-width:767px){#firemypopopo_$id_pop{width:96%!important;border:0;padding:0!important;margin:0!important;height:auto!important; max-height: 80vh;overflow:auto;}#firemypopopo_$id_pop img{max-width:100%;border:0;width:auto;}#overlayh_$id_pop{width:100%;border:0;margin:0}}@keyframes spinbat {from {transform: translate(-50%, -50%) rotate(4deg);}to { transform: translate(-50%, -50%) rotate(0deg);}}</style>";
     369        border-radius: 8px; border: 4px solid #ffd78d;animation: spinbat 2s linear 1 forwards; animation-fill-mode: forwards;}#firemypopopo_$id_pop:hover{border:8px solid #ffd78d;cursor:pointer}#firemypopopo_$id_pop img{width:100%;margin:0 auto;clear:both}#firemypopopo_$id_pop h2{font-weight:700;font-family:arial;padding:10px 0}#overlayh_$id_pop{position:fixed;width:100%;margin:0;padding:0;opacity:.8;background:#000;height:100%;display:block;z-index:9998;top:0;left:0}.batsignal{display:none;background:#fff;padding:20px;border:20px solid #ddd;font-size:1.2em;position:fixed;top:50%;left:50%;-webkit-box-shadow:0 0 20px #000;-moz-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#firemypopopo_$id_pop a.close{position:absolute;top:-20px;right:0;color:#fff;background:#000;padding:5px 10px;text-decoration:none;border-radius:5px;font-weight:700;font-family:arial;opacity:0.8;border:3px solid white;}#firemypopopo_$id_pop a.close:hover{background:#fff;color:#000}@media only screen and (max-width:767px){#firemypopopo_$id_pop{width:96%!important;border:0;padding:0!important;margin:0!important;height:auto!important;}#firemypopopo_$id_pop img{max-width:100%;border:0;width:auto;}#overlayh_$id_pop{width:100%;border:0;margin:0}}@keyframes spinbat {from {transform: translate(-50%, -50%) rotate(4deg);}to { transform: translate(-50%, -50%) rotate(0deg);}}</style>";
    370370       
    371371        if (strstr($_SERVER['HTTP_USER_AGENT'], 'iPad')) { // Fix Bug iPad
  • batsignal/trunk/readme.txt

    r3235294 r3235332  
    44Tags: popup, popup light, popup on scroll, popup with timer, shortcode
    55
    6 Stable tag: 2.2.0
     6Stable tag: 2.2.1
    77Tested up to: 6.7
    88Requires at least: 6.0
     
    126126== Changelog ==
    127127
     128
     129= 2.2.1 =
     130
     131- Fix bug
     132
    128133= 2.2.0 =
    129134
    130135- Fix CSS ANIMATION bug
    131136- Add possibility to display custom HTML
    132 
    133 =
    134137
    135138= 2.1.7 =
Note: See TracChangeset for help on using the changeset viewer.