Title: Timer Broken in Chrome
Last modified: August 21, 2016

---

# Timer Broken in Chrome

 *  Resolved [isiFederal](https://wordpress.org/support/users/isifederal/)
 * (@isifederal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/)
 * Great plugin and works beautifully in Firefox, but does NOT work in Chrome. I’ve
   added it via shortcode into a slider plugin that supports Youtube videos.
    [Screenshot](http://isifederal.com/wp-content/uploads/2014/03/Countdown-Error.jpg)
 * [https://wordpress.org/plugins/jquery-t-countdown-widget/](https://wordpress.org/plugins/jquery-t-countdown-widget/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761164)
 * can you provide a link to your site so we can help troubleshoot.
 *  Thread Starter [isiFederal](https://wordpress.org/support/users/isifederal/)
 * (@isifederal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761174)
 * Yes, sorry. [Website](http://isifederal.com)
 *  Thread Starter [isiFederal](https://wordpress.org/support/users/isifederal/)
 * (@isifederal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761236)
 * Any ideas what’s wrong?
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761259)
 * very strange. have you tried to see if there is a plugin-conflict by deactivating
   all plugins and seeing if the timer works correctly? If so, re-activate them 
   one by one until the problem plugin is found.
 * Also, you have the following JavaScript errors on the page:
 *     ```
       Uncaught SyntaxError: Unexpected token < (index):306
       GET http://isifederal.com/wp-content/themes/freshbiz/inc/plugin/shortcodes/lib/timthumb.php?src=&w=155&h=170&q=100&zc=1 400 (Bad Request) (index):280
       Resource interpreted as Image but transferred with MIME type text/css: "http://isifederal.com/wp-content/themes/freshbiz/dynamic-style.php?ver=3.8.1". (index):458
       ```
   
 * if the problem remains, let us know and we’ll try and take a closer look.
 *  [Dirty Bill](https://wordpress.org/support/users/dirty-bill/)
 * (@dirty-bill)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761324)
 * It appears the latest WP update has disabled the timer – it’s throwing a NULL
   object.
 * I’m loading the javascript in the footer.
 * [HERE IS A SCREENCAP](http://eugenedailynews.com/wp-content/uploads/2014/04/timer-error.jpg)
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761327)
 * Filthy Bill,
 * Can you send a link? We would like to check what in the wide world of sports 
   is going on.
 *  [Dirty Bill](https://wordpress.org/support/users/dirty-bill/)
 * (@dirty-bill)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761328)
 * Sure Biden – here: [http://eugenedailynews.com](http://eugenedailynews.com)
 *  Thread Starter [isiFederal](https://wordpress.org/support/users/isifederal/)
 * (@isifederal)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761329)
 * The only JS error my browser is picking up is one that the developer says is 
   for YouTube API library.
 *  [jmilez](https://wordpress.org/support/users/jmilez/)
 * (@jmilez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761333)
 * Hi, this might be it… just installed the T- plugin a few days ago on a test site
   and got it formatted and working perfectly. Moved the site to production and 
   everything was great. Then noticed the countdown stopped. Didn’t really make 
   any changes to the site, EXCEPT I put the google analytics code back in. If I
   take out the GA code, it works fine. Nothing to do with the jquery.min.js file
   from another post (this file isn’t loaded in my page at all with or without the
   GA code). Any idea what google is doing to get this to work again?
 * This is the standard GA code:
 *     ```
       <script type="text/javascript">
   
         var _gaq = _gaq || [];
         var pluginUrl =  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
         _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
         _gaq.push(['_setAccount', 'UA-xxxxxxxx-1']);
         _gaq.push(['_setDomainName', 'xxxxxxx.com']);
         _gaq.push(['_trackPageview']);
   
         (function() {
           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
           ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
         })();
   
       </script>
       ```
   
 * Looking at the console, if GA is installed, t- gets this error (otherwise no 
   error):
 *     ```
       Uncaught TypeError: undefined is not a function jquery.t-countdown.js?ver=1.5:129
       (anonymous function)
       ```
   
 * Update: I noticed that Dirty Bill’s site is working fine and is using the new
   GA code. My site is using the old GA code. I put in a request and transferring
   to the new system & code and see if that fixes it.
 *  [Dirty Bill](https://wordpress.org/support/users/dirty-bill/)
 * (@dirty-bill)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761334)
 * I dumped all the local JQuery references and pulled external libraries – works
   again. No idea wth broke, but the last WP update certainly had it’s impact.
 * This is a cool little plugin, haven’t really done more than put up that single
   countdown, but am looking forward to trying more with it.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761336)
 * Glad you got things working Bill!
    [@jmilez](https://wordpress.org/support/users/jmilez/):
   Can you share a link to the site? We would like to see what kind of errors are
   being thrown.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761337)
 * [@fatima](https://wordpress.org/support/users/fatima/): We would like to take
   a closer peek at what is going on. Please send us an email with a link to this
   thread to: info [at] twinpictures [dot] de and we’ll try and get to the bottom
   of your strange chrome issue.
 *  [jmilez](https://wordpress.org/support/users/jmilez/)
 * (@jmilez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761338)
 * Baden, unfortunately the page is a landing page with ads running so don’t want
   to mess up the stats. Below is a screen shot if that helps. Looks like the T-
   function is recursive and throwing an issue when the google analytics code is
   running. I put it on another site of mine that has the new Google code and it
   works fine. My site will be migrated to the new google code by tomorrow, so will
   see what happens.
 * [Error in Chrome](http://www.jameskmiles.com/wp-content/uploads/2014/04/t-error.png)
 * Hope it helps!
 *  [jmilez](https://wordpress.org/support/users/jmilez/)
 * (@jmilez)
 * [12 years ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761358)
 * As an update, I’m using the new google analytics code and the timer has been 
   working fine. It did work intermittently a few times before the switch, but now
   works great.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761366)
 * good to hear. issue marked as resolved.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Timer Broken in Chrome’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-t-countdown-widget_7b7b7b.
   svg)
 * [jQuery T(-) Countdown Widget](https://wordpress.org/plugins/jquery-t-countdown-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-t-countdown-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-t-countdown-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-t-countdown-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-t-countdown-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-t-countdown-widget/reviews/)

## Tags

 * [chrome](https://wordpress.org/support/topic-tag/chrome/)

 * 15 replies
 * 4 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/timer-broken-in-chrome/#post-4761366)
 * Status: resolved