Title: [Plugin: WordPress Countdown Widget] Using a non-default plugin path
Last modified: August 20, 2016

---

# [Plugin: WordPress Countdown Widget] Using a non-default plugin path

 *  Resolved [parkersweb](https://wordpress.org/support/users/parkersweb/)
 * (@parkersweb)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-countdown-widget-using-a-non-default-plugin-path/)
 * Hey there,
 * Thanks for this plugin – really useful. One thing I wanted to just flag up is
   that if you have moved the content folder outside of the wordpress directory 
   it can no longer find the css and js files.
 * If you update the enqueue_script, and enqueue_style as follow:
 *     ```
       wp_enqueue_script('countdown', plugins_url('/js/jquery.countdown.min.js', __FILE__), 'jquery', '1.0', false);
   
       wp_enqueue_style('countdown-style', plugins_url('css/jquery.countdown.css', __FILE__), '', '1.1', false);
       ```
   
 * It all works fine – perhaps this could be incoporated into a future version?
 * Thanks!
 * [http://wordpress.org/extend/plugins/wordpress-countdown-widget/](http://wordpress.org/extend/plugins/wordpress-countdown-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Metin Saylan](https://wordpress.org/support/users/mattsay/)
 * (@mattsay)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-countdown-widget-using-a-non-default-plugin-path/#post-3045087)
 * Hello,
 * I fixed this issue with version 2.5.3.
 * Thanks for the tip.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Countdown Widget] Using a non-default plugin path’
is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Metin Saylan](https://wordpress.org/support/users/mattsay/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-countdown-widget-using-a-non-default-plugin-path/#post-3045087)
 * Status: resolved