Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] ical Google wont workYes; this is already fixed for the next release. Thanks for reporting!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Excerpt for postsYou can set how long the excerpt is allowed to be in the Advanced Settings: “Post excerpt length in characters”.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Double iconThe duplicates are coming from your custom CSS. Depending on how extensive your CSS customizations are, you can either edit your custom CSS file to remove the extra icons or you can switch to the default version shipped with the plugin.
To switch to the core plugin styles, go to My Calendar > Design and in the “Select Theme” dropdown, switch to
twentytwentytwo.cssin the “Installed Stylesheets” section.Looking at your site, I don’t think you have a lot of customizations in the custom file; it’s hard to tell, however, because the CSS is compressed using Autoptimize.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Excerpt for postsYes; you can use
#post#.I’ll have to investigate that. I don’t have an answer at the moment. I’ll follow up once I’ve learned something useful!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Bluesky no images in feedIs the image in question larger than 1 MB? Bluesky has significantly smaller allowed images than X or Mastodon, and images that are too large are just ignored at the moment.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Google MapI can see the colors; they’re in the category key, and also showing up on the events. However, every event appears to be in multiple categories. My Calendar only shows one color for each event, depending on which category is primary. It looks like all of your events have ‘General’ as a primary category and a secondary category.
Forum: Plugins
In reply to: [WP Accessibility] Ensure text remains visible during webfont loadYep. No problem! Committed.
Forum: Reviews
In reply to: [WP Accessibility] Very Useful PluginThank you!
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Rate limiting not working?Is there any rate limiting going on at all, or is everything being posted?
I’m wondering whether the problem might be with rate limiting just *not happening*, or if it’s a problem where the rate limits are being reset in some way other than how they should be, resulting in irregular posting.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Google MapLooking at the site, it doesn’t seem like any of the My Calendar custom CSS variables are present; that will prevent any of the color changes from being visible. I can see that you’re using a plugin that does a lot of script and CSS customizations for speed, NitroPack, so it’s possible that has something to do with it.
The simplest thing to do would probably be to add a filter to the core WordPress function
wp_is_mobile()that adds logic to define tablet user agent’s as being mobile.Doing server-side detection of different environments can be tricky, and My Calendar just uses the internal WordPress logic to check that. You can also use the My Calendar filter
mc_is_mobileto customize only how My Calendar uses that function, to prevent other possible side effects from other uses of the core function.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Mini Calendar Widget IssueThe default height of cells in the mini calendar is to fit the contents; you can apply custom styles to increase their height to a standard height using custom CSS. This is the default behavior of a table, so that’s why it happens with styles disabled.
This is actually a WordPress core issue; it’s being tracked on the WordPress core ticketing system. It’s scheduled for WordPress 6.7.1, which is currently expected for release on Thursday.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] my-calendar page is now blankLooking at it right now, it appears to have the calendar displayed. Are you still not seeing it?