Problem with My Calendar under Minimal Muse in Dutch
-
I noticed that when I added My Calendar to my website, the Fridays column in the month view was very different from the other weekdays.
It took a bit of searching but I traced the problem to this bit of the cell code for that particular table:
<td class='no-events vrijdag <span style="text-decoration: underline;">vr</span> past-day past-date no-events day-with-date'>
The abbreviation “vr” is the short name for Friday in the Dutch language and the <span style=”text-decoration: underline;”>vr</span> class is defined in the css of the Minimal Muse theme (which I don’t want to get rid of) but this is causing the look of those particular cells to be way off. Very annoying.
The static css of the My Calendar plugin does not seem contain any definitions for vr but it could be generated dynamically somehow. I’m pretty sure this class tag is generated in the My Calendar code somewhere but I don’t know where (yet).
I may be able to fix it in my install but then it has a good chance of getting wiped at the next update so if (and that’s a big if) I manage to fix this I’ll post it here for review and hopefully it will be merged into the next update. If (more likely) I don’t manage to find and fix this I hope someone will post a solution here.
- The topic ‘Problem with My Calendar under Minimal Muse in Dutch’ is closed to new replies.