33 comments found.
Hello, I saw the countup timer before buy your plugin. Actually I can’t find this function, how can I set it up? thank you
You should enable Past variable.
Hi. I need to buy a plugin that allows a 10-minute countdown to be loaded every time a customer enters my website. To give a message of urgency to the purchase. Could this plugin work for me?
Yes. You can set the time to 10 min.
Hello. I was hoping to be able to display an image or wp block once the count down has ended. Instead all that is available is a text message that I cant even style. Is there any way of acheiving this with your plugin? Thanks
It’s written on the plugin description:
“Expire type of message, hide or redirect after the counting finishes”
But, I can help you modifying it if you send WP admin login info.
Thanks for the response. Unfortunately I cant send you login information as I’ve signed an nda – for a confidential client. Are you able to send instructions please? Manay thanks
You can add HTML img tag to the “Message Text” field.
Open CircleTimer – jQuery Countdown Timer WordPress Plugin\source\circletimer\jquery.circletimer.js in code editor like Visual Studio.
Set “Expire Type” as “Hide” from CircleTimer settings.
Go to line 377:
$timer.fadeOut();
Don’t remove above code if you want the timer to hide after the countdown expires.
Copy following code to show another WP block:
$("#BLOCK_ID").show();
Copy whole JS code as described below.
Open Plugins / Plugin File Editor. Select CircleTimer.
Then, choose js/circle.timer.js file.
Copy modified JS code and Save.
Thanks. I’m sorry which code am I supposed to modify? I do also want the timer to disappear and an image or block to appear afterwards. Do I just add $(”#BLOCK_ID”).show(); direectly after $timer.fadeOut(); ?
You should add directly to the new code where you need to place the block id.
Then, copy them to the WP side.
Excellent. Thanks you for your help. I managed to get it to work. I had to hide the block first though of course so instead I used this to toggle off the hide class: $(”.myclass”).toggleClass( ‘d-none’ );
Ok. I’ll be happy if you rate my plugin & service.
your plugin doesn’t seem to work on Flatsome theme. It also doesn’t create multiple instances for different subpages. I would like a refund for this please. Here’s my purchase code.
5921514b-2593-492d-ad84-99bbad4a0b1a
I didn’t try it on custom themes. If you write a demo url, I can help you better!
Hello Aithor,
I recently bought this plugins and it’s works great.
I want to know how can i use ISO time like below example with the plugin?
20220826T2000
I checked there’s no default option for this, is there a way you can tell me how can i make the plugins accept the time in ISO format.
It gets the date parameter which is selected by the plugin options. You can edit the source code as you want.
Can you please guide me where in the plguin I can find that code?
I will be using manualy created shortcode but as of now the plugin is not abel to parse the time.
You should convert ISO 8601 time to PHP DateTime.
$date = '2014-03-13T09:05:50.240Z';
$fixed = date('Y/m/d H:i:s', strtotime($date));
You can place start & end dates in “includes/circletimer_globals.class.php”. Go to line 32:
startDate:"'.$options["startdate"].'", endDate:"'.$options["enddate"].'",
I tried to add the above code to my plugin file and I get below error. syntax error, unexpected ‘2014’ (T_LNUMBER).
This is the code at the location you mentioned. // Script $js = ‘ jQuery(document).ready(function() { jQuery(”#’ . $uniqueId . ’”).circleTimer({ startDate:”’ . $options[ “startdate” ] . ’”, endDate:”’ . $options[ “enddate” ] . ’”, timeZone:’ . $options[ “timezone” ] . ’, past:’ . $options[ “past” ] . ’, animation:”’.$options[“animation”].’”,
reuqest you please modify it here, so I can just replace the codes.
Sorry! I can’t help you about modifications. You can search on the net about ISO time convertion.
Okay, but can you atleast confirm if I’m supposed to replace those line?
$options[ “startdate” ] $options[ “enddate” ]
You can add another date-time converted variables.
I really like this plugin and it almost work right out the box, however it may be something that has to do with my builder, but the circles are no responsive, instead if you resize the window, bigger or smaller, the circles becomes smaller to a point where they disappear .
check out this screen recording: https://www.dropbox.com/s/s0n0izqkaoe62xd/Kapture%202022-07-03%20at%2014.40.37.mp4?dl=0Circles resizes according to the container width. So, you can use a smaller grid or add custom CSS to the container.
Did you see the video? The containers are expanding and the circles are getting smaller
You should customize the container size!
You can write demo url to check what’s wrong with your site.
Hi, I literally need this timer for today, and it only shows to logged in users…can you let me know how to fix this asap please.
There’s no a limitation in my plugin to work to logged in users only. You should have a look if the page has some limitations.
Hi, apologies, it was a caching plugin that was stopping it from working correctly, Its all good now. Thanks.
Ok. I’ll be happy if you rate my plugin.
Thats done, and again apologies for my initial message as your plugin works perfectly.
Ok. Thanks!
Hi, how I can user server time?
No need to use the server time. Because, it gets difference of start & end times.
But, you can edit the source code by Plugins / Plugin Editor. Select CircleTimer.
Open, includes/circletimer_globals.class.php. Go to line 32.
Replace:
$options["startdate"]
With:
date("Y/m/d H:i:s")
If you add it manually, you should add its CSS & JS files manually, too.
Can you send the shortcode as PM to check on my localhost?
hi, i send you what you requested:
<?php echo do_shortcode(‘[circletimer startDate=”2021/09/28 04:12:38” endDate=”2021/10/31 00:00:00” diameter=”208” bgWidth=”7” bgColor=”#fcfcfc” circleWidth=”7” circleColor=”#005dff” counterFontSize=”61” counterFontColor=”#005dff” textFontSize=”14” textFontColor=”#005dff”]’); ?>
I replaced quotes and tried. It works properly. Use the following code. Also, open debug mode of WP.
https://prnt.sc/1u1hlsm
<?php echo do_shortcode('[circletimer startDate="2021/09/28 04:12:38" endDate="2021/10/31 00:00:00" diameter="208" bgWidth="7" bgColor="#fcfcfc" circleWidth="7" circleColor="#005dff" counterFontSize="61" counterFontColor="#005dff" textFontSize="14" textFontColor="#005dff"]'); ?>
hi, we have tested the plugin with the code and recommendations, and the counter still does not appear. a query, what requirements it need the plugin? jquery, version php, etc.
At least PHP 7.x and latest WordPress installation is required.
It is possible this timer will automatically reset after every 6 hour. Means if 6 hours is completed, then again start.
Yes. You can enable Auto Reset and set Reset Interval as you want in seconds.
https://imgur.com/gallery/yQYjee1The package cannot be installed. No valid plugins were found.
Plugin installation failed.
v.desantis80@gmail.comThanks
Please, unzip the main zip file and install circletimer-wp.zip.
could you please advise function not working
function () {window.location.href = “url”;}
You can try to write it like that:
function () {window.location.href = 'https://www.google.com/';}
Create a shortcode. Then, select Shortcode widget by Gutenberg editor.
What am I doing wrong?I share video https://drive.google.com/file/d/1Q3RanhlooEpx1lNlQtcREylZyT4Mb-dU/view?usp=sharing
Can you write a demo url? It seems there’s a JS error.
Hi,
In the settings….
What does “Past” refer to?
What can be done with the “Finish Function”?
Thanks
Past is to countup, you can add your own function on finish, too.
Hello,
I tested this plugin and it does not suit me for my project, so I want a refund. What is the procedure for refund?
Regards, Jan
Purchase code: cd03f86b-38e3-463d-9ceb-c85cdf7fddd5
If there’s not an issue with the product, it can’t be a reason for refund! You could have a look demo much more and think before buying.
Hello. How are you? I need a custom count format to insert on my website.
1- Model: I need to create 1 counting template for all customers. All models look like this: “00.0000000000” See the exact example of what I need: https://youtu.be/ks48f2IEo6o2- Speed and Control I need to have control over the counting speed of all clients, have control over the counting speed of groups of clients
and have control over the counting speed of each client individually.
A- For example in all customers: Increase or decrease the total counting speed by 10%.
B- For example in customer groups: Increase or decrease the counting speed of the “Y” group of customers by 3%.
C- For example for each individual customer: Increase or decrease the speed of the client “X” by 8%.
You got it?
3- Start and End Date. I need to set the end date for the count. For example: On December 1, the count should be “10.0000000000”
4- Include or Remove numbers in the count. For example, if I need to increase a customer’s count from 00.0000500000 to 00.0001000000 I can do that. But only I, as an administrator, can have this control.
Same message!
hi, can different circles be of different colors?
There’s only one color change option for all circles. But, you can do it via CSS.
What a beautiful product! After sifting through many products, looking for one like this that also auto-resets for recurring events, this is the only one that does it properly. Thank you for taking the time to make this product have this feature!
Thanks!
Hi, how can I translate the text with WPML? I use two languages on my site: DE and EN. I can`t find any options in STRING TRANSLATOR from WPML…
You can look at languages folder of the plugin.
Ahhhh my failure
Now is everything fine THUMBUP
Ok. Thanks!
I am seeking a countdown timer that resets each time it hits 0.
For example, I have an evergreen webinar and it replays the webinar process every two or three days – Tu / Th or Mon, We, Fri.
Does yours do this?
You need to add a custom function to reset automatically.
I added auto-reset option. You can reset the timer whenever you want. You just need to enter the value as seconds.
For 2 days: 86400×2…