yetanotherpunter
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Danish months?SOLUTION – but its not neat.
See post above, and insert a ‘setlocale’ arround line 49.
Hurrah!
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Danish months?Ok so i now have a partial fix for the displaying the months at the top of the callendar in another language.
Modify line 187 to say
jQuery("#ics-calendar-header-text").html("' . strftime( "%B" , strtotime($today['month'])) . ' ' . $today['year'] .' "); ';
This works for the the first time the page is loaded but months revert to english when you browse next or previous months.
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Danish months?Ok so on the callendar the month name is gennerated by line 187 of cal-functions.php
jQuery("#ics-calendar-header-text").html("' . $today['month'] . ' ' . $today['year'] .' ");
I dont know jQuery at all and cannot find a ‘Date,’ ‘Today,’ ‘month,’ or ‘year’ function in any of the jQuery files bundled with the plugin.
I believe that it is in changing this line that our solution is found but i cant seem to think how.
Anyone got any ideas?
Ben
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Bubble is behind tableSorry problem sorted. A problem with conflicting CSS on my end, sorry.
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Danish months?Thankyou so much this works well for me, except that it does not put the month in my language. It changes the days, and the details pop up box but the month remains in English. I cannot see where the code is to change it.
Am i Just being thick?
Ben
URL is https://eglise-reformee-mantes.org//wordpress/?page_id=101
Thanks kanonen80 that worked for me.
has anyone got issues with the poppup being behind the date lines of the table?
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Danish months?I love this plugin, it is a real Godsend but I, too, have this problem.
Did you find a solution?