Viewing 5 replies - 1 through 5 (of 5 total)
  • You have a 404 error on your page for http://www.f1updates.com/wp-content/themes/news-mix-light/js/jquery.caroufredsel-6.0.4-packed.js and (if you look in the javascript console) because this is not found, the js in custom.js that calls this for ticker-1 fails and javascript processing stops, so the countdown timer js doesn’t run.

    Thread Starter nikhil63

    (@nikhil63)

    Thanks! Any suggestions on how to go about fixing this?

    Yes – check that the file which is creating the 404 actually exists and that e.g. your htaccess file is not preventing access.

    Thread Starter nikhil63

    (@nikhil63)

    Found a solution – this might be specific to Kopa themes.

    Changed:

    wp_enqueue_script(‘kopa-carouFredSel’, $dir . ‘/js/jquery.caroufredsel-6.0.4-packed.js’, array(‘jquery’), NULL, TRUE);

    to

    wp_enqueue_script(‘kopa-carouFredSel’, $dir . ‘/js/jquery.carouFredSel-6.0.4-packed.js’, array(‘jquery’), NULL, TRUE);

    The counter works great now!

    Plugin Author Baden

    (@baden03)

    looks like it might be a Kopa issue.
    Kopa… was this not the turtle from Mario Bros?

    Regardless, glad you got is solved. we’ll mark this issue as resolved, unless you need further assistance.

    Loved me some old school Nintendo!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Countdown timer stuck’ is closed to new replies.