Mike
Forum Replies Created
-
If I inspect the page there are no errors in the console, but sometimes on messages like these (but not always, I refreshed a few times):
[Violation] Forced reflow while executing JavaScript took 139ms
[Violation] Forced reflow while executing JavaScript took 51msScreenshots (not sure the etiquette for this, hopefully these are okay):
This flashes up – https://pasteboard.co/JCVNZ3K.jpg
Then this remains – https://pasteboard.co/JCVOskP.jpgThanks,
MikeForum: Plugins
In reply to: [WPBakery Page Builder Addons by Livemesh] Mega menu conflictThey have given me a solution, so I assume it’ll be useful to share it in case anyone else has the same issue:
Yes the problem was of jQuery as we have mentioned before because we are using $ (which is used by most of the jQuery libraries) and that plugin is using jQuery as jQuery variable. So we have done below change which will load that plugin jQuery in head, so it will not interfere with theme jQuery. Please make sure to note down this change and do it whenever you update that plugin.
In this file – /wp-content/plugins/addons-for-visual-composer/livemesh-vc-addons.php
We have changed below line of code
wp_register_script('lvca-frontend-scripts', LVCA_PLUGIN_URL . 'assets/js/lvca-frontend' . LVCA_BUNDLE_JS_SUFFIX . '.js', array(), LVCA_VERSION, true);
TO
wp_register_script('lvca-frontend-scripts', LVCA_PLUGIN_URL . 'assets/js/lvca-frontend' . LVCA_BUNDLE_JS_SUFFIX . '.js', array(), LVCA_VERSION, false);
Forum: Plugins
In reply to: [WPBakery Page Builder Addons by Livemesh] Mega menu conflictOk, I have passed that on, I’ll let you know once they respond, thanks for checking though.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] reCAPTCHA conflictI heard nothing back.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] reCAPTCHA conflictI’ve just seen there is an update to the Contact Form 7 plugin, I’m sure you’ll be aware of this already but just in case:
“4.3.1
Fixed: Validation error messages for Really Simple CAPTCHA fields didn’t appear.
Display an alert message if there is a reCAPTCHA widget left unanswered.”I guess reCAPTCHA is causing a few headaches across the board.
I updated CF7 and then reactivated your PayPal plugin to see if it had been miracously fixed by their update but sadly not, deactivated again for now.
Cheers for your continued help,
MikeForum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] reCAPTCHA conflictThanks Scott, much appreciated. I was really enjoying the plugin in the brief period I was testing it so I’m looking forward to reactivating once fixed.
Cheers,
Mike