Plugin Directory

Changeset 3271652


Ignore:
Timestamp:
04/13/2025 04:30:41 AM (12 months ago)
Author:
osamaesh
Message:

bug fixing and updates

Location:
visitors-traffic-real-time-statistics
Files:
424 added
3 edited

Legend:

Unmodified
Added
Removed
  • visitors-traffic-real-time-statistics/trunk/Visitors-Traffic-Real-Time-Statistics.php

    r3267128 r3271652  
    55Author: wp-buy
    66Author URI: https://www.wp-buy.com/
    7 Version: 8.1
     7Version: 8.2
    88Text Domain: visitors-traffic-real-time-statistics
    99Domain Path: /languages
  • visitors-traffic-real-time-statistics/trunk/overview.php

    r3267128 r3271652  
    3030        background: #F1F1F1 !important
    3131    }
     32   
     33    .swal2-content {
     34  font-size:18px;
     35  text-aight:center !important;
     36}
     37
     38.swal-noscroll h2{
     39    display:none
     40   
     41}
     42
     43.swal2-modal {
     44  margin: auto !important;
     45  top: 50% !important;
     46  left: 50% !important;
     47  transform: translate(-50%, -50%) !important;
     48  position: fixed !important;
     49  text-aight:center !important;
     50 
     51}
     52
     53.swal2-modal{
     54     width: 800px !important;
     55  max-width: 95%;
     56  padding: 10px;
     57  margin: 0 auto; /* يحاول يوسّط بالعرض */
     58   
     59}
     60
     61.swal2-container {
     62  display: flex !important;
     63  align-items: center !important;
     64  justify-content: center !important;
     65}
    3266</style>
    3367<script language="javascript" type="text/javascript">
     
    927961if(localStorage && (firstparam=="?page=ahc_hits_counter_menu_free"))
    928962{
    929    
     963
    930964var today_visitors_box = document.getElementById('today_visitors_box').innerHTML;
    931965    if (!localStorage.getItem("ahcfreemsg")==true)
    932966    {
     967       
    933968    if(today_visitors_box > 5)
    934969    {
     
    936971       
    937972      swal({
    938       title: '',
    939       text: '',
    940       imageUrl: 'https://www.wp-buy.com/wp-content/uploads/2018/10/output_ZD6GUg-1-2.gif',
    941       imageWidth: 'auto',
    942       imageHeight: 'auto',
    943       imageAlt: 'Need more statistics, GEO locations & online counter?',
     973      title: 'Take Your Website Analytics to The Next Level!',
     974      text: 'Upgrade to Pro',
     975      imageUrl: '<?php echo plugin_dir_url( __FILE__ ); ?>images/ezgif.com-animated-gif-maker.gif',
     976      imageWidth: '95%',
     977         
    944978      animation: true,
    945979      customClass: 'swal-noscroll',
     
    947981      showCancelButton: false,
    948982      showConfirmButton: false,
    949       html: 'Need more statistics, GEO locations & online counter?<br><br><center><button type="button" role="button" class="confirm btn btn-success SwalBtn2">' + 'Upgrade to pro' + '</button>&nbsp;&nbsp;' +
    950         '<button type="button" role="button"  class="cancel btn btn-info SwalBtn1">' + 'Close' + '</button>&nbsp;&nbsp;'+
     983      html: 'Get real-time stats, visitor locations & live online counter, Unlock all PRO features now!?<br><br><center><button type="button" role="button" class="confirm btn btn-success SwalBtn2">' + 'Upgrade to PRO' + '</button>&nbsp;&nbsp;' +
     984        '<button type="button" role="button"  class="cancel btn btn-info SwalBtn1">' + 'Maybe Later' + '</button>&nbsp;&nbsp;'+
    951985        '<button type="button" role="button" class="confirm btn btn-warning SwalBtn3">' + "Dismiss" + '</button></center>'
    952986    });
  • visitors-traffic-real-time-statistics/trunk/readme.txt

    r3267128 r3271652  
    44Requires at least: 3.0.1
    55Tested up to: 6.7.2
    6 Stable tag: 8.1
     6Stable tag: 8.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    184184== Changelog ==
    185185
     186= 8.2 =
     1871. CSS Bug fixes.
     1882. Fix map issue with opera browser
     189
    186190
    187191= 8.1 =
Note: See TracChangeset for help on using the changeset viewer.