Joe Dolson
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Sorting issueThanks for reporting! I found the issue; and it was really simple: a typo. I’ll get an update out tomorrow.
Forum: Plugins
In reply to: [WP Accessibility] Skipping number order woocommerceDo you mean that with the plugin enabled, orders aren’t created in the correct sequential order, or that some of the orders are being skipped in the display?
That sounds *extremely* strange; WP Accessibility really doesn’t do much in the admin, and I have no idea what might trigger that. I tested the second possibility, and couldn’t reproduce it in my own environment.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Creation of pages linked to eventsCan you give me more detail? I’m not sure what you’re describing.
Your staging site returns a 404, so I can’t take a look.
At a guess, you’ve got a duplicate ID, but without seeing the site it’s hard to guess.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] My Calendar Grid View not showingThe grid only shows up if the container is at least 620px wide; your container is only 530px wide. This is because of the responsive behavior of the calendar.
You can disable this by adding the attribute
class="disable-responsive"to your shortcode.The transcript is already container-able, by adding a the
data-transcript-divwith a value that points to a div with that ID somewhere on your page.The sign language container doesn’t have an equivalent, however; which it probably should.
Forum: Reviews
In reply to: [My Calendar - Accessible Event Manager] Great WP workhorseThank you! I really appreciate your comments.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Title is displayed wronglyThanks for reporting! I can see how this is happening; there’s a string replacement if
:is at the start of an event title (which happens on all day events if there’s no text assigned to represent all day events), but it’s replacing all occurrences of:, which is obviously a problem if that’s in the event title.I’ll ship a fix for this!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Uncaught TypeError: array_merge()Thanks! I didn’t account for the possibility that
my_calendar_draw_events()can return a boolean, which will then yield null here. Will push out an update shortly.That’s kind of strange. The definition of the
ableplayervar is present on your site, in the place where I would expect it. But it hadtype="text/plain", and two data parameters added to it designating it as ‘marketing’ and ‘youtube’. That tells me that Complianz is messing with it in some way. After I accepted cookies, the data variable went away entirely.So this seems like an issue with Complianz. I can play around with that and try and see what it’s doing and why.
Just released the next version, which now only loads the Vimeo player resources if you’re sourcing videos from Vimeo, or have chosen to enable it globally.
Are you using
my_calendar_upcomingwith no arguments? I changed how some of the argument defaults are sourced, but I wouldn’t expect it to change anything explicitly assigned; if it changed a default, however, that could be on me.If you can let me know what the arguments are you’re using for the shortcode, that would be useful.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Gutenberg Block?Set the shortcode to type=”mini” and you’ll get the same output as the mini calendar widget.
Forum: Plugins
In reply to: [WP Accessibility] Does not go to submenu – keyboard navigationYeah, it looks like the problem is in the theme. WP Accessibility as adding a focus style, but there isn’t much of a practical way to make an inaccessible menu accessible. Every implementation is different, and the labor to do that is very high. I’d have to add individual handlers for nearly every theme.
If you have an option to swap out the theme’s menu for some other Elementor navigation menu, that might fix your issues.
But if I look at the events that the theme has attached to the menu, there are no events on
focus, so there’s nothing to handle making the menus visible if the top level item gets focus.Forum: Plugins
In reply to: [WP Accessibility] Does not go to submenu – keyboard navigationWP Accessibility will add an outline on focus, but it can’t make unfocusable elements receive focus. Can you share a link? I probably can’t address this in the plugin, but I may be able to tell you what’s happening.