fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] I canForum: Plugins
In reply to: [Countdown Timer] The countdown-timer won't let me add anymore dates.Can you send me a screenshot of what you see?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] insufficient access?Hmm..curious. Can you capture a screenshot and post it?
There is currently no way to do this (unless you want to do some javascript manipulation ). I’ll take it into consider for next time. You are also welcome to sponsor the development if it’s a feature you need sooner rather than later.
Track the issue here: https://github.com/fergbrain/countdown-timer/issues/18
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] onHover QuestionThat is a bug!
You can track the issue here: https://github.com/fergbrain/countdown-timer/issues/17
That would be awesome! Do you know how to use GitHub? If so, I think the best way is to fork the project (https://github.com/fergbrain/milestone) on GitHub and then create a Pull Request (https://help.github.com/articles/fork-a-repo). You send the Pull Request I can merge it back into the mainline version!
I’ve never actually done it that way before, but my hope has always been that by having the code on GitHub people would do that.
If that’s too complicated, we can always do it the old fashioned diff-file way.
Let me know what works best 🙂
I think I’ve found the solution to this. There is a bug, it will be resolved in the next version.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsFor anyone else who has this same issues:
Bad news: there’s a bug. The basic gist of the issue is that PHP made some slight tweaks between version 5.2 and 5.3 with the DateTime class. Comparison operators are supposed to work, but apparently an extended class does not inherit the ability to use the comparison operator.
I’m going to write it up and get this fix in the main release soon, so when you update to the next version you should not have the same problem.
Forum: Themes and Templates
In reply to: How do I download the "Forever" wedding theme?@luisgentill: I couldn’t find the Milestone plugin either. I ended up making a clone of it, which I also put up in the WordPress Plugin Directory: http://wordpress.org/extend/plugins/milestone/
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsI should have looked at the time stamp, it’s probably that the error was from an earlier version you had installed.
I’m not sure what else to recommend. I would be happy to take a look at it personally if you want to contact me offline with a username/password: http://andrewferguson.net/contact/
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsSo that’s weird. Version 3.0.3 does not use array_key_exists. In fact the last version to use array_key_exists is 2.4.3.
Can you please verify again what version of Countdown Timer you have?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsIn your /wp-admin/ folder, there should be a file called error_log. You can either send me the whole thing, or try and read through it for something along the lines of:
[09-Aug-2012 21:12:53 UTC] PHP Warning: DateTime::getTimestamp() [<a href='http://www.php.net/manual/en/datetime.gettimestamp.php'>datetime.gettimestamp.php</a>]: The DateTime object has not been correctly initialized by its constructor in /home/domain/public_html/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php on line 1262That will help identify the specific error.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsWhat version of PHP are you using?
@chegfoot…any update?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Cannot Create Multiple EventsStill not working. Here’s what I see: http://i47.tinypic.com/2hx1xdi.jpg