winterstreet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Broken ARIA referenceThanks for getting back to me so quickly.
This page has the results of the WAVE tool https://wave.webaim.org/report#/https://kokoroinc.com/7marketingbasicsbook/
See this for an explanation about where the ARIA error is https://share.getcloudapp.com/llugkq78
Here’s a screenshot of the error https://share.getcloudapp.com/E0uRKkNw
When I click on the “reference” link in that screenshot, it shows this https://share.getcloudapp.com/NQu476Xd
I think when this part gets added for each slide: aria-describedby=”slick-slide04″ That there is supposed to be an ID somewhere on the page that is slick-slide04 which describes it. But my knowledge about accessibility is pretty limited myself. But this seems like a good explanation https://stackoverflow.com/questions/59633637/how-does-the-aria-labelledby-attribute-work
Thanks for your assistance.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Recurring ACH paymentsThanks. One more question for you… does the user enter their banking credentials to authorize the subscription? Or do they do the thing where two deposits are made and then they come back and enter the amounts to verify themselves? I’m guessing it’s the first option, but just checking in advance. Thanks again.
Thank you.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Timeline progress line goes past last itemSorry for the delay responding, I was away on vacation. I’m going to mark this resolved only because they are happy with how it looks with the css change. Thanks for your assistance.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Timeline progress line goes past last itemI hid the line with CSS for now. Also changing the progress bar color to clear in the editor didn’t work just so you know.
Forum: Plugins
In reply to: [Event Organiser] PHP function causes menu changeI figured this out in case it helps someone else.
I replaced the line:
if ( !is_admin() && is_post_type_archive(‘event’) )with:
if( $query->is_main_query() && !is_admin() && is_post_type_archive( 'event' ) )Forum: Plugins
In reply to: [Event Organiser] Mystery menu showing in archive-event.phpThe template was pulling in an old menu. Though I don’t think it was before. I deleted the menu and that fixed the problem.
Forum: Plugins
In reply to: [Event Organiser] Mystery menu showing in archive-event.phpTo clarify, the “different theme related events post type” was part of the previous theme.
I’m also about positive this issue was not happening a few weeks ago.
That seems to have fixed the problem. Thanks for your help.
Forum: Fixing WordPress
In reply to: Feed URL intermittently invalid for Mailchimp – Multiple SitesForum: Fixing WordPress
In reply to: Feed URL intermittently invalid for Mailchimp – Multiple SitesIt’s the CleanTalk plugin.
Forum: Fixing WordPress
In reply to: Feed URL intermittently invalid for Mailchimp – Multiple SitesI think I’m right about the cached result in Mailchimp. I went back 10 minutes later and the problem is back. I’ll narrow down the common plugins. It’s just going to take a while.
But it seems like even if the Medium feed is only 10 items it shouldn’t be removing older posts which is what it’s doing. I have the feed source limit set to 2000. But I’ll post this on the website whenever I can.
Thanks that makes sense. Maybe something changed at Medium to limit their feed to ten posts. If I need more help I’ll go to the premium site, once I have that login.
I did try clearing the cache but it didn’t change anything. This was a temporary need for me so it’s no longer an issue. Thanks for your assistance.