matthensley
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] Tabs broken after updateWe also are using this plugin on a site with hundreds of posts using tabs…
Hi @buildwps – are you suggesting that the core functionality of uploading files to S3 now requires the plugins you indicated? I’m encountering the same issue as @thelanj with this plugin – files are correctly being listed from the S3 bucket, but any attempt to upload from the WordPress UI gives an error.
Forum: Plugins
In reply to: [Contact Form 7] When are you going to fix the v5.4?While we wait for the js to be fixed, if your only problem is the “innerText” js console error, you can hack in a workaround by adding this markup to the start of your form:
<div class=”screen-reader-response”><ul role=”status”></div>
It’s not ideal, but it at least allows the form to submit!
Forum: Plugins
In reply to: [Contact Form 7] cf7 5.4 recaptchaWhile we wait for the js to be fixed, if your only problem is the “innerText” console error, you can hack in a workaround by adding this markup to the start of your form:
<div class=”screen-reader-response”><ul role=”status”></div>
It’s not ideal, but it at least allows the form to submit.