fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Countdown Timer] Basic Set-Up Help…Can you provide a link to your site with the page in question?
Forum: Plugins
In reply to: [Countdown Timer] The plugin stay in englishHave you configured WordPress to use French yet? http://codex.wordpress.org/Installing_WordPress_in_Your_Language
Forum: Plugins
In reply to: [Countdown Timer] How to move the title to appear AFTER the countdown timer?Easily? Not unless you have some PHP experience.
The code in question is part of the formatEvent function (circa line 722).
It can be hacked to do what you want. If you’re interested in customizing the code, I offer my services for a nominal fee.
Forum: Plugins
In reply to: [Countdown Timer] Adding "Open in new window"Thanks for the idea. I’ve added it to the list: https://github.com/fergbrain/countdown-timer/issues/27
Forum: Plugins
In reply to: [Countdown Timer] Loop or reset countdown ?Hi, unfortunately there is no support for recurring events.
Forum: Plugins
In reply to: [Countdown Timer] Screen goes blank when I click "Save Changes"Just released version 3.0.6…should resolve any issues.
Forum: Plugins
In reply to: [Countdown Timer] PHP 5.4?Just released version 3.0.6…should resolve any issues.
Forum: Plugins
In reply to: [Countdown Timer] PHP 5.4?This is a known issue, I’m working on rewrite to resolve the issue.
Forum: Plugins
In reply to: [Countdown Timer] Screen goes blank when I click "Save Changes"I’m working on diagnosing the issue, can you confirm what version of PHP you have?
Forum: Plugins
In reply to: [Countdown Timer] Change the Time Zone to Mountain Time@andrea.petrucci.1975:
The plugin itself uses the timezone set my WordPress. How are you determining that CEST is being used?
Forum: Plugins
In reply to: [Countdown Timer] Translation brokenI just need the po file. You can post it as a Gist at https://gist.github.com/
Forum: Plugins
In reply to: [Countdown Timer] Little correction in italian translation in 3.0.5Forum: Plugins
In reply to: [Countdown Timer] Little correction in italian translation in 3.0.5Thanks for the catch! I’ll include this in the next update.
Forum: Plugins
In reply to: [Countdown Timer] is running several timers possible?You can create individual countdown timers on specific pages by using shortcodes: http://wordpress.org/plugins/countdown-timer/installation/
At this time, the format is uniform for all countdown timers. I like the idea though and will include it for consideration in the next version.