The demo site works with my browser (Firefox and MSIE) but when I install on my site (www.jonesvalley.us) with your version 1.9 code, it does not. With 1.8 it DID work, but even now replacing 1.9 with 1.8 the timer does not work. I've even copied the demo source for countdown to superbowl -- works viewing demo site, does not work on mine. So I know that my browser configuration is ok, I have clean URL's enabled, the module is enabled, there are no permissions to check ---- what else could block the execution? Here is my source both for my timer and the copy of the superbowl timer:

<p>  
<span class="countdowntimer"><b><font color="red">Count-Down to Reunion 2008 . . .</font></b>
    <span style="display: none" name="datetime">2008-07-04T08:00:00</span>   
    <span style="display: none" name="tz_hours">-5</span>  
    <span style="display: none" name="dir">down</span>  
     <span style="display:none" name="format_num">1</span>
    <span style="display:none" name="threshold">7200</span>
    <span style="display:none" name="complete">It's Happenin' Now!</span>

</span> 

<p><b>Countdown to Super Bowl XLII</b><br />
<span class="countdowntimer">2008-02-04 18:25:00 -5 2</span></p>

gil

Comments

jvandervort’s picture

I don't see the javascript include at the top of your page with the timer on
http://jonesvalley.us/drupal/
Is you main page a node?
Or is it a blog or something else?

Capnj’s picture

It's the advanced front page (admin/settings/front). Taking your question as a clue, I stuck the timer in a blog and still does not work. Same on a Page.

jvandervort’s picture

So in the blog list, it does not count.
What about when you view just the blog node with the timer?
Can you send me a link to the page with the timer that doesn't work?

jvandervort’s picture

Make sure your timer complete statement doesn't have a single quote in it.
Let me know if that fixes it...

Capnj’s picture

It had a couple of single quote marks. Removed. No difference. Note that your super bowl countdown also does not work on my site and it's the very simple legacy style.

jvandervort’s picture

Assigned: Unassigned » jvandervort
Status: Active » Closed (fixed)

The latest version should wrap this up. It has quote checking and a new admin setting for global javascript loading.