Title: Static time
Last modified: August 21, 2016

---

# Static time

 *  Resolved [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/)
 * [http://marianaemario.com.br/](http://marianaemario.com.br/)
 * EZ Popup Manager
 * [tminus t=”26-04-2014 10:29:59″ days=”dias” hours=”horas” minutes=”min.” seconds
   =”seg.” omitweeks=”true” style=”carbonite” width=”250px” height=”70px” jsplacement
   =”inline” /]
 * ./themes/gittys/header.php
    <script src=”[https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js&#8221](https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js&#8221);
   type=”text/javascript”></script>
 * [http://wordpress.org/plugins/jquery-t-countdown-widget/](http://wordpress.org/plugins/jquery-t-countdown-widget/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4451876)
 * Hola!
 * It sounds like a typical issue with a theme or plugin force-loading an old version
   of jQuery. Actually, please comment out the line in your header.php:
 *     ```
       <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js" type="text/javascript"></script>
       ```
   
 * Also: You have the following javascript errors on your page:
 *     ```
       Uncaught TypeError: Cannot read property 'nodeType' of undefined jquery.js?ver=1.10.2:4
       carouFredSel: No element found for "#foo2". jquery.carouFredSel-6.2.1-packed.js?ver=3.8:15
       ```
   
 * não é bom 🙂
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4451993)
 * Hola!
 * Please, see javascript errors on page. I don’t believe in more errors.
 * And, now? The who to do?
 * Thanks!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452022)
 * Almost fixed! Now, the problem is that the countdown is being inserted manually
   in the pop-up window BEFORE jQuery is being loaded. To fix this, add the following
   directly after your `<title>` tag:
 *     ```
       <?php wp_enqueue_script('jquery'); ?>
       ```
   
 * Good luck! And please let us know if this fixes the issue for you.
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452027)
 * Header: before and after <title> tag.
    Pop-up: too.
 * Nothing!
 * Thanks!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452029)
 * Sorry if that was not clear. By after your title tag I mean after the `</title
   >` part. So it should look something like:
 *     ```
       <title><?php wp_title( '|', true, 'right' ); ?></title>
       <?php wp_enqueue_script('jquery'); ?>
       ```
   
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452041)
 * I know! That’s what I did.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452067)
 * Ah! I see. OK, the problem is that when jQuery is enqueued the correct way, it
   is still being loaded AFTER the countdown script. How exactly are you creating
   the pop-up modal widow with the countdown? Is it a plugin, theme or something
   you programed yourself?
 * In the mean time the following hard-coded jquery load should get the countdown
   moving for you. In your header.php file, replace the
 *     ```
       <?php wp_enqueue_script('jquery'); ?>
       ```
   
 * you added below the title with:
 *     ```
       <script type='text/javascript' src='http://marianaemario.com.br/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>
       <script type='text/javascript' src='http://marianaemario.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
       ```
   
 * Please let us know the results and good luck!
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/static-time/#post-4452068)
 * Pop-up plugin:
    [http://wordpress.org/plugins/ez-popup-manager/](http://wordpress.org/plugins/ez-popup-manager/)
 * I made the changes. But still not working.
 * I am very grateful for your attention and your efforts to help me. I hope this
   problem can somehow be useful to their work.
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452088)
 * Very strange. Please send us an email to info [at] twinpictures [dot] de with
   a link to this thread. We would like to take a more in depth look at what exactly
   is going on and how best to get this issue resolved. We have also started a [thread with the EZ Popup plugin](http://wordpress.org/support/topic/enqueueing-jquery?replies=1#post-5057187)
   to see if they have any ideas.
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452092)
 * EZ Popup plugin
 *     ```
       <center>
       <font style="font-family:Clicker Script; font-size:28px; color:#333333">Faltam somente...</font>
       [tminus t="26-04-2014 10:29:59" days="dias" hours="horas" minutes="min." seconds="seg." omitweeks="true" style="carbonite" width="250px" height="70px" jsplacement="inline" /]
       <font style="font-family:Clicker Script; font-size:28px; color:#333333">...Para<br>26 de abril de 2014!!!</font>
       </center>
       ```
   
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452099)
 * Please update to version 2.2.11 and let us know if it works!
 *  Thread Starter [e12producoes](https://wordpress.org/support/users/e12producoes/)
 * (@e12producoes)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452100)
 * Baden,
 * Ok, now!!!
    Wonderful!!! Fantastic customer service!!! Congratulations!!! Thank
   so much!!!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452106)
 * Great to hear everything worked out. Don’t forget to [vote for pedro](http://wordpress.org/support/view/plugin-reviews/jquery-t-countdown-widget)!

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

The topic ‘Static time’ 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

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

 * 13 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/static-time/#post-4452106)
 * Status: resolved