fergbrain
Forum Replies Created
-
I’m going to be honest, this one baffles me. Can you provide a link to your website?
Forum: Plugins
In reply to: [Plugin: Countdown Timer] TranslatonWhat’s the issue you are experiencing?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, how to add events?I’m not quite sure what your looking for, but there is not an easy way (read as: you would have to hack the code) to modify the format of the output (except for the options provided).
Also, can you do me a favor and post a screen shot of the bottom of the page as you see it in Safari as well as the version of Safari you are using? I’d like to debug this issue.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, how to add events?That is the correct page. What are you entering into the “Event Date” field?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, how to add events?Events can be added and other settings modified in the Settings > Countdown Timer section of the Administration Menu.
Forum: Plugins
In reply to: Plugin: Countdown Timer – how to remove the prefix ” in “Forum: Plugins
In reply to: [Plugin: Countdown Timer] Underline Issue@dmbpj8: You’ll need to add the CSS code yourself.
Something along the lines of:
.fergcorp_countdownTimer_event_time { border: none;}…should work
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Underline IssueYou need to need to modify your theme’s CSS file, not the plugin itself.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Remove Box and ArrowPaul,
To get rid of the empty line is easy. Go to the Countdown Timer. In the “Display Format Options” area, delete the
<br />that’s in the “Title Suffix” area. Then save your options.You should be able to get rid of the the box and arrow by adding the following line to your CSS:
.fergcorp_countdownTimer_event_li {list-style-type:none; }-Andrew
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Countdown timer stopped working after updateIf you tick “Display ‘Time since'”, it will show dates in the past.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Widget Not Working After UpdateThere is a small bug that has been fixed. A new version will be released shortly!
Forum: Plugins
In reply to: [Plugin: Countdown Timer] TranslatonThere is a known problem with the translation. If you have JavaScript enabled, it will mask the issue for the time being. I’m currently working on fixing the glitch (it’s not complicated, just requires time…which is in short supply lately).
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Translation not working after updateThere is a known problem with the translation. If you have JavaScript enabled, it will mask the issue for the time being. I’m currently working on fixing the glitch (it’s not complicated, just requires time…which is in short supply lately).
Forum: Plugins
In reply to: [Plugin: Countdown Timer] What changed in 2.4.1?Sorry about that. I just updated the readme to include the latest changelog. It says:
= 2.4.1 =
Release Date: 4/4/2010* Standalone mode prevents li-element from being added when used in line. This also restores functionality that was in 2.3.5.
* Fixed event insertion bug where events may not be saved if the total number of events is larger than a certain number (I never did figure out what that number was…but it was probably around 4 or 5).
* Updated serialized output for the commented out file out serialized function.Also, in case you’re interested in the nitty gritty details, you can also checkout the Official Trac Revision Log: http://plugins.trac.wordpress.org/log/countdown-timer/
Forum: Plugins
In reply to: [Plugin: Countdown Timer] TranslatonThere currently is no bulgarian language support. If you would like to provide a translation, let me know.