lippiun
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fields@galbaras Not sure what you mean by that tbh.. You said @takayukister needs to get involved, any idea when this may be?
Time for @takayukister to get involved, I guess.
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsI could onlyremove event listeners via the Chrome Developer Tools. I tried adding some custom code to remove it permanently but had no luck. I think this needs to be removed from the core index.js file
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsPretty crazy how I posted about this 4 weeks and the plugin developer still hasn’t answered. Yet he’s been answering newer questions…
Be great to get an idea of when this will be fixed as it’s a bad customer experience at the moment.
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsHi,
Any update on this?
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsYou can replicate this issue by creating a fresh WP install on the following environment:
WordPress v6.0.1
Web Server: nginx
PHP Version: 7.4.1Theme: Twenty Twenty Two
Contact Form 7 Version: 5.6.2
Then create a basic form with the following the fields:
<label> Your name [text* your-name] </label> <label> Your email [email* your-email] </label> <label> Subject [text* your-subject] </label> [checkbox checkbox-340 use_label_element "Test"] <label> Your message (optional) [textarea your-message] </label> [submit "Submit"]
Then, when you click on the checkbox you will the form validations appear.
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsHi,
The bootstrap styling script isn’t the problem as the issue still persists after removing it.
Even when i deactivate ALL plugins and switch to the default Twenty Twenty Two theme, the form is still validating after checking a checkbox. I can see the event handler for this is coming from your plugin.
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsHi Gal,
You can see the site here
Forum: Plugins
In reply to: [Contact Form 7] Validation issue when checking checkbox fieldsHi, any update on the above?
Thanks Mike,
I’ve checked the logs and can’t see any errors. I’m wondering if the issue is more related to the object cache WP Engine has running on the site as sometimes the import works if i delete the object cache and try again. However, it doesn’t always work. Do you know if there’s any possible conflicts with caching? And if so, is there anything i can exclude?
Forum: Plugins
In reply to: [WooCommerce Admin] Discrepancies between WC Admin and Woo ReportsThanks Mike,
I’m aware that the old Woo Reports are becoming obsolete but this doesn’t help explain why there’s differences between the two sets of data? Does the new WC Admin calculate the data differently?
I would’ve thought the Woo Reports would be more accurate as this is querying the data directly from the database. My concern is the data hasn’t been imported correctly into the new analytics tab.
Hi Jeff,
Thanks for getting back to me.
I’ve had a look at the two links you provided and have managed to setup a custom data store class to override the default
claim_actions
method. The issue i have now is i can’t seem to target the specific WC Admin hooks or group in this method and when i try printing out these values in the error log, the only one which gets returned is the claim_id which doesn’t correlate to anything in the database.I’ve also noticed there’s a method called
save_action
which i’ve also overridden which does give me everything i need to manipulate the scheduled date. Is this the correct method i need to use or is it possible via claim_actions?Forum: Plugins
In reply to: [WooCommerce] Fatal error after upgrading to 3.7.0Re-installing Woocommerce fixed the issue for me. Thanks
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Doesn’t seem to work with variationsCheers James!
I can’t see any examples of the shortcode in your premium documentation. Can you send me a sample of the code please?
Forum: Plugins
In reply to: [W3 Total Cache] Settings not workingBtw guys, managed to fix this issue in the end!
It was because I didn’t have the correct HTML syntax in my header file and wasn’t starting the document with <!DOCTYPE html>.
Just incase any of you run into the same issue as me in the future!