• I have installed and the timer was working fine for the first week however since i have returned from holiday it is now showing the countdown timer part.

    It was a great plugin and it looked awesome on my site however since it stopped working i have edited it to say just 4pm which is not ideal as would like the dynamic timer effect.

    Jordan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jordan.
    I have same problem. Edit timer.php end replace from line 29

    <script language=”javascript” type=”text/javascript”>
    jQuery(document).ready(function($) {
    if($(“#<?php echo $id; ?>”).length>0){
    $ (“#<?php echo $id; ?>”).countdowntimer({
    startDate : “<?php echo date(‘Y/m/d H:i:s’); ?>”,
    dateAndTime : “<?php echo $dateandtime; ?>”,
    size : “xs”,
    regexpMatchFormat: “([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})”,
    regexpReplaceWith: “<span class=’cdn_hrs cdn_hldr’>$2</span>hrs y<span class=’cdn_mins cdn_hldr’>$3</span>mins
    });
    };
    });
    </script>

    Same, here any ideas on how to fix??

    Same here, Valdecon’s script (even edited), not working ??

    <script language="javascript" type="text/javascript">
    
        jQuery(document).ready(function($) {
            if($("#<?php echo $id; ?>").length>0){
                $ ("#<?php echo $id; ?>").countdowntimer({
                    startDate : "<?php echo date('Y/m/d H:i:s'); ?>",
                    dateAndTime : "<?php echo $dateandtime; ?>",
                    size : "xs",
                    regexpMatchFormat: "([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})",
                    regexpReplaceWith: "<span class='cdn_hrs cdn_hldr'>$2</span>hrs y<span class='cdn_mins cdn_hldr'>$3</span>mins"
                });
            };
        });
    </script>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘{timer} not working’ is closed to new replies.