I am constantly facing an issue with the forminator form. Every time in the home page it shows the following error : jQuery(…).forminatorFront is not a function.
As a result either the form if used in the home page is not showing, sometimes the captcha that is being used disappears and sometimes it prevents the slider in the home page from working.
Please check the issue and resolve it as soon as possible.
Thanks
]]>This error occurs on simple html pages (On Elementor pages couldn’t spot this error)
Env details:
PHP: 8.0.30
10.6.15-MariaDB
WordPress: 6.3.1
That is bad enough. But the same error appears on Create Post, disabling new posts – and of course completely eliminating the usefulness of a blog site.
I do not see this error in my local environment. Can anyone help with advice on what this issue is?
This is WP 6.1.1 using Twenty-Twenty-Three. Only difference I know about is the default db used on the dev host is MariaDB, and my local used MySQL.
Oh, and I am quite new to WordPress!
TypeError: (0 , E.__experimentalUseSlotFills) is not a function
at Un.Slot (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/edit-post/index.min.js?ver=5e678e88b06c72901493:25:688)
at wt (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:47623)
at $s (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:120736)
at wl (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:88644)
at bl (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:88572)
at yl (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:88435)
at il (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:85259)
at fl (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:85646)
at zn (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:32460)
at El (https://dev.californiahcvtaskforce.org/wp-content/plugins/gutenberg/build/vendors/react-dom.min.js?ver=18:1:93359)
]]>Error message in browser console: undefined is not a function (near ‘…jQuery(“a.fancyboxforwp”).fancyboxforwp…’)
Plugin Vers.: 1.3.4
How to reproduce: Enable the plugin setting “Load JavaScript in Footer”
Quick fix: Do not load code in footer until fixed.
Description:
The error is thrown by js code generated in line 418
in fancybox.php
.
Reason: The plugin uses correctly the wp_register_script
and wp_enqueue_script
function to enqueue the main js in mfbfw_enqueue_scripts
on line 185.
In addition, mfbfw_init
is added as action for the hook wp_footer
at line 471.
However, you cannot ensure that enqueue_script
is executed before mfbfw_init
at this stage. In my case, the custom js code generated by mfbfw_init
is placed before the enqueue command is executed. Thus, the required dependencies are not loaded properly.
Possible fix: Please wrap your handcrafted js code (in particular but not limited to) line 418 in a wp_add_inline_script
call for javascript fancybox-for-wp
. Thus, the custom code will be place inline while the loading dependency will be ensured by WordPress code. Furthermore, it would be a good idea to check for existence of the required function in javascript or to add try / catch clause just in case.
Thank you for your great work!
Matthieu
]]>Uncaught TypeError: s.imagesLoaded is not a function
jQuery 2
initSliders https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
jQuery 2
initSliders https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
start https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
init https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
jQuery 8
jquery-strongslider.min.js:1:2773
jQuery 2
initSliders https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
jQuery 2
initSliders https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
start https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
init https://teach4theheart.com/wp-content/plugins/strong-testimonials/public/js/controller.min.js?ver=2.51.4:1
jQuery 8
I have tried toggling all of the plugins to search for conflicts and have not been able to resolve the issue. Is there something else I can do to prevent the 3-column testimonials from randomly failing to display?
Thank you!!!
]]>I am getting an error on every page when the plugin is activated.
caldera-forms-front.min.js?ver=1.8.11:1 Uncaught TypeError: a(…).baldrick is not a function
at resBaldrickTriggers (caldera-forms-front.min.js?ver=1.8.11:1)
at HTMLDocument.<anonymous> (caldera-forms-front.min.js?ver=1.8.11:1)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
in your great plugin seems to be a little type error in line 407 in the file pr-dhl-checkout-frontend.js.
In the chrome console it says “$ is not a function”.
I think replacing the $ sign with jQuery should solve that.
]]>As reported by others before: With the version 1.5.4 the design view of the tables is broken and when I click on the tabs “Design” or “Toggle” I receive the error: “TypeError: $ is not a function” – similar to what we solved recently. (Using “jQuery” instead of “$” solves that error.)
I re-uploaded the plugin files, as you recommended in the other threads – without any improvement.
Thanks!
]]>have disabled all plugin, is this a known issue, is there a fix?
]]>