Hi, I am using this plugin in an Italian site. The word “minute” is not translated (should be singular: minuto, plural: minuti). In .po file translation is correct, but it is not rendered in widget and in shortcode.
]]>With WP 5.2.3 I’ve got the following in my PHP error log…
Warning: count(): Parameter must be an array or an object that implements Countable in /home/www-data/<domain>/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php on line 677
Thanks for help, Hans
]]>This is the error I get
Uncaught Error: Call to undefined function cal_days_in_month() in /var/www/html/web/app/plugins/countdown-timer/fergcorp_countdownTimer.php:805 Stack trace: #0 /var/www/html/web/app/plugins/countdown-timer/fergcorp_countdownTimer.php(756): Fergcorp_Countdown_Timer->fuzzyDate(1567324800, 1567039396) #1 /var/www/html/web/app/plugins/countdown-timer/fergcorp_countdownTimer.php(654): Fergcorp_Countdown_Timer->formatEvent(Object(Fergcorp_Countdown_Timer_Event), true) #2 /var/www/html/web/app/plugins/countdown-timer/fergcorp_countdownTimer.php(968): Fergcorp_Countdown_Timer->singleTimer('1 September 201...') #3 /var/www/html/web/cms/wp-includes/shortcodes.php(325): Fergcorp_Countdown_Timer->shortcode_singleTimer(Array, '', 'fergcorp_cdt_si...') #4 [internal function]: do_shortcode_tag(Array) #5 /var/www/html/web/cms/wp-includes/shortcodes.php(199): preg_replace_callback('/\\[(\\[?)(fergco...', 'do_shortcode_ta...', '[fergcorp_cdt_s...') #6 /var/www/html/web/app/plugins/timber-library/vendor/twig/twig/src/Environmen in /var/www/html/web/app/plugins/countdown-timer/fergcorp_countdownTimer.php on line 805
I am running apache + php7.2 in a docker container.
In a changelog from 2013 you wrote ‘removed cal_days_in_month’ but there’s still one call to it left in the code.
]]>Hi,
Very good plugin, thank you!
How can I alter the plugin’s display from ‘hours’ to ‘hrs’ and ‘,’ to ‘|’ for example?
Hey Andrew! Thanks for this simple and effective plugin! Unfortunately however, it is static on my banner ?? It works in the backend through the plugins panel, but for some reason not on the front end.
Could it be a javascript issue? Something to do with no java in the footer? I havent a clue. Any guidance would be appreciated thanks!
I’m using shortcode: [fergcorp_cdt_single date=”Wed, 31 Oct 2018 23:59:59 AEST”]
Also do you have any clues on the CSS I would use to remove the underline?
I thought I could use:
.wpfront-notification-bar .fergcorp_countdownTimer_event_time {
border: none;
}
or
.fergcorp_countdownTimer_event_time {
border: none;
}
but it doesn’t do me any favours :/
Thanks,
– D
]]>Installed and tested successfully on WP 4.9.7 with PHP 7.2
]]>Hello everyone!
First, I would like to thank the developer, Andrew Ferguson, for this plugin! It is wonderful! Very simple counter, indeed.
However, is there any way to remove the double dotted lines and also disable the onHover feature? I have already tried including this code in my style.css, but it did not affect it at all. I am using the latest version of WordPress and also the latest version of this plugin.
.fergcorp_countdownTimer_event_time {
border: none;
}
Thank you very much, everyone! I am hoping that there is an option to disable these to features.
]]>I’m using something like this:
[fergcorp_cdt_single date=”15 Aug?2017 1:59″]
and it looks great, but I’m having trouble getting rid of the timer underline.
So, I tried making these changes in CSS:
.fergcorp_countdownTimer_event_time {
border: none;
}
.fergcorp_countdownTimer_event_time {
border-bottom: none;
}
And I tried adding !important as well. No luck.
Any help appreciated!
]]>I have installed PHP 7.0. When I run the PHP compatibility checker plugin, it complains about wp-content/plugins/countdown-timer/index.php beeing empty. While this is a trivial problem, it can be easily resolved by inserting an empty PHP statement into that file:
//Silence is Golden, Colorado
<?php
?>
]]>
On our site worldparliamentnow.org, we can set the time to show the correct number of days left with the Countdown Timer widget, but when we use the Countdown Widget widget, it has a completely different number. We don’t know where the problem is.
]]>Hi,
Tried this to add GA tracking to the countdown title links. Would be even more ideal to have a different tracking code for each of the timers…
Thank you,
Tom
====
<span style=”color:#ff0000;”>
<style type=”text/css”>
.fergcorp_countdownTimer_event_li {
display:inline-block;
margin:0 3px;
}
.fergcorp_countdownTimer_event_linkTitle {
color:#000000;
}
</style>
<script type=”text/javascript”>
$(‘.fergcorp_countdownTimer_event_linkTitle’).bind(“click”, function(){
ga(‘send’, ‘event’, ‘countdown’, ‘click’, ‘dtc500off’);
});
</script>
<ul style=”display:inline-block;list-style:none;margin:0 30px 0 0;font-size:11px;”>
<b>[fergcorp_cdt max=2]</b>
</span>
]]>Is there a way that when the timer hits zero to have it either disappear completely, say 0:00 or display custom text instead of counting upwards?
Any help would be appreciated, thanks!
]]>We have a need to have a clock displayed on a page that basically counts forward and displays:
years, months, days, hours, minutes, and seconds since say 1/1/2000.
Thanks,
Derek
Hello,
I pasted the following code:
CURRENT AUCTION ENDS IN: [fergcorp_cdt]
In to a “Call For Action Text” Section of my WP Website but only plain text appears.
When I use it in a post, it works perfectly fine.
Could you please help me figure this out?
]]>Where can I find the page to edit to change “No dates present” to something else when the timer expires?
Thanks,
Dan
]]>I have tried to remove the line under time and date with css as is mentioned in this forum but it is still there. How do I remove it?
I edited the css at /public/assets/css/public.css but it has no effect.
Thanks,
Dan
]]>Im on version 3.0.6 and i dont see any option to get updated to any newer version (if any)
i can only see 1 event, and when i try to add a second one (I did this before without any issues) i got a blank page after i hit save changes.
also, when i add second event, i dont see any option or button to add a third event…
thanks!
]]>Help. I am completely new to all of this. I am building my website and have installed a ‘coming soon’ plugin. My site is skilbey.com. You’ll see that the landing page shows a timer that I have no idea how to manipulate. When I first installed, the countdown started from 20 days, I think, which must be its default setting. When I go to ‘edit’ the plugin, it shows me code and I don’t know where to start and anyway, If I manipulate, am I in danger of screwing up other things within the site?
Are there easier plugins than this, for a novice like me? Should I just de-activate and find a friendlier plugin. I’d be so grateful for any help on this. I need more time to get my site ready. Thanks.
Hello,
Is there a way to alter the actual text of the countdown timer, specifically, to remove the commas from in between the words:
“2 months, 3 weeks, 1 day”
So I would like to know if it’s possible to remove the comma after months and weeks.
Thank you–I love how much you can customize your countdown plugin!
-Tina Kay
]]>Hello,
I have been able to use several of your resolved forum posts to customize your countdown timer on my webpage, but I have not been able to remove the shaded background and border around the countdown timer itself.
I saw a post that said to add the following to your css to remove the “wrapper” but when I inserted the css, nothing changed.
.fergcorp_countdownTimer_timeUnit {
white-space: nowrap;
}
Is there an alternate method to remove this? Any help is much appreciated.
Hi! This is a great plug in but I need it to be a bit simpler.
How do I make the countdown timer display inline, rather than having it display below a line of text?
For example, I would like to see:
There hasn’t been an accident in 32 Days and counting.
— and not —
There hasn’t been an accident
in 32 days
and counting.
Some help would be much appreciated. Thanks in advance!
]]>Hi there
I would also like to remove “in” pre-text before countdown? The code you previously gave is exactly the same as the code already there. Is there an update on this?
Thanks for your help in advance…
James
]]>I love this plugin, and I’m using shortcodes on events, but I really want to get rid of the dotted underline and hover.
I see this: “If you set ‘onHover Time Format’, hovering over the time left will show the user what the date of the event is.”
The problem is there is no setting to set or not set this.
Thanks for any help.
]]>Hi,
What’s the easiest way to remove the “in” pre-text before the countdown without modifying the plugin files? I’ve read over the documentation, but didn’t find a mention of this.
Thank you
]]>Hello,
I use this plugin now for my wedding page.
On the page I put it in like this:
Wedding starts [fergcorp_cdt]
Unfortunately it write then on the mainsite like this:
Wedding starts
*in 6 weeks 2…..
1. I don’t like the bullet point
2. I would like to have it in one sentence
3. the style of the countdown is not in the same style like normal paragraphs are formatted (although I marked the code as paragraph)
Can somebody help me with that issue?
Thank you so much in advance!
Kind regards,
Machoi
The plugin causes an error when dates are greater than 2038. I have seen this mentioned in the comments on your site but is there a fix for this? Here is the debug info.
]]>Fatal error: Uncaught exception ‘Exception’ with message ‘DateTime::__construct() [datetime.–construct]: Failed to parse time string (@) at position 0 (@): Unexpected character’ in /nas/wp/www/cluster-3156/resurfacr/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php:1222 Stack trace: #0 /nas/wp/www/cluster-3156/resurfacr/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php(1222): DateTime->__construct(‘@’) #1 /nas/wp/www/cluster-3156/resurfacr/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php(654): Fergcorp_Countdown_Timer_Event->__construct(false) #2 /nas/wp/www/cluster-3156/resurfacr/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php(968): Fergcorp_Countdown_Timer->singleTimer(‘January 1, 2100’) #3 [internal function]: Fergcorp_Countdown_Timer->shortcode_singleTimer(Array, ”, ‘fergcorp_cdt_si…’) #4 /nas/wp/www/cluster-3156/resurfacr/wp-includes/shortcodes.php(283): call_user_func(Array, Array, ”, ‘fergcorp_cdt_si…’) #5 [internal fun in /nas/wp/www/cluster-3156/resurfacr/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php on line 1222
How can I go from:
I was born
? 1 month, 6 days ago
to
I was born 1 month & 6 days ago?
I want to remove the li bullet and change the , to a &.
I also want it to appear on the same line as my I was born text.
Great app, first of all. It was exactly what I was looking for. Thanks for making it.
I was wanting to know how I might be able to change the look of the timer, so that the days that appear to the right of the number would appear over the numbers instead?
Thank you very much for taking the time to read my request.
]]>I have countdown timer version 3.0.5 installed. In this file fergcorp_countdownTimer.php we have had to comment out line 152 because it was changing the time of our wordpress edits to 5 hours in the past.
For example, if we edit a post, our edit would say ‘edited 5 hours ago’… it also changed the time for all other time-based plugins on our site.
However when commenting out that line, now the countdown plugin thinks that times in the future are actually 5 hours offset.
Our site is set to New York time zone.
]]>Hello,
I use the in text feature, [fergcorp_cdt_single date=”12/07/2014, 12:55pm”] for each instance. was wondering if there was specific css code to hide the words “hours”, “minutes”, “seconds” after the numbers in a specific single instance. Or to display only H for hours, M for minutes and S for seconds?
I also would like for the time to stop and not count the opposite way after reaching zero (either displays 0:00 or disappears).
Any help would be appreciated, thanks!
]]>