AdrianB
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Accessibility for HTML5 playerDuring a accessibility review we got this comment about the player:
This element has no name and no role that is available in code.
I’m no expert on a11y but from what I’ve read the role could either be “group” or, if the player is more advance, “application”. And some aria label to describe the player. When I asked my friend ChatGPT about it, it suggested more labels on controls like this:
<div role="group" aria-label="Audio Player">
<button aria-label="Play">▶</button>
<button aria-label="Pause">⏸</button>
<button aria-label="Stop">⏹</button>
</div>Also, better keyboard navigation of the controls. At least in our use it does not work.
Hi again! I was going to test this but I didn’t have to, since it works now! I don’t know what changed since I hade the original problem, but I never had to change the precedence, something else caused the issue and is not any more. It could be something in my code or an update of a plugin. Anyway, I’m happy to report it works as intended now.
I register the post type in my theme. I haven’t looked at loading order, yet. But it’s good to know that they should appear.
That was what I meant; I’m already using that setting for my custom post type. But those posts are not showing in the menu of Castos Player Block.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] No episodes in Castos Player BlockForum: Themes and Templates
In reply to: [Davis Blocks] Closing mobile menu on anchor links(For anyone looking for this, it is already fixed in Gutenberg last year, I assume it will come to WordPress core in version 6.2).
Forum: Themes and Templates
In reply to: [Davis Blocks] Closing mobile menu on anchor linksNevermind, it is part of the navigation block, not the theme, my bad.
I second this request. Especially messages like this that pops up all the time even though you are not using any of the QUIC.cloud services:
All QUIC.cloud service queues have been cleared.
Well, I’m the theme developer 🙂 and now that you made me look closer I saw that I complete missed that the theme was part of the stack trace (step 3). I thought I checked that every path lead to plugin files, but apparently not.
I’m not even using The Events Calendar right now, but I had some functions that called
remove_actionon some The Events Calendar hooks, if thetribefunction existed. I’ve now removed those calls and the fatal error is gone. Thanks again for the responses!- This reply was modified 4 years, 7 months ago by AdrianB.
Thank you! (I did i quick search earlier and couldn’t find similar issues, not here nor on Github, so I wasn’t sure if it only was my setup or not.)
Forum: Themes and Templates
In reply to: [Eksell] CSS triggers disappearing color in Safari 13Yes, without the transition it works just fine. Anyway, thanks for the quick feedback!
Forum: Plugins
In reply to: [LiteSpeed Cache] You will need to set Domain key to use the online servicesNot here to hijack the topic, but I had the same issue, got repeated notices about setting the domain key. Reading this topic I finally found what I think was my issue; the ”Generate LQIP In Background” was set to On (no idea why).
I would prefer if there just was an on/off switch on the General Settings to not use any of the online services, instead of having to hunt for some stray settings.
Forum: Fixing WordPress
In reply to: Only able to view/edit slug of CPT if publicly queryable is trueAh, thanks. Makes sense.
(I thought it was new and only was related to Gutenberg at first and then my searches for answers failed, but I now understand that it has been this way all the time.)
Forum: Fixing WordPress
In reply to: Only able to view/edit slug of CPT if publicly queryable is trueNever mind, I thought this was related to Gutenberg but it’s not.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Missing field “id” in Breadcrumbs on Google Search Console@trishak I understand that you found this by Google, but since this is a forum specifically for support questions regarding the Breadcrumb NavXT plugin it is not unreasonable to assume that people are actually aware of it, right?