Alex Stine
Forum Replies Created
-
Forum: Plugins
In reply to: [Divi Accessibility] Labels gone?Hello @cocainus
I believe the screen reader class was added in the last release to the search label.
<label class="da11y-screen-reader-text" for="et_pb_search_module_input_0">Search for...</label>
Is this the label that is missing for you? Awaiting your reply.
Thanks.
Forum: Plugins
In reply to: [Divi Accessibility] Missing Form Label (Divi Contact Form)Hello @makphisto,
Just writing to let you know a new version has been pushed out today. It includes many fixes, additions, and improvements. Hopefully it will work well for you.
In regards to donations, we do not personally except them. However donating here would be good.
https://knowbility.orgHope this helps. Thanks,
AlexForum: Plugins
In reply to: [Divi Accessibility] Missing Form Label (Divi Contact Form)Hello @makphisto,
I now see what you mean by the report. I have made a pull request with a fix in the plugin repo here.
https://github.com/campuspress/divi-accessibility/pull/14After some testing, hopefully a new version of the plugin will be released soon with the fix.
Thanks again for the report. ??
AlexForum: Plugins
In reply to: [Divi Accessibility] Missing Form Label (Divi Contact Form)Hello,
First, fantastic plugin, thank you. Is there a way to contribute monetarily? I feel like I should buy you a coffee.
Not sure if there is actually a place to donate. Will pass this along though. Glad you like the plugin and find it useful. ??
Are you able to provide a link to your site? This would help that way the issue can be seen live on your site.
Thanks. Looking forward to your followup.
Forum: Plugins
In reply to: [ElasticPress] Elasticsearch hostingI setup an Elasticsearch instance at Amazon AWS. I believe it stores all the data in EFS. Pricing seems reasonable, you do get to trial it as well.
https://aws.amazon.com/elasticsearch-service/Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Support for Amazon S3?Okay, thanks for the reply. ??
Hello,
Hope to see some improvements. That sounds great.
Thanks.
Hello @sarahdfly,
Okay. What we need to do from here is keep increasing the memory_limit until the error goes away. I recommend raising the php memory_limit to 256M and the max_execution_time to 125. You may contact your web host to make the change for you or you can follow along with this article.
https://premium.wpmudev.org/blog/increase-memory-limit/If your host does not allow limits as high as I specified above, I would set them as high as your host allows.
If you are still facing the error after raising the limits be sure to check domain.com/test.php to make sure the changes took effect.
Can’t wait to hear back.
Thanks,
Alex ??Forum: Developing with WordPress
In reply to: Custom Upload Form Submission IssuesHello,
I found the problem. It was a missing
"
on the
<form>
tag. Thanks for your help.
Forum: Developing with WordPress
In reply to: Custom Upload Form Submission IssuesHello,
Let me try to explain a few other things so we’re both on the same page. The way the uploads system works is this. Each user registered on the site has a directory assigned to them after they register. For example.
/wp-content/cloud/username1/
/wp-content/cloud/username2/
/wp-content/cloud/username3/I pointed the form action to domain.com/cloud/ because that is a custom page with a custom template assigned.
If I were to continue using the same method, these are my questions.
1. If I added my save function and then called it before the form is outputted in my custom page template, would it work?
2. I would rather stay away from the structure of /wp-content/cloud/username/index.php since then WP users will be able to see the index.php file. If I process the form submit through the custom page template will it work?I know those are similar questions but just trying to understand what it would take to get this working without switching my functions around.
Thanks.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Hide Plugin NewsHello,
Adding the priority of 9 seemed to do the trick.
add_filter('bwp_sidebar_showable', '__return_false', 9); add_filter('bwp_donation_showable', '__return_false', 9);
Thanks, marking resolved.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Hide Plugin NewsHello,
That did not work. Maybe these need priority? If so, what will be good? I have it in a custom plugin but don’t really like changing priorities to a high number.
add_filter('bwp_sidebar_showable', '__return_false'); add_filter('bwp_donation_showable', '__return_false');
This is to complicated. They are really coded in good wherever they might be.
Thanks, awaiting response.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] Hide Plugin NewsHello,
Thanks, I’ll give it a try. You have a great reCAPTCHA plugin out there. No need for so much advertising. It works well that’s what is going to keep me recommending it over the others.
Thanks.
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Making a Custom FormForum: Plugins
In reply to: [CloudSearch] Compatible with BBPressOkay, I’ll ask question over there.
Great plugin!