Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Baden

    (@baden03)

    can you provide a link to your site so we can help troubleshoot.

    Thread Starter isiFederal

    (@isifederal)

    Yes, sorry. Website

    Thread Starter isiFederal

    (@isifederal)

    Any ideas what’s wrong?

    Plugin Author Baden

    (@baden03)

    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

    (@dirty-bill)

    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

    Plugin Author Baden

    (@baden03)

    Filthy Bill,

    Can you send a link? We would like to check what in the wide world of sports is going on.

    Dirty Bill

    (@dirty-bill)

    Sure Biden – here: http://eugenedailynews.com

    Thread Starter isiFederal

    (@isifederal)

    The only JS error my browser is picking up is one that the developer says is for YouTube API library.

    jmilez

    (@jmilez)

    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

    (@dirty-bill)

    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

    (@baden03)

    Glad you got things working Bill!
    @jmilez: Can you share a link to the site? We would like to see what kind of errors are being thrown.

    Plugin Author Baden

    (@baden03)

    @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

    (@jmilez)

    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

    Hope it helps!

    jmilez

    (@jmilez)

    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

    (@baden03)

    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.