fergbrain
Forum Replies Created
-
The best place to do it would be between lines 522 and 617. The
$svariable is where the output string is built.You could modify, for example, the code from something like:
$s .= sprintf(_n("%d minute, ", "%d minutes, ", $resultantMinute, "fergcorp_countdownTimer"), $resultantMinute)." ";to
$s .= '<span id="fergcorp_countdownTimer_min">' . sprintf(_n("%d minute, ", "%d minutes, ", $resultantMinute, "fergcorp_countdownTimer"), $resultantMinute)."</span> ";Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, How to add events? Part Deux@agentpete: What happens when you click the “Save Changes” button at the bottom?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Seperate eventsThat functionality was removed in favor of using CSS. What are you trying to do?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, how to add events?@thadude: Can you please provide the steps needed to reproduce the issue and a screen shot of what you see in your web browser?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, how to add events?@thadude: What is your issue?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, How to add events? Part Deux@agentpete: Let’s start with a screen shot. Also, can you post the contents of View Source (you can use something like http://pastebin.com/)?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, How to add events? Part Deux@bbkdesign: What other plugins are you using?
Have you tried disabling all other plugins and seeing if the problem is still present?
What version of WordPress are you using?Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Er, How to add events? Part DeuxWhat web browser are you using?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] works with wp e-commerce plugin ?I’m not very familiar with the WP e-commerce plugin. My guess is that it doesn’t parse shortcodes correctly. I’m not able to offer free help for this type of problem, however if you wish to hire my services, please let me know.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Day – days (danish)This is an error in the translation file. I have created a ticket to address this in the next release: http://plugins.trac.wordpress.org/ticket/1223
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] CSS instructionsI assume you mean
<br />.The short answer is no, not very easily.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] CSS instructionsYou can add it to style.css:
.fergcorp_countdownTimer_event_time { font-weight:bold; color:#C00; }Can you be more specific about the actions you are taking so I can attempt to replicate the issue?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Incorrect plural displayedAh yes. Internationalization has been a bit tricky to get right.
The biggest help would be if you could share your updated PO file.
There is a JavaScript specific issue that I am aware of, although I made a ticket to formally track it: http://plugins.trac.wordpress.org/ticket/1187
The issue is that there are not any native JavaScript functions that easily allow the complex type of pluralization that is required.
@cubecolour is correct and wins the awesome award for tech support excellence