Code

Discussion on jQuery Responsive Countdown with Visual Builder

Discussion on jQuery Responsive Countdown with Visual Builder

Cart 998 sales

chrisdean supports this item

Supported

112 comments found.

cn this work in wp in rw ja bos?

can stkliuse this version in qoeldpres frmo araw jav box?

mousie

mousie Purchased

I want to set the countdown to a specific date (a birthday). When the calendar changes to that date (such as April 10), the clock should be at 0. Is there a way to have the clock automatically reset when the day is over? To clarify, when the calendar changes to the next day (April 11), is it possible to have the clock automatically reset and start a new countdown for next year (without having to manually enter a new date/time in the Admin)? If there is a way to do this, can the clock reset without refreshing the page)?

Hello – I am interested in purchasing your countdown timer. Is it possible to change the counter to count up in whole numbers not related to time? I’d like to set a counter to run continuously for a trade show, I’d like to set a start number and then count up at XX per second. Is this possible?

timing is working correctly. target date is not updating correctly. when 2025/5/1 is target date and it shows 14 days

Can you please use more digits for days?

Hi. I’m looking for a countdown plugin that allows me users to select how long they’d like a timer countdown to be for and that I can then trigger the timer countdown for the specified length of time by clicking on a button. Can I customise your plugin to be able to do this?

Code did not work I need a refund please

Please use the form from my author’s page to send me more details in order to fix the issue.

Pre Sale question. I would like to display the timer everyday in a certain time period. For example between 6am and 6pm daily. Is it possible to set this timer up like this? I only need the shortcode function not any functionality on a product page. Kind regards

A few presales questions :) First, if I want the countdown to reflect a certain time-zone (not server time), I use this: “Can be set to a value in the interval (12..13).” so for central time i use whatever yields central time- Is this correct? Second, is a callback function available, ie, to open a modal window at 2:00 each day, then start a new countdown, then close the modal window at 4:00 each day?

Hi there and thank you for your interest! Here you can check the time-zone selection – http://preview.codecanyon.net/item/jquery-responsive-countdown-with-visual-builder/full_screen_preview/6720760

There is callback which only executes and the target date/time is reached.

I guess you may need to check the client time on each page load. If it is between 2 and 4 you may open the dialog. Inside it you can place the countdown with target date/time 4:00. This way if a visitor stays on page the countdown will expire and close the dialog (end timer callback). Other case is if visitor opens the page just before 2am. Maybe we need second countdown that expires in 2am. So most likely two countdowns can do the job. On page load one should use a bit of JavaScript to set its target date to 2am (if it is earlier than 2am). The other one should be set to 4am if it is earlier than 4am. First should open the dialog on expire callback. Second should close the dialog.

My point is that only the timer itself does not have all these features you request. Some additional JavaScript should be used, which checks for current time, sets the target date/time, activates the needed 0, 1 or 2 countdowns.

Hi, After completion I want to show 00:00:00. How it is possible? Counter disappear after completion. Thanks

please try this complete function. it tries to clone two canvas objects in order to make visible the zeroes and the labels. my plugin code destroys the countdown on complete, so i propose this workaround. you need to set the “first_countdown” string with the value of your countdown object. i hope that helps. look into documentation to see how you may add complete handler.

note: this will work on a page with one countdown i think.

complete: function(){
    var new_canvas = $( "#panel_static" ).clone();
    var context = new_canvas.get(0).getContext('2d');            
    context.drawImage($( "#panel_static" ).get(0), 0, 0);
    new_canvas.appendTo( "#first_countdown" );
        new_canvas = $( "#panel_labels" ).clone();
    context = new_canvas.get(0).getContext('2d');            
    context.drawImage($( "#panel_labels" ).get(0), 0, 0);
    new_canvas.appendTo( "#first_countdown" );            
}

This is working. Thanks

Can you please rate my item? It helps me a lot.

We are looking to add a countdown that is unique for each visitors and that doesn’t get refreshed when they close and revisit the page. If we set it to for example 5 minutes, we want the countdown to start for each unique visitors at 5 minutes and then call a function when it expires.

Will this be able to do that?

Thank you for your interest. In order to do that you need to use some JavaScript. Maybe create a cookie upon first visit that stores the target date/time. This cookie can be used to show remaining time when user revisits the page. Cookie can be set to expire right after the target date/time so page can show the timer again if needed. Cookie can be set to never expire in order to not show the countdown after it reaches the target date/time. The countdown has a on complete handler that fires when it expires. If the countdown expires while the page is closed it can do nothing because it is client based.

So the countdown does not have interface to setup this behavior, but it can be done with some additional JavaScript. My rate is 15$/h.

Hi. I just purchased your script and it’s not loading correctly on my site. Your site demo is no longer working as well. The countdown date is not visible on my site or yours. Please advise. Thanks.

Demo is fixed. Thanks again!

The script is working is now working! Thanks for your help. Have a Happy Year and much success.

Thank you. If you like my script – please leave a rating – it helps me a lot.

Hi When is the next updated? Thank you

Sorry for the late reply. What new feature interests you?

Hi

Is there any setting to move the countdown off the top of a div as I would like to put a title above it but I can’t.

Any help much appreciated.

Not readily accessible. How about using separate div, above the countdown for the title? If you cannot do that write me from my author’s page with link, or send me files.

Hi, is there any chance we can get a update version for retina screen, it’s look blurry on retina screen…

Does it look ok on other screens? Do you have it implemented somewhere, so I can have a look? I found work arounds, that play with canvas size and can fix that issue. Can you write me through my profile’s page, so I can reply.

Hi. In my situation I have to take attribute from html element end send it to ResponsiveCountdown() It looks like var $endDate = $(”.dataend”).attr(“data-countend”); $(”#countdown”).ResponsiveCountdown({target_date: $endDate })

It works with Chrome but doesn’t with Safari ( TypeError: undefined is not an object (evaluating ‘t.length’) What’s wrong and how to resolve this issue?

I don’t think that this JavaScript error has anything to do with the counter. Here is what I found: https://rollbar.com/blog/top-10-javascript-errors/ (#2). “This is an error that occurs in Safari when you read a property or call a method on an undefined object. You can test this very easily in the Safari Developer Console.”

Hi Just wondering if I can purchase a development / extended licence or if open to discuss as I wish to implement this into a website theme and 100% happy to purchase a suitable licence that allows me to do this. the intended project will not be changing the code whatso ever only wish to add the countdown feature into an existing a website theme (my own development) as an added feature. let me know if providing a suitable licence for such a project is of value to you and if we can discuss etc. cheers, S

I guess you mean the Wordpress version? I must admit that this is the first offer and I don’t have the experience how to handle that. I read about the extended license and it seems it allows that. I was not able to add a price for extended license though. There is no interface for such action in my Edit item page :(. Will try to resolve that later.

this plugin use a my time in server, if i acces from diferents computer i can see cut down same time?, for example i entry from china i see 30 min remaining, if at same time entry from argentina i will se 30min? regards

Hi, yes that is possible. You may use PHP to take the time from the server/database/etc. and echo it as value for the target date of the countdown.

How can i add my custom CSS?

What exactly you want to customize?

Can it do an action once the timer hits zero?

It can execute Javascript function.

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