Code

Discussion on jCountdown Mega Package

Discussion on jCountdown Mega Package

Cart 4,280 sales

ufoufoufo supports this item

Supported

363 comments found.

Awesome support, thanks for all.

you’re welcome, have a nice day

[EDIT: Sorry did not realize the labels were part of the sprite image(s) and cannot be edited via CSS.]

Hi, great plugin 5/5 stars for sure! I have a question, how would l go about modifying the CSS for the labels (the things that say “Days, Hours, Minutes, Seconds…”

I can’t seem to change the color from white to a dark color (for light backgrounds). Here is an image in case you don’t understand what l’m trying to change: http://i.imgur.com/1rtYKy7.png

Thank you and look forward to your other works.

thanks, have a nice day :)

Hi, Im looking for a simple countdown script. I run a multiple event site. So I need to have a different countdown on each page. Im guessing that can be done. I have a question, my DB date format is 2015-06-20 (yyyy-mm-dd) not fields on their own or even 2015/06/20 (2015/06/20). I cannot change this setting since its tied to multiple scripts. Can we change your to operate with our date format?

Thanks,

Juan Carlos

Hi, it’s not important about the date format setting in the DB, because we always need to print the date to your site page to show these informations right? so you just need to re-format your date by simple SQL or PHP script, please check the information below http://www.w3schools.com/sql/sql_func_format.asp http://php.net/manual/en/datetime.formats.date.php

Hi! Do you have extended license? I really need! =)

sorry, we don’t support that for now

i get the Cannot read property ‘version’ of undefined error. i’m usin bootstrap and my jquery version 1.11.2 how can i fix this error

Hi, first of all, if you want to use jCountdown with bootstrap, please add these CSS scripts to avoid some important CSS setting overwrite by bootstrap CSS file

<style>
.jCountdownContainer .label{
  display:inline-block !important;
  display:block !important;
  background-color:transparent !important;
}
</style>

and please this js file after the jQuery js file, and before the jCountdown js file to fix the problem about jQuery version difference problem

<script src="jquery/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <--- this line
<script src="jcountdown/jquery.jcountdown.min.js"></script> 

Hi I sent you a PM about how to make this counter responsive. Please help. Thank you so much

just send you the file :)

Thank you, I will try it

helo, i want to change “label” “DAYS”, “HOURS”, etc for Spanish. Where i need to edit?

Thanx very much ! Best Regards.

Hi, all source psd files was included, so you just open it in photoshop, and you can change it to any other text you want, p.s. please read the help file to get more details

thanx bro, i didn’t saw that. sorry!

you’re welcome, have a nice day :)

Is there any option to make it possible to set the countdown time based on the time that a user visits? basicly set the countdown to 30 minutes when the page is loaded? thanks

Hi, as you can see, jCountdown provide a target time text setting, so all you can create the right time text by your own script, here is a PHP example, it will output the time text after 30 minutes
<?php
$now=time();
$after30mins = $now + (30* 60);

echo date("Y-m-d H:i:s",$after30mins );
?>

Reg. this http://codecanyon.net/item/jcountdown-mega-package/3443480/comments?page=12#comment_7280535 I bought the module a few weeks ago. The comment is 7 months old. It would be nice, instead letting the user reading x comments (and wasting time!), to add these lines in the latest release! thx!

thanks for your feedback, I will add a tip on next release

Hi! My business purchased this script. I can log on to the purchased account to get help but I have a quick question.

Is it possible with this script to have two different times? It doesn’t seem like I can call the jCountdown twice. It doesn’t render anything. I tried setting up two different divs with separate classes, and setting two different times but the plugin fails.

Thanks!

sure, you can create unlimited countdowns on one page, just make sure you set the different div “id” value for each countdown

Thinking of purchasing this, could you please post the necessary CSS code to make this responsive? It is a requirement for the site.

Thank you

Hi,
please contact me here to get example scripts
http://codecanyon.net/user/ufoufoufo

Hello,

In relation to the original post here, I’m trying to use the counter on our RTL site. It flips the figures and shows it totally wrong. Need help here please.

Hi, please login with the account that you purchased this file to get help

Hey, Any chance you can update the script for newer jquery versions? jQuery.browser got removed in version 1.9.

Thanks!

Hi, thanks for your feedback, but for now you can simply add this javascript library to fix it
<script src=”http://code.jquery.com/jquery-migrate-1.2.1.min.js”></script>

Hey, Thanks for the reply. I was hoping for a bit more elegant permanent fix then this. I ended up just removing the Jquery.Browser stuff from the code as I don’t use the opacity anyway and the other occurrence was for IE < 8 and I don’t care about those any more.

cool, thank you for your feedback

Hi! jCountdown Mega pack will work with JQuery 1.11.1?

sure, but please add this jQuery official fix pack to get it work
<script src=”http://code.jquery.com/jquery-migrate-1.2.1.min.js”></script>

Hey Ufo, just sent you an e-mail if you can answer, thanks so much!

Hi, just send you a mail

Hi, I can’t find the GMT number for london. Its says its 085, but It does not work.

hi, the GMT number for london is 0 (zero)

Hey, can you help me I try it, but it’s crash with my parent CSS my parent CSS using code : *{box-sizing: border-box;}

can you help me to fix it? contact me on skype : sayogajr

Urgent :(

and label not display..

Hi,

jCountdown not using any global CSS setting, so it should not crash your CSS setting, but you can try to put the jCountdown DIV into another DIV, it should help you, and seems your CSS setting overwrite the jCountdown label CSS setting, I think you can send me your site URL here http://activeden.net/user/ufoufoufo so I can help you

Please can i count down an event says from 2nd November until 25th November. thanks

hi, you can set a target date to 25th November, and add the countdown scripts at 2nd November

Thank you, Please can you show me an example cause I don’t Really understand how i will set it. thank you

Hi,
this is the PHP example script
<?php if(date("Y/m/d H:i:s")>"2014/11/02 00:00:00"){ ?>
<script>
  //these script only execute after 2014/11/02
  //just put your jCountown scrips here
</script>
<?php } ?>

Hi,

How do i display it in a WordPress blog on top ?

Hi, basically it just like any other jQuery plugin, all you need is embed the jQuery js, jCountdown js and jCountdown css file, then you can create countdown on your HTML page, but please notice, if your wordpress already embed the jQuery library, please do not embed the jQuery js file again, it might bring some errors on your wordpress site, please just embed the jCountdown js and css file

Hi, I purchased the script and it was working fine, but today we noticed that it defaults to all zero’s when the time hasn’t arrived yet. When I change the date to tomorrow, it works, but even when I change it to today at 23:59:00, it just defaults to zero. Is there a way to fix this. Here’s the site for reference: [link removed per author request]

Thanks

Hi, please make sure you set the right timezone value, it should works fine like the demo page, if you set the it right

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey