• I have had T(-) Countdown integrated and working for quite a while. It recently stopped counting and just displays a static value when the page is loaded. The only recent change I made to the site was 1.) changing the target date and 2.) the addition of MG Gig Calendar plugin, however disabling this plugin did not resolve the problem. I checked the page source looking for reference to other versions of jquery being loaded but only saw the 1.10.2 version listed. Any other suggestions to diagnose this? The site is http://www.bluestoneunion.com.

    Thanks,
    Ron

    https://wordpress.org/plugins/jquery-t-countdown-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sukalac

    (@sukalac)

    FYI, I’m running WP 3.8.1 with Countdown 2.2.13 and Responsive theme 1.9.4.1

    Plugin Author Baden

    (@baden03)

    There is a javascript error:

    Uncaught SyntaxError: Unexpected identifier www.bluestoneunion.com/:248

    You might try deactivating all your plugins and re-activating them one by one until you find the culprit that is throwing this error.

    Thread Starter sukalac

    (@sukalac)

    Deactivating all other plugins did not solve the problem. I found the uncaught syntaxerror was caused by the line:

    jQuery('#countdowntimer-3-widget').html('<h5>Oh no, did you miss the latest show?</h5><img alt="" src="http://www.bluestoneunion.com/wp-content/uploads/2012/12/BU-Header.jpg" /><h5>But wait, there's more...</h5>');

    with html from Launch event html content:

    <h5>Oh no, did you miss the latest show?</h5><img alt="" src="http://www.bluestoneunion.com/wp-content/uploads/2012/12/BU-Header.jpg" /><h5>But wait, there's more...</h5>

    This html has not changed for close to a year so something in the parsing must have changed. Not sure what the problem is.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Countdown stopped counting’ is closed to new replies.