Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Accessibility] shortcode toolbar stopped workingThis should now be resolved.
My Calendar doesn’t have a mechanism to automatically delete events. You can bulk delete them in the admin, but there’s nothing automatic.
My hands are somewhat tied about this one right now. I can update the dependencies, but then I’ll have to move the minimum PHP for My Calendar to PHP 8, because Spatie released this fix along with removing support for PHP 7.4. But in WordPress, PHP 7.4 is still about 17% of users, so removing that support is a bit premature. PHP 8.4, on the other hand, is only at 3%.
I’ll definitely make that update when those numbers move further, but right now it doesn’t make sense for me to choose to support PHP 8.4 and sacrifice users on 7.4.
How are you syncing to Google Calendar? What’s the specific endpoint you’re using to sync?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Host taxonomySee the tags for
hosthere: https://docs.joedolson.com/my-calendar/my-calendar-template-tag-index/Currently, the calendar is reporting as 403: Forbidden, so I can’t really take a look. My guess is that something is blocking access to those pages. It could be your host, in response to excessive bot requests – this has been a problem a lot, lately.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Modification événementThat looks like your theme is stripping HTML out of the title, so what you’re left with is the title of the SVG icon for the category. What you’ll need to do is turn off category icons: My Calendar > Categories, scroll to the bottom for category settings.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] “Protected” added to calendar nameFor the record, ‘Protected’ is a core WordPress function that’s added to any password protected page.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Turns gray and freezes on iPhonesI haven’t been able to reproduce this; but I don’t have an iPhone, so if it’s specific to that device, it could be something I just can’t detect. It doesn’t seem to be happening on my Android with Chrome.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] google calendar event and mycalendarThey aren’t linked; when you add an event to Google Calendar, it’s now an event in Google Calendar. There is no syncing between them.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Events are centered, not Top AlignedI can’t really make much of a suggestion based on what I can see in a screenshot, but it *kind of* looks like the second image is wrapped in
codetags. I can’t say for sure, however.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Next Month Doesn’t LoadThis appears to be working now; are you still having this issue?
Forum: Reviews
In reply to: [My Calendar - Accessible Event Manager] Nice plugin + small fixThe close button for the modal should already be translatable, unless I’m not looking at what you are. Can you be more specific about what you’re pointing to?
Forum: Plugins
In reply to: [WP Accessibility] Safari Bug – Plugin Breaks Position Fixed/Sticky ElementsPretty sure this is caused by
html { will-change: filter; }ina11y.css. Can you remove that and check?Is this still an issue? From your post, I can’t really tell exactly what I should be looking for. If it is resolved, let me know and I can mark the issue resolved.