backend.min.js?ver=7.7.2:47
Uncaught TypeError: Popper.createPopper is not a function
at HTMLDivElement. (backend.min.js?ver=7.7.2:47:499)
at Function.each (load-scripts.php?c=0…ad&ver=6.5.4:2:3129)
at e..each (load-scripts.php?c=0…ad&ver=6.5.4:2:1594)
at s.fn.initializeTooltips (backend.min.js?ver=7.7.2:47:62)
at n. (backend.min.js?ver=7.7.2:8:14171)
at p (backbone.min.js?ver=1.5.0:2:3644)
at f (backbone.min.js?ver=1.5.0:2:3497)
at a (backbone.min.js?ver=1.5.0:2:692)
at e.trigger (backbone.min.js?ver=1.5.0:2:3380)
at n.render (backend.min.js?ver=7.7.2:8:16831)
Wp Bakery Shortcode maper didn’t Parse this shortcode with an error message “Please enter all required fields for params.” So this cannot be displayed on website and there Is no other way to add shortcode to the WP bakery page builder.
How I can parse this shortcode to the WP Bakery Website? Or ahy other way to display Reviews except the shortcode
Here is the error message ScrenShot
https://ibb.co/XzPV5w8
I’m not sure what details I can provide to be helpful. Please advise. I’m wondering if this is true, and if there is anything that can be done for compatibility in future releases?
]]>I use WP Bakery with the Mitech theme for a customer website. Unfortunately, I have the problem that images in the theme’s own sliders only load completely when you click on them.
I suspect it has to do with lazy loading, so I have already used the following script
document.addEventListener('DOMContentLoaded', function() {
var sliderImages = document.querySelectorAll('.logo-slider img');
sliderImages.forEach(function(img) {
img.setAttribute('loading', 'eager');
});
});
to give the images the loading attribute “Eager” and removed lazy loading completely with the following php function
add_filter('wp_lazy_loading_enabled', '__return_false');
Unfortunately, the images still only load on click.
Do you have the same problem?
I hope you can help me. You can find the corresponding slider in the mobile viewport above the footer.
]]>