pander
Forum Replies Created
-
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 3 years, 5 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.