pander
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Support language codeThank you very much.
Meanwhile, I think this is a more complete approach in the settings for hCaptcha (and reCaptcha). Replace the empty choice at the top of the list of languages to select with the choice: page language
Add some text that explains that this will use the language from HTML page (as found in e.g. <html lang=”en-US”>, <html lang=”en”>, <html lang=”nl-NL”>, <html lang=”nl”>, etc.).
Implementing this will render the captcha in the correct language on multilingual websites without having to force the captcha to a specific language via the shortcode.
Overriding this (in all cases) would be adding language as an option in the short code as described above. Implementing this gives the user additional freedom when needed. Most users, including myself, would be already helped with the “page language” above.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Support language codeLooking at the code, the shortcode only supports theme and size currently.
The question above is important for multilingual sites.
Forum: Plugins
In reply to: [amr ical events lists] Show day of week in widget with listtype 4Yes in /wp-admin/admin.php?page=manage_event_listing&list=4 where I used “D,\&\n\b\s\p\;j\&\n\b\s\p\;M” for Day. Thanks.
One thing I’ve noticed is that the translation for Field EdnDate Before to Dutch should not be “naar ” but “tot “.
- This reply was modified 4 years, 12 months ago by pander.
Forum: Fixing WordPress
In reply to: getting rid of hyphenation in Twenty-ThirteenEnabling and disabling hyphenation should be a setting in wp-admin/options-reading.php which is set by default to none. Can this feature please get implemented?
Forum: Themes and Templates
In reply to: Twenty Twelve: Word-Break IssuesCould WordPress please offer a general option to enable/disable hyphenation?
Forum: Plugins
In reply to: [ICS Calendar] [Plugin: ICS Calendar] Time Zones/Daylight Savings TimeTemporary and very very bad workaround that doesn’t take daylight savings into account. Add these lines after line 218 in ics-functions.php (foreach ($events as $event) {) to deduct one hour:
$event['StartTime'] -= mktime(1, 0, 0) - mktime(0, 0, 0); $event['EndTime'] -= mktime(1, 0, 0) - mktime(0, 0, 0);Forum: Plugins
In reply to: [ICS Calendar] [Plugin: ICS Calendar] Time Zones/Daylight Savings TimeI have the same problem. ICS Calendar shoud respect time zones which are in the .ics file.
Forum: Plugins
In reply to: [feedgator] [Plugin: feedgator] ImprovementsThanks, I already managed to implement the changes myself but hoped you could offer them in the next version too.
For multiple feedgator widgets in widgit areas I had to fork the plugin and do some search-and-replacing in order to enable that (very ugly ofcourse). Perhaps you could spend some extra work on that.
Forum: Plugins
In reply to: [feedgator] [Plugin: feedgator] Improvementsand:
– increase height of text area with feedsForum: Plugins
In reply to: [feedgator] [Plugin: feedgator] Improvementsand:
– place space in between title and date
– allow for custom date (re)formattingForum: Plugins
In reply to: [ICS Calendar] [Plugin: ICS Calendar] Improved event renderingAlso, custom event format is broken at the moment. Please fix this and implement improved default as discussed above.