265 comments found.
Also noticed that it isn’t mobile responsive either – how do I fix this?
Hi, you can use simple CSS scripts to hide/show your large/small countdown to do that, try to insert these example script on you post
<style>
#small_countdown{
position:relative;
text-align: center;
}
#large_countdown{
position:relative;
text-align: center;
}
@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">[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">[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>
Hi there, my website background is white, therefore it’s not possible to see the text labels, can you please advise how I change these to black?
please check the help file
I need a count-up timer.
In other words:
Days Since Donald Trump said he Would Defeat ISIS:
140 days past due
I want something that keeps counting up.
Days Without A School Shooting in the U.S.
etc. etc.
Hi, this is only for countdown for now
Dear Builder can you please provide support so that this plugin can work within DIVI. I tried to add it to the text editor within it and it doesn’t load. Although it loads in Visual Composer fine. Please advise.
Hi, I never used Divi before, so I don’t know what’s happen on your site, but i’m sure this plugin works fine on pure wordpress, but if you really want to use it with Divi, you can send me your site admin account id/password to me here https://codecanyon.net/user/ufoufoufo so I can try to help you
I did request it I would like this to work in DIVI it’s a great plugin on its own. And it works fine within Visual Composer it would be ashame for it to not load in DIVI.
BTW I requested you to email me your email so I can send you a user account btw.
just reply your mail, please check your mailbox
i’ve looked through the comments and tried several of your code suggestions but i am still unable to get the timer to change sizes on mobile pls help! thx!
https://riverfrontestates.caHi,
you almost did it right, all you need to do is set a small “width” setting to the shortcode inside the “small_size_countdown”, try to replace it with my example code below
e.g.<div id="small_size_countdown">[jcountdown timetext="2017/3/25 9:00:00" timezone="-5" style="slide" 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>
Hi, it some CSS problem in your theme, but don’t worry, all you need is add these CSS scripts to fix it up
<style>
.jCountdown .container{
padding-top: 0 !important;
}
</style>
i’ve added them but nothing changed… is there somewhere specific in the style.css i was supposed to add it?
figured it out! thx!
i’ve looked through the comments and tried several of your code suggestions but i am still unable to get the timer to change sizes on mobile pls help! thx!
Hello,
My page is helpjohndecide.ca/wp-admin
The page I am havnig difficulty with is helpjohndecide.ca/countdown
I will send you the login details and my purchase code through your personal page.
I have installed the code on the page Countdown, but it looks nothing like the module displayed when I put in my specifications. I REALLY want it to look like that because that slick look is why I bought it compared to all the others. But now, it is coming out completely modified. Please help me.
4 things:
1) Why are the labels over top of the counter? I would prefer them to be below as it is in the plugin setup.
2) Why are there black extensions reaching above the numbers?
3) Why does the black look so low res?
4) How can I centre this?
Please can you help? I am on a deadline and this is an important feature for the website.
Thank you,
Jonathan
Hi, basically it’s some jcountdown CSS setting overwrite by your theme CSS setting, so I add some CSS scripts in your page to fix it up, please remember copy and paste these CSS scripts to where you want to put your countdowns
Where are they? And please tell me exactly where to add them? And how to centre in on my page as well?
I am a beginner with plugins and CSS
You added them already? I sent you a private message with my login details
yes, I already add it in your site, and I also sent you the CSS scripts by private message, so please check your mailbox, all you need it copy and paste it below your countdown ShortCode
I am sorry, but where did you post in the site? and I have received no message. Can you send to my email?
Ok I see it now. Thank you. Two things:
1) How can I centre the counter on the page?
2) How can I make the labels in black text?
Thanks for your help
Hi, I sent the scripts to jonathan@tdhstrategies.com, but you can give me your other email address, so I can send it to you
1) How can I centre the counter on the page?just add a div and set the CSS text-align to center, and put your ShortCode inside it
e.g.
<div style="text-align:center"> [ShortCode Here] </div>2) How can I make the labels in black text?
please read the help file, you can edit the psd file to change the label text style in your photoshop, and replace it
Actually I couldn’t open the help files. Can you send it to me please? Thanks for all your help.
you can find the help files inside the source zip files, but just in case I sent it to you again
Hello, Im am trying to get this plugin to work with Layer Slider, and be responsive, working for both mobile and computer. But the counter wo’t won’t resize properly.
http://blog.airiarunning.com/airia-raw-speed-hacked-racing-flat-kickstarter-countdown-page/Hi, you can use simple CSS scripts to hide/show your large/small countdown to do that, try to insert these example script on you post
<style>
#small_countdown{
position:relative;
text-align: center;
}
#large_countdown{
position:relative;
text-align: center;
}
@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">[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">[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>
Hey there, I’m trying to use the countdown on this page and just can’t get a single thing to appear. I’m using the newest version of DIVI.
http://loveeibc.org/2017concept/Scratch that, using a different approach.
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jCountdown has a deprecated constructor in /var/www/animehaven.org/http/wp-content/plugins/jcountdown_mega_package_for_wordpress/index.php on line 13 Please do smthing with it
thanks for your advice, I will fix it in next update, and please leave the message with the account that you purchase this item next time thanks
Hi, I am having a problem making the width fixed when inserting the countdown in Revolution slider. No attempt to add CSS to make the width fixed seems to be working. View the current countdown on: http://asiadays.dk/wordpress/
The above link is displaying this shortcode:
[jcountdown timetext="2017/03/16 12:00:00" timezone="1" style="slide" color="black" width="300" textgroupspace="15" textspace="0" reflection="false" reflectionopacity="10" reflectionblur="0" daytextnumber="2" displayday="true" displayhour="true" displayminute="true" displaysecond="true" displaylabel="true" onfinishredirecturl=""]2017/04/16 12:00:00[/jcountdown]
Best, Steffen
Hi, I think maybe the “Revolution slider” or some of your plugins was break the jCountdown functions, you can try to disable your plugins to fix it, and if it still fix it up, maybe you can send me your site admin account id and password here https://codecanyon.net/user/ufoufoufo so I can try to check your plugins and scripts
How can I display only 2 boxes for “days?” I only have 2 digits and don’t need the 3rd box…
ah nvm, right in front of my face
cool, have a nice fay 
Hi,
I just bought your jcountdown plugin. Where can I change the day/hour/minute/seconds part, so that it displays those word in German?
and the other thing, I tested it and want it to be in the middle of the sales page, but it is on the left, where can I change that?
Aloha, Angelina
Hi,
1) you can change label text in photoshop, please read the help file,
2) all you need is set the CSS text-align to center, e.g.<div style="text-align:center"> [jcountdown]2018/01/01 00:00:00[/jcountdown] </div>
I just purchased and installed the plugin, but it will not display more than one counter on a single page. I see you have more than one on your demo page… any ideas why only one is displaying for me? I need 3 on a single page, please advise.
Thank you!
Nevermind—I think it was an issue with CDN/auto-minifying
cool, have a nice day 
Im looking for a timer that can be used to countdown time in a course using LMS. 4 hours must spend in course before getting course certificate. And can the time be in real time. meaning if they log out it stops the time and will restart when they log back in? or if they are idle the time stops if they dont answer a question?
hi,
Something is wrong with the countdown on my website. I just bought this one and create a shortcode. I copied the shortcode to my text widget. But the countdown isn’t showing well.. I really have no clue what the problem could be. Could you please help me out?
You can see what’s wrong here => www.hoboonearth.com
Thanks in advance!
Jonas
<style>
#main-wrapper.fw-100 .jCountdown .container{
width:auto !important;
}
</style>
Hi,
My wordpress site is running on version 4.6.1. Is it still compatible with your jcountdown mega package for wordpress? Just wanting to use the countdown feature.
Thanks!
sure, it works fine on wp 4.6.1
I recently purchased the jCountdown wordpress plugin. I am having 2 issues:
1) displaylabel=”true” is not working. Labels won’t appear.
2) I am having the same issue as another user on mobile with responsive width. My theme is built on bootstrap, so my row width should be strictly enforced and any internal elements should constrict to those bounds, but the widget does not comply.
I sent my url for review via email through your envato profile page.
Hi, just sent the mail, please check your mail box
Hi, I just bought the jCountdown for WP. I’m using Divi, and the countdown looks terrible. Could you please take a look at resellers.usagranitetools.com?
Thanks, Jose
<style>
.jCountdown .container:before{
content:none !important;
}
.jCountdown .container:after{
content:none !important;
}
.jCountdown .container{
padding-top:6px !important;
}
.jCountdown *{
box-sizing: content-box !important;
}
.jCountdown .group>.label{
margin:0px !important;
left:auto !important;
}
</style>
and feel free to contact me here https://codecanyon.net/user/ufoufoufo if you have any questions
Great, thanks!
This is not working for me. If I leave the width set to Auto the timer spreads across the entire page. If I set it to the width I want, it is only 1 or 2 pixels high. Here’s what I bought: jCountdown Mega Package for WordPress
Hi, it sounds like some CSS issue, maybe some jCountdown CSS setting was overwrite by other CSS scripts, but don’t worry, please send me your site URL here https://codecanyon.net/user/ufoufoufo/portfolio so I can help you