joelkarunungan
Forum Replies Created
-
Thanks Jules. I changed the CSS for the radio and checkbox inputs to use opacity: 0; position: absolute; instead of display:none;
The clear_on_hide is working correctly now.
- This reply was modified 1 year, 8 months ago by joelkarunungan.
- This reply was modified 1 year, 8 months ago by joelkarunungan.
Hi Jules,
The issue occurs only for styled checkbox inputs. The usual way checkbox inputs are styled is through CSS. The checkbox input is hidden and replaced by icons via ::before or ::after pseudo elements.
It looks like the plugin’s “clear on hide” function does not look for checkbox inputs that are hidden by CSS and ends up being uncleared.
I suspect the issue is the same for styled radio buttons since it employs the same method of hiding the input control via CSS.
Forum: Plugins
In reply to: [Contact Form 7] How to disable schema and refill slowing down websiteI would prefer not to disclose any URL for privacy but the issue is easily replicable. Website speed tools such as https://www.webpagetest.org/ will reveal the schema and refill consuming page load even with nothing but a single form. Is there an option to disable these functions? So far these are some clues:
Schema: ./includes/swv/swv.php has to call https://json-schema.org/draft/2020-12/schema each time a form loads which adds up to slowing down the page.
Refill: Can be disabled with JS variable wpcf7.cached = 0; the refill function runs even if not necessary e.g. when not using CAPTCHA this also adds up since each form runs this.
Any guidance appreciated. Thank you.
- This reply was modified 1 year, 10 months ago by joelkarunungan.
Forum: Reviews
In reply to: [Facebook for WooCommerce] Poor development causing crashes on WooCommerceAn error of type E_ERROR was caused in line 152 of the file /wp-content/plugins/facebook-for-woocommerce/includes/fbinfobanner.php.
Error message: Uncaught Error: Call to a member function get_tip_info() on null in /wp-content/plugins/facebook-for-woocommerce/includes/fbinfobanner.php:152Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Contact Form 7 Signature Addon-problemHi @mifist I tried your patch. After clearing the cached file ‘wp-content/plugins/contact-form-7-signature-addon/public/js/scripts.js?ver=4.2.2’ it now works.
Forum: Plugins
In reply to: Jetpack Image Widget: how to open URL in new tab?Thanks rwpeck! This is working for me.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Subscribe using a Facebook Connect buttonI’ve made the request.
Forum: Plugins
In reply to: [WP-TopBar] Uncaught Type Error: Property '1' of object # is not a functionThat’s not topbar anymore. We removed the plugin.
Forum: Plugins
In reply to: [WP-TopBar] Uncaught Type Error: Property '1' of object # is not a functionUnfortunately, it caused a regression. The bar now appears but when the close button is clicked, it causes the bar to close then reopen by itself. When it automatically reopens, the bar is empty.
Forum: Plugins
In reply to: [WP-TopBar] Uncaught Type Error: Property '1' of object # is not a functionI’ve sent it to your email address. Thanks man for looking into this.