• Resolved Eduardo

    (@eduardoluism)


    The plugin was causing a refresh loop on iOS (13.) devices, only on products/pages with sales countdown activated.

    fixed that on wp-content/plugins/sales-countdown-timer/js/shortcode.js

    44c44
    <         countdown_time_start =   new Date(countdown_time_start+'Z');
    ---
    >         countdown_time_start =   new Date(countdown_time_start.replace(' ', 'T')+'Z');
    46c46
    <         countdown_time_end =   new Date(countdown_time_end+'Z');
    ---
    >         countdown_time_end =   new Date(countdown_time_end.replace(' ', 'T')+'Z');

    consider taking a look for your next update.

    thank you.

Viewing 1 replies (of 1 total)
  • Hi Eduardo,

    Thank you for reporting about the refresh loop on iOS devices, we wil try to fix it as soon as possible.

    Best regards,

    • This reply was modified 4 years, 6 months ago by rosenguyen.
Viewing 1 replies (of 1 total)
  • The topic ‘refresh loop iOS device’ is closed to new replies.