Code

Discussion on jCountdown Mega Package for WordPress

Discussion on jCountdown Mega Package for WordPress

Cart 1,547 sales

ufoufoufo supports this item

Supported

265 comments found.

Is responsive? I try to change the width and isn´t possible..

Hi,

you can add two different size countdown for small and big layout,try to add these example script to your site

<style>
    #small_countdown{
        position:relative;
    }
    #large_countdown{
        position:relative;
    }
    @media screen and (max-width:1000px){
        #small_countdown{
            left:0px;
        }
        #large_countdown{
            left:-10000px;
        }
    }
    @media screen and (min-width:1000px){
        #small_countdown{
            left:-10000px;
        }
        #large_countdown{
            left:0px;
        }
    }
</style>

<div id="small_countdown" style="text-align: center;">[jcountdown timetext="2020/01/01 00:00:00" timezone="8" style="flip" color="white" width="300" textgroupspace="15" textspace="0" reflection="true" reflectionopacity="10" reflectionblur="0" daytextnumber="3" displayday="true" displayhour="true" displayminute="true" displaysecond="true" displaylabel="true" onfinishredirecturl=""]2020/01/01 00:00:00[/jcountdown]</div>

<div id="large_countdown" style="text-align: center;">[jcountdown timetext="2020/01/01 00:00:00" timezone="8" style="flip" color="white" width="600" textgroupspace="15" textspace="0" reflection="true" reflectionopacity="10" reflectionblur="0" daytextnumber="3" displayday="true" displayhour="true" displayminute="true" displaysecond="true" displaylabel="true" onfinishredirecturl=""]2020/01/01 00:00:00[/jcountdown]</div>

Yes I already found the issue – it was the order of the JS thanks! great plugin

you’re welcome, have a nice day

Hello I’ve placed the timer here: http://99bitcoins.com/bitcoin-trezor-review-promo-code/

But I don’t see it any idea why ?

it works fine on my browser, any problem?

Hi,

Any clue about why is not working here?

http://www.clubzenza.dk/nytaar/

thanks :)

Hi,

please try to move this js file
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js">

below this line
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js?ver=4.0.1'></script>
this should fix it up

hi, how to change the language? I am French I would write the text in French “Jours, heures, minutes, secondes” thank you in advance, kind regards,

oCan – you tell me how to center the countdown? What CSS code?

sorry I just found the solution in your comments

it’s okay, have a nice day :)

Is there a way I can have the countdown timer restart every time the page reloads? Like a more simple timing option?

Great plugin by the way!

Thanks

sorry, but you can only create the countdown with a static date setting

Hi there!

I´m using the countdown wordpress plugin in my site, you can have a look here:

http://www.wfc-2015.net/home-wfc/

My question is: Label Days / hours / mins / secs do not show. How can I make them appear?

Thanks in advance,

Hi, seems you or your theme CSS setting overwrite some important setting, but don’t worry, all you need is add these script in your page to fix it up

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

Hi, Is there a recurring event ability? Example: Countdown to every Saturday 12:00pm

Can you set it so that the timer goes away after it reaches 0?

Thanks!

you mean hide it? if so, no, but you can redriect URL when it reaches 0

yes, you can simple set URL, and redriect to that URL when it reaches 0, check the preview page you can see all screenshots

sorry, but I don’t see you install jCountdown on your site, so please install it and contact me here http://codecanyon.net/user/ufoufoufo

Hello! I am thinking about purchasing this, but the biggest downside to every count down timer like this is that it isn’t responsive and what mobile users end up seeing is very unattractive. So, is this responsive? If so, you have another customer.

Thanks!

Hi, it’s not responsive, how ever, you can add some simple CSS setting to display different size countdown instance for the small resolution device, check the example scripts

<style>
    #small_countdown{
        position:relative;
    }
    #large_countdown{
        position:relative;
    }
    @media screen and (max-width:1000px){
        #small_countdown{
            left:0px;
        }
        #large_countdown{
            left:-10000px;
        }
    }
    @media screen and (min-width:1000px){
        #small_countdown{
            left:-10000px;
        }
        #large_countdown{
            left:0px;
        }
    }
</style>

