Title: [Plugin: T(-) Countdown] CSS Caching Problems
Last modified: August 20, 2016

---

# [Plugin: T(-) Countdown] CSS Caching Problems

 *  Resolved [marshalp](https://wordpress.org/support/users/marshalp/)
 * (@marshalp)
 * [14 years ago](https://wordpress.org/support/topic/plugin-t-countdown-css-caching-problems/)
 * I was having a problem with Jedi and Tie-Fighter cached versions of style.css,
   I fixed these problems by editing the countdown-timer.php file from this on line
   46:
 * `wp_register_script('countdown-script', $plugin_url.'/js/jquery.t-countdown-1.0.
   js', array ('jquery'), '1.0' );`
 * To this:
 * `wp_register_style( 'countdown-'.$style.'-css', $plugin_url.'/css/'.$style.'/
   style.css', array('inline' => false ) );`
 * [http://wordpress.org/extend/plugins/jquery-t-countdown-widget/](http://wordpress.org/extend/plugins/jquery-t-countdown-widget/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [14 years ago](https://wordpress.org/support/topic/plugin-t-countdown-css-caching-problems/#post-2728485)
 * Thanks for the bug report and what worked to fix it for you.
    how does preventing
   the javascript fie from loading work in the example you provided?
 * Are you sure this is what you replaced?!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [14 years ago](https://wordpress.org/support/topic/plugin-t-countdown-css-caching-problems/#post-2728548)
 * If you are experiencing cacheing issues, replacing the .js file with the .css
   file is generally NOT recommended. Again, are you sure the above code is actually
   is what you replaced?!

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

The topic ‘[Plugin: T(-) Countdown] CSS Caching Problems’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-t-countdown-css-caching-problems/#post-2728548)
 * Status: resolved