Piv56
Forum Replies Created
-
Thanks,
That gives me the full width of the line which is OK for now as I may make the Weekly Agenda view default if I can work out how to shift the time frame from 15:00 – 22:00. I think I’ve already seen a post on this.
Many thanks
Andrew
Many thanks for the “Blitz schnell” replies. I have added both tweaks to the Divi 3 custom CSS but can see no change?? I’ve checked that the new CSS is in the page and tested with IE and Chrome.
Maybe something in the Divi 3 CSS is overriding?? Spent most of yesterday afternoon “learning” Divi 3 and don’t want the time and expense of having to familiarise myself with another theme that support FR!
Thanks
Andrew
Forum: Plugins
In reply to: [Archives Calendar Widget] Simple monthly calendar in 3 languages??Uhm, SpringoOo, please open a new topic if you want to discuss another problem. That said, I don’t understand why anyone would want to use a plugin like WPML? Yes it may create a nultilingual looking site but machine translation is really the pits.
Back to my problem. Yes I looked at your languages folder and decided I ought to us fr_FR instead of fr_CH. I then looked at your code, didn’t make much sense bur I think you are using a local variable “arwloc” for the locale?? So I then tried to set this variable as follows.
<?php
add_filter(‘arwloc’, ‘override_locale’);
function override_locale($arwloc)
{
return “fr_FR”;
}
?>Trouble is the PHP I am trying to get executed on the fly is visble in the page source so I’m goung to have to find a way to hack your code. My pages all have a category attached, either “en”, “fr” or “de”. I already use this in the header.php to change the header text, so I’m hoping I’ll find somewher to change your code??
Thanks
Andrew