Joe Dolson
Forum Replies Created
-
No, I’d say they don’t integrate seamlessly, because My Calendar only uses posts (the common WordPress data type) indirectly. There might be a way to work that out, but it’s unlikely to be something I’ll be able to get to soon.
I’ve added an issue about this in Github, though, so I can track it.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How to add videoYou can use the ‘Add Media’ button and insert a video from there, if you’re loading video files. But, I’m noticing that the oEmbed filters aren’t executing, so I’m guessing you’re having an issue with embedding from external sources, like YouTube. I’ll get that fixed in the next release.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] There are 3 events to repeatHave you tried using recurring events? It seems like that would be the solution to your issue, but I may not be understanding the issue correctly.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Small typo on template design screenThanks for noting that! Fixed for the next release.
Thanks for following up!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Locations repeating with every postThere’s a tool for removing duplicates; it’s documented in the Screen Options on the Locations page. That’s a better way of removing duplicates, because it updates any events that have the removed duplicates to set their location to the version you retain.
The tickets link doesn’t have any awareness of whether or not tickets are currently available for sale; it’s just a generic link to how that venue handles ticketing. You’d probably be better off adding ticket sales links in events at the location, when those events have sales available, given what you describe.
Thanks for following up!
Well, it certainly should be – but if you’re still experiencing the problem on the latest release, let me know.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] ICAL Feed Error 404The iCal subscription contains whatever events you’ve added in the last 7 days; it’s a subscription, intended for somebody to add it to their calendar and then allow it to re-poll the subscription endpoint every couple of days to fetch any new events.
If you’re looking to download the events in the view, you want the ‘Export’ option, instead.
It looks like you have the calendar styles disabled. That’s an option, but if you choose it, then you’ll need to style everything yourself, including event behavior.
Can you share a link?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Formatting issue on calendarThat’s a style collision with the CSS in your theme; you can see the theme’s styles on line 1210 of
/wp-content/themes/Molti/styles.cssBasically, the theme and the plugin are using the same class for styling, and interfering with each other.
You could add a class in custom styles like
.mc-main .open::before { display: none; }Forum: Plugins
In reply to: [WP Accessibility] Plugin adds a Log Out on admin toolbar?Thank you!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Translation correctionYou can suggest translation changes in the WordPress.org translation environment: (linking directly to examples of the term ‘Event’ in the source language.)
I don’t have any direct access to update translations, but I can try and contact language editors to get things approved.
Forum: Plugins
In reply to: [WP Accessibility] Plugin adds a Log Out on admin toolbar?Option added in version 2.1.12.