Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar not visibleAh, well – that could definitely cause issues! Glad you got it figured out!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Duplicates on import?I can’t really provide support for Pro in these forums, per the WordPress.org support rules; but if you want to ask questions, feel free to contact me at https://www.joedolson.com.
For exporting events, there’s an exports API that you can enable in the free version that can be used to get your events in a variety of formats. You may want to wait on version 3.7, which is coming with some improvements to exports, though.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Month view completely brokenI can see the grid on your site, and I can see that the event titles are expanding beyond their available space. In a space that small, displaying the full grid is going to run into problems no matter what you do – but you may want to hide the category icons and adjust the CSS to allow word breaks in the titles. That’s still not going to be great, though, since you’ll only get a handful of characters per line.
But I’m not sure at this point exactly what you’re asking for. The navigation seems to be working normally.
These issues happening with a change from 3.5 to 3.6 makes more sense; that’s a major update, and most likely at least part of the issue was cached CSS or JS.
Thank you! I appreciate that.
For 3.7, I fixed a bug with time zone handling in fetching events for upcoming events; this may fix your issue. You can download the beta of 3.7 from https://www.joedolson.com/2025/12/my-calendar-3-7-0-beta/ if you want to try it out.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Duplicates on import?There’s really no mechanism for importing and exporting events in the free version, so I’m not sure what you’re suggesting doing, precisely.
This is definitely something that can be difficult to manage – how many events out of date are we talking about? If it’s just a handful, you might be best off manually re-creating them.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Calendar not visibleCan you share the debugging information from My Calendar > Help > Get Support?
Forum: Plugins
In reply to: [WP Accessibility] Site Performance and AJAX RequestsIt depends on how you have stats collection configured. If you have it configured to collect stats for all users, that could definitely be a high volume of requests. I would generally only suggest that setting be used occasionally, as a means to broaden the stats collection and get a better overview of what the plugin is doing on your site.
See https://docs.joedolson.com/wp-accessibility/2023/11/16/wp-accessibility-statistics/
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Missing Calendar PageDid you move the original calendar page into the Trash? I could imagine that My Calendar would fail to create the page if it was already present, but not published.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Month view completely broken@szsemla The changes between 3.6.15 and 3.6.16 were very minor, so it seems unlikely that the version change is causing this. But if you can share a link to the site with 3.6.16 active, I can try and see what could be going on.
This may relate to the page being protected; it looks like only Firefox is treating the page fetch as being in the same session, and the others are being blocked.
What are you using to protect the page?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Upcoming Events ShortcodeFixed a bug where the base time for upcoming events used UTC time instead of your current time zone; that should help. It does include events from the current day by default, but it based that on the wrong starting time.
The event titles are automatically parsed to have appropriate color contrast against whatever their background color is, based on the category color settings. If you want to control the event title colors independently, you’ll need to disable category colors at My Calendar > Categories.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Different view in widget?Each view can be customized as you need. The default view can be set in the calendar settings on your calendar page, and the widget view is independent of that.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Link from event page not workingYes, it was a logic change that broke this. Fixed; will release as soon as I can.