Joe Dolson
Forum Replies Created
-
This is being caused by some custom styles you have inline. The styles are these:
h2#mc_head_my-calendar span, div.mc-date-container, th.day-heading.fri, td.no-events, .date-wrapper, .mc-title > span.event-time, .mc-events-link, span.event-time { display: none; }The specific part that’s relevant is highlighted:
td.no-eventsis applied on any cell that doesn’t have events, and that cell is hidden. When you switch to only displaying Kinomichi events, the other three cells are hidden, so the Tuesday cell slides over to the left to take up that space. The correspondingthheaders are *not* hidden, however, so it’s no longer aligned to it’s parent.I’d recommend against hiding the empty cells; it can have some unpredictable behaviors.
That seems really strange. I’ve never had that experience, and I’ve never had a report of it, either – so it seems like something very unusual. I’ll look at the code path and see if I can find a possible reason for it; but you may also want to try disabling other plugins just to see if this is some kind of strange plugin conflict.
I think your best path is to add some custom CSS to handle this. This isn’t something I’d try to handle in the plugin; there’s no way I’d know what to target. My Calendar just doesn’t set colors for anything outside of its own content.
Add this:
.single-mc-events #main-content { background: #fff; }Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Open External Links in New WindowYou can create a new custom template at My Calendar > Design > Templates with the template
{daterange} {time} – {endtime} <a href="{link}" target="_blank">{title}</a> > {location}You’ll then get an encoded string you can use to reference that template. You can’t do complex templates inside a shortcode, because the nested quotes quickly get unmanageable.
You *should*, for accessibility, also add text that notifies the user that the link will open in a new tab.
That’s the event date that you’re viewing. I think you’re using the calendar a little strangely – it seems like you’ve placed all of the additional dates of your services inside the content of a single event that occurs on June 9th?
You can remove it by editing the template or the CSS; but if you’re just going to post all of your dates directly in the content, you don’t really need a calendar plugin at all; you could just paste the same information in a Page.
Yes, the complimentary colors to the chosen category color are automatically toggled between black and white depending on what will yield the better color contrast. So yeah, you’ve probably nailed it!
If you’re enjoying the plugin, giving a review is always appreciated! No obligation, of course.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Open External Links in New WindowI see that you’re using the upcoming events list to display your events; and it looks like you’re using a custom template to display the link. What’s your template? That link doesn’t have the
externalclass, and I assume that’s because the code isn’t being generated by My Calendar.Can you share a link?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Open External Links in New WindowThe AJAX navigation I’m referring to is the calendar navigation; it won’t impact your theme. Go to My Calendar > Design > Scripts and uncheck that option.
Can you share a link that I can look at?
Forum: Plugins
In reply to: [WP Accessibility] Font size increase not working in latest versionWell, if you can’t switch to 2.1.9, there isn’t really anything I can learn from the site. I have no other similar reports, so I don’t really have anything to go on – but thanks for mentioning it, so I’ll be aware of it.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Expired EventsNo problem! Thanks for following up.
In that case, it’s got to be a different issue; but not one that I’ve seen. Could be caching related; have you cleared any caching you have?
This appears to be specific to My Calendar Pro, so I can’t answer the question here; please make a support request for My Calendar Pro and I can respond there.
It looks to me like you’ve resolved this issue; if not, feel free to open a new ticket.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Open External Links in New WindowI updated the FAQ and the script so that it’s more up to date. Thanks!