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.

I just bought this script in hopes of adding it to the header of the WP site, but this can’t be outputted to the php… so what should I do? I don’t need it for a post/sidebar, I need it static at the top of the site.

Thanks for your help

Hi, basically jCountdown is made for create countdown in your page, post and side bar, but I can help you, please contact me here http://codecanyon.net/user/ufoufoufo

Hello, how can it be inserted directly in the php code? thanks

Hi, usually you can insert the the jCoundown in your wordpress post, page, sidebar by shortcode with the jCountdown Mega Package for WordPress, but if you only want to do it in php, you can try the jQuery version http://codecanyon.net/item/jcountdown-mega-package/3443480 and you can output the javascript script to create countdown by php

Hello, I purchased the plugin and when I add the shortcode on a Post page it doesn’t appear! How can I identify the problem? Could I send you a link to the site in private?

thank you in advanced

sure, please send me a private message here http://codecanyon.net/user/ufoufoufo I will try to help you

I’m trying to translate the psd, but I don’t have Photoshop. I modified the file through gimp and exported the png which looks correct, except for the background. Can’t you provide PSDs for Italian? The translated strings would be: Days -> Giorni Hours -> Ore Minutes -> Minuti Seconds -> Secondi

Hi, you can download the free photoshop trail here, https://creative.adobe.com/apps?trial=PHSP&promoid=JZXPS

I bought the plugin but it’s unusable for me. If I put it in the sidebar, it is more than 500px wide and doesn’t resize. Isn’t it possible to adapt its width?

Just resolved. The fixed and auto options worked in the opposite way than what I thought.

Hi, you just have to select the width option to fixed, and you will able to set a width value

Is it possible to translate the labels?

sure, you can change the label text in photoshop, all source psd files was included

This pluggin not work in Wordpress 3.5.1 ?

yes, it works in 3.5.1, please extract the zip file first, the plugin file was included it

Yes, it is compatible, the problem is my theme, i send you a mp with the problem of the width :(

yes, I’m trying to find out where the problem is now, but I got some error message in your theme css file, so maybe you can try another theme, I think the problem will be fix up

When the counter come to zero not is posible redirect to a html or text o any ?

yes, you can redirect URL when the countdown reach zero

Thank you.

Can the countdown timer loop automatically? We want to repeat the countdown every time it zeros out.

Thank you.

Hi, sorry, for now, no, but I’m trying to add the repeat event feature, so maybe you can check the update in future

Will this function work with the js version?

the js version don’t support to set repeat event, how however you can execute your own script, when the time reach to zero, which mean you can update the target date by your script, but if you really need that feature, and you don’t know javascript script, I also provide custom service, you can contact me here http://codecanyon.net/user/ufoufoufo and let me know more details

Any clue why labels would not be showing?

Hi, usually it’s because your theme CSS file overwrite the jCountdown label CSS setting, so please try to change another theme or modify your theme CSS ”.label” setting, you can try to find ”.label” in your theme CSS file

PS: if you still can’t find out where the problem is, you can contact me here http://codecanyon.net/user/ufoufoufo and send me your site URL, I can check it for you

Hi, i can’t get the counter to display in the center of the page (align center). It stays to the left no matter what i do. Any suggestions? Any chance of adding an alignment option on this?

Hi, sorry, try this one,
<div style="text-align:center">
[jcountdown shortcode here]
</div>

Thumbs up! Thanks again!

you’re welcome, and if you like this file, please rate it 5 stars :P

Hi

We’ve had to deactivate the plugin on our wordpress website. Whenever the plugin was active within the past few days, every bit of text on all pages of the website centers itself. Deactivating the plugin reverts the text back to it’s natural alignment setting (left, center or right).

Please could you help us to see what is conflicting and causing this?

Website URL: www.apsu.com Page countdown was on: www.apsu.com/v5r4

maybe you can contact me here http://codecanyon.net/user/ufoufoufo and send me some screenshots, because I remember last time I checked your site for you, and seem it works fine, right?

Hi,

the “days” “hours” etc. labels are not displaying at: http://impulseseries.com/

any suggestions?

Thanks!

Hi, that’s because your theme css setting overwrite some important setting, please check this file, you can change a theme or open your theme css file, http://impulseseries.com/wp-content/themes/kallyas/css/bootstrap.css and remove the .label setting to fix it
.label{
} 

Thank you, it worked. I suppose the theme css is also the reason your counter doesn’t resize in smaller windows?

Hi, you can to set the countdown width size in shortcode genererator, if you want to display a small size countdown in you mobile version site, you can create two countdown shortcode, one for full site user, one for mobile site user, and use css media queries to show or hide your countdowns

<style>
@media screen and (min-width: 600px) {
    .full_size_countdown{
        display:block;
    }
    .small_size_countdown{
        display:none;
    }
}
@media screen and (max-width:599px) {
    .full_size_countdown{
        display:none;
    }
    .small_size_countdown{
        display:block;
    }
}
</style>

<div class="full_size_countdown">
put your shortcode here
</div>

<div class="small_size_countdown">
put your shortcode here
</div>

Hi, I really love this component and wish to buy it, but i need instead to use it as a jackpot counter, is it possible to pass a number like 1,500,325 and then it will display it, i am trying to find a jackpot counter like this cannot find anywere.

Hi, sorry, jCountdown don’t support that, but you can add that function by yourself, or you can contact me here http://codecanyon.net/user/ufoufoufo to order custom service

Hi! How to reduce the countdown size?

H, please checked the width radio button to fixed, and you will able to change the it

Also i just noticed that it doesn’t re-size properly for responsive design out of the box. Will I need to update JS files in order to achieve a fluid re-size?

Hi, you need to set the countdown width size in shortcode text or shortcode genererator, if you want to display a small size countdown in you mobile version site, you can create two countdown shortcode, one for full site user, one for mobile site user, and use css media queries to show or hide your countdowns

<style>
@media screen and (min-width: 600px) {
    .full_size_countdown{
        display:block;
    }
    .small_size_countdown{
        display:none;
    }
}
@media screen and (max-width:599px) {
    .full_size_countdown{
        display:none;
    }
    .small_size_countdown{
        display:block;
    }
}
</style>

<div class="full_size_countdown">
put your shortcode here
</div>

<div class="small_size_countdown">
put your shortcode here
</div>

Thanks for the help!

Also i just noticed that it doesn’t re-size properly for responsive design out of the box. Will I need to update JS files in order to achieve a fluid re-size?

Just purchased, looking to have a HTML section appear when the clock hits zeros. I have seen in the comments that this will possibly be in your next release, any timeline on that update? Also is it possible to make some changes in the JS in the meantime, to achieve what i am trying to do (if so can you point me in the right direction?)?

Hi, I’m not sure the time, but I’m trying to add new functions, e.g. count up, clock …

anyway to achieve an action at Zero time to change the counter to html or to make the counter disappear and add text?

in this this version, no, but you really need that function, you can do that by javascript, you can contact me here, http://codecanyon.net/user/ufoufoufo to get example codes

Got it. Sorry, I stumbled into dumbass mode 8-)

LOL, enjoy it, and feel free to let me know, if you have any question

Hey I just purchased and can’t upload it to WP. Please help as it’s urgent

Hi, please extract the zip file first, the plugin and help files was inside it :)

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