Can anybody explain this mystery? Firefox claims that javascript is enabled:
… but wp-admin/wp-site-editor.php disagrees:
My suspicion is that jQuery is not getting loaded, but I don’t know how to prove it.
Thanks for the help,
Chris.
]]>I found conflict with Filebird Pro plugin. When I have both of the plugins enabled I can’t use Filebird functionalities, while trying to add Media.
Filebird gives an error TypeError: jQuery(…).droppable is not a function. If I disable Dataverse Integrations plugin, everything works fine, therefore I think the issue on your side.
Could you please check it?
]]>We have successfully used your plugin for backups for serveral years. Now on one of the pages I get a “jQuery not defined” error only on the UpraftPlus page. It worked fine just last month.
I tried disabling all other plugins and switching to the TwentyTwentyFour theme. The error is still there.
The only difference to our other websites is that this one website is running on a Windows server (I have no idea why).
When I check the network tab I get an error 403 for load-scripts.php which should also load jQuery.
Do you have any idea what the problem could be?
Here are screenshots of the errors:
https://ibb.co/HH3KYcr
https://ibb.co/YWDhPmP
Many Thanks
Nancy
]]>?trp-edit-translation=true:1356 Uncaught ReferenceError: jQuery is not defined
at ?trp-edit-translation=true:1356:4
(anonymous) @ ?trp-edit-translation=true:1356
?trp-edit-translation=true:1384 Uncaught ReferenceError: jQuery is not defined
at ?trp-edit-translation=true:1384:4
But jQuery loads and the page displays correctly
I tried to force jQuery to load right before trp-editor-container
, and the error no longer appears, but the editing buttons for text/block still do not show up.
I am encountering a JavaScript error that is breaking functionality on my website. The error is related to jQuery and occurs when attempting to interact with elements that use the class .dropdown-menu.show
. Below are the details:
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 3.4.1
jquery.min.js:2 jQuery.Deferred exception: Cannot create property 'guid' on string '.dropdown-menu.show' TypeError: Cannot create property 'guid' on string '.dropdown-menu.show'
at Object.add (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:37833)
at Object. (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery-migrate.min.js:2:9827)
at e. as add
at HTMLDocument. (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:37118)
at Function.each (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:3129)
at e..each (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:1594)
at Le (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:37093)
at e..on (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:44478)
at HTMLDocument.init (https://new.redacted.fr/wp-content/themes/cloudpress/assets/js/smartmenus/jquery.smartmenus.bootstrap-4.js?ver=6.6.1:155:18)
at e (https://c0.wp.com/c/6.6.1/wp-includes/js/jquery/jquery.min.js:2:27028) undefined
ce.Deferred.exceptionHook @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout
(anonymous) @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
fire @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
P @ jquery.min.js:2
The error appears to be related to an interaction between the jQuery migrate script and custom JavaScript code for Bootstrap 4 smart menus. This issue occurs consistently across different browsers, and updating to the latest versions of all plugins, themes, and WordPress itself has not resolved the issue.
Steps to Reproduce:
.dropdown-menu.show
.Browser/Environment:
Please let me know if you need any additional information or if there’s a known solution to this problem.
Thank you!
]]><script>
jQuery(document).ready(function() {
jQuery(".elementor-form").on('submit', function() {
var submittedForm = jQuery(this);
setTimeout(function() {
var turnstileElement = submittedForm.find('.cf-turnstile');
if (turnstileElement.length > 0) {
var uniqueId = 'cf-turnstile-elementor-' + new Date().getTime();
turnstileElement.attr('id', uniqueId);
turnstile.reset('#' + uniqueId);
}
}, 2500);
});
});
</script>
However, when the actual jQuery JS file is loaded in the footer of the site, jQuery does not exist yet at this point, resulting in a JS error in the browser console:
]]>ReferenceError: Can’t find variable: jQuery
I’d like to have the option to hide/show this field based on a ‘Business purchase?’ custom checkout field. I’m trying to achieve this functionality but I’m currently stuck on one thing – the VAT should be re-added if the customer unchecks this ‘Business purchase?’ custom field.
On the checkbox change, I’m removing value from #billing_eu_vat_number. However, this does not retrigger VAT calculation. I’ve tried triggering change event on #billing_eu_vat_number, also tried triggering to recalculate the whole cart, but none worked. How can I manually trigger the VAT recaculation?
Regards
]]>wpfc-minified
directory.
How to fix?
Why is causing this?
Thank you!
]]>