<div id="small_countdown" style="text-align: center;">[jcountdown timetext="2014/11/29 18:32:3" timezone="8" style="flip" color="white" width="300" textgroupspace="15" textspace="0" reflection="true" reflectionopacity="10" reflectionblur="0" daytextnumber="3" displayday="true" displayhour="true" displayminute="true" displaysecond="true" displaylabel="true" onfinishredirecturl=""]2014/11/29 18:32:3[/jcountdown]</div>

<div id="large_countdown" style="text-align: center;">[jcountdown timetext="2014/11/29 18:32:3" timezone="8" style="flip" color="white" width="600" textgroupspace="15" textspace="0" reflection="true" reflectionopacity="10" reflectionblur="0" daytextnumber="3" displayday="true" displayhour="true" displayminute="true" displaysecond="true" displaylabel="true" onfinishredirecturl=""]2014/11/29 18:32:3[/jcountdown]</div>

Why don’t you just update this plugin to include this?? It’s been a while since WP 3.9 was released.

<script src=”http://code.jquery.com/jquery-migrate-1.2.1.min.js”></script>

Hi, don’t worry, basically WP will auto include this file, so we don’t need to do that

Hello

i have 2 problem for this plugin

1. my theme is rtl and i have problem in rtl count ( after rtl theme jcount have problem)

2.i need set server time ( i dont need system client time)

Hi,

1) maybe you can send me your site URL here http://codecanyon.net/user/ufoufoufo so I can help you

2) jCountdown was using the client system clock time, so you can’t use the server time, and you can try to view your site on different machine (PC/MAC/Mobile device), and it will display the same result, so don’t worry

Pre-Sale Question. Would it be easy to tweak the code to enable the timer to restart each time the page is refreshed. The reason I ask is that I want to put in a simple timer that counts down from when each user first visits the page but resets if they visit the page again in the future. I want to say something like “You could have approval in as little as…” (Timer Here – 22 hours 9 minutes 30 seconds). It’s more or less a visual indicator only.

Hi, jCountdown support a most easy way to create countdown to count to a specific target date, so you need to set a target time text like this 2014/012/31 12:00:00, sorry

wordpress is not lettting me upload it as a plugin

any suggestions?

don’t worry, you just need to extract the zip file first, and you will see the plugin and help files

Hi. ” jCountdown Mega Package” doesn’t work with jQuery JavaScript Library v1.11.1. How to fix it?

Hi, don’t worry, you just need to embed this js file on your site to fix it

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

Before I buy this plugin… I would like to know if I could pass a date value from a custom field into the expiry date?

My custom field is called: clpr_expire_date

For example, adding the following code to a widget:

<?php echo get_post_meta(get_the_ID(), “clpr_expire_date”, true); ?>

will output a date value of: 2014-08-30

Note: I’m playing around with a plugin called PHP widget, so i can execute php code inside my widgets area!

I’m not a programmer, could the code example above be easily adapted to work with your plugin? Is it possible for you to provide me an exact code snippet to implement this?

Thank You

Hi, if you are not a programmer, I suggest you to create the short code via the jCountdown Mega Package for WordPress shortcode panel, it’s a easy way to create countdown by simple click, but if you really want to use jCountdown with your custom field with PHP, you can try to print the javascript to create the jCountdown

I don’t understand if you answered my question or not…

Are you saying that if i create a shortcode i can then get the date value from my custom field?

Based on the fact that my expiry date field is called: clpr_expire_date

and that my output would be something like soo: 2014-08-30

Can you please respond here with an example shortcode from your plugin that I could then use?

Let me know if need something else.

If you can resolve this problem i will buy your plugin!

fyi: if you need to know how to execute a shortcode in php then use the following code example: <?php echo do_shortcode(‘[shortcode]’); ?>

I have absolutely NO idea how to do this. Can someone please help me. I paid and downloaded the countdown but I cant seem to figure out what is the correct code to put into squarespace settings.

I need the clock to countdown to Sept. 2nd 2014, 7pm.

Please someone can you send me the full link which I need????

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

Please would it be possible to introduce “Weeks” as a category for the timer.

Weeks, Days, Hours, Minutes, Seconds..

Hi, thanks for your opinion, but for now, jCountdown not support to display time in weeks

Is there any direct way (or workaround) to use scheduling or recurring timer with this script? Thank you!

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