sctsystemic
Forum Replies Created
-
ok. Done
Forum: Networking WordPress
In reply to: Not accessing images in media library on subsitesHi Mark
Thanks for you comment. I tried that but it didn’t make any difference. Nor did the thumbnail option. I also tried changing the src code in the html to match the path (i.e. wp-content/blogs.dir/files etc. but that didn’t work either. I am assuming there is some kind of problem with the .htaccess but I don’t know what it is.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Days of Week IncorrectAll issues fixed plug in working fine.
Many thanks.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into oneMarking this as resolved.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into one@nickyoung
Hi Nick
Very sorry I spoke too soon. I’m not sure why but it is now working fine! Maybe took a little while to clear the cache. Thanks very much 3.07 did it for me.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into one@nickyoung
Hi Nick
Just updated to 3.07. Sadly the issue persists.I am only running the calendar on the widget in the footer. I don’t know if this makes a difference.
here’s a link to the site
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Heading for day of week is off@nickyoung
Hi Nick
I’ve installed the beta 3.06 and it’s displaying fine as regards the days of the week. Thanks!
I still have the collapsing two day events into one problem. But every little helps.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Heading for day of week is off@drbond100
the carbon change didn’t work for me either but this one did: courtesy of sylwwester: In the plugin foler (in wp-contents)in file
includes\calendars\views\default-calendar-grid.php after lines 226-228 which goes$week_starts = $calendar->week_starts;
$week_days_short = simcal_get_calendar_names_i18n( ‘day’, ‘short’ );
$week_days_full = simcal_get_calendar_names_i18n( ‘day’, ‘full’ );you can add this code:
$wds[0] = $week_days_short[6]; $wdf[0] = $week_days_full[6];
$wds[1] = $week_days_short[0]; $wdf[1] = $week_days_full[0];
$wds[2] = $week_days_short[1]; $wdf[2] = $week_days_full[1];
$wds[3] = $week_days_short[2]; $wdf[3] = $week_days_full[2];
$wds[4] = $week_days_short[3]; $wdf[4] = $week_days_full[3];
$wds[5] = $week_days_short[4]; $wdf[5] = $week_days_full[4];
$wds[6] = $week_days_short[5]; $wdf[6] = $week_days_full[5];
$week_days_short = $wds;
$week_days_full = $wdf;As I sa, it worked for me (though it’s only a temporary hack)
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Heading for day of week is off@nick young
No I wasn’t, it started with the update.
I found this fix from sylwwwester on another thread$wds[0] = $week_days_short[6]; $wdf[0] = $week_days_full[6];
$wds[1] = $week_days_short[0]; $wdf[1] = $week_days_full[0];
$wds[2] = $week_days_short[1]; $wdf[2] = $week_days_full[1];
$wds[3] = $week_days_short[2]; $wdf[3] = $week_days_full[2];
$wds[4] = $week_days_short[3]; $wdf[4] = $week_days_full[3];
$wds[5] = $week_days_short[4]; $wdf[5] = $week_days_full[4];
$wds[6] = $week_days_short[5]; $wdf[6] = $week_days_full[5];
$week_days_short = $wds;
$week_days_full = $wdf;
It has corrected the issue for me although I imagine it will get overwritten when a new update is published.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Days of Week IncorrectMany thanks for your fix. I’m running a Monday start on a GMT+1 (Madrid) set up.
It worked perfectly.Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Heading for day of week is offI have started with the days of the week problem after updating to 3.0.5. I am running a Spanish language site:
I want Lun, Mar, Mie, Jue, Vie, Sab, Dom (this is site default and in English would be Mon Tue Wed Thu Fri Sat Sun)
What I get is Mar, Mie, Jue, Vie, Sab, Dom, Lun (which doesn’t correspond to any default I know of and in English would be Tue, Wed, Thu, Fri, Sat, Sun, Mon)
Should I hack the .php or will this be fixed?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into oneHi Nick
Just updated to 3.03 but the problem is still there. Any updates?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into oneHi Nick
Just updated to 3.03 but the problem is still there. Any updates?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into oneHi Nick
Thanks for your reply. As it happens I don’t have that enabled at the moment as I deactivated while I was trying to solve the issue but it seems to be independent of that. What happens is that in the information which shows on the hover the event is collapsed in the two day events but shows correctly on three day events and longer (even though they all appear in the calendar only on the first day).
Interestingly another problem I had which was that events seemed to add an extra day on seems to have cleared up automatically.
I am also noticing that the “publish” command seems to have a problem and doesn’t register as operational unless I also click the “preview” button.
Thanks again for your interest.Forum: Networking WordPress
In reply to: Lost Super Admin after web attackHi David
Many thanks for the reply and the link. Fixed it!