Split: Elementor non funzion
-
Ciao Supporto,
ho un problema di visualizzazione sullo Slider,
la seconda slide, sul primo caricamento appare bianca come da screen allegato..
Attendo vostre.
Grazie.
Filippo
Attachments:
You must be
logged in to view attached files.
Hello,
We just visited your website but don’t see any problems with the slider. Here is a video https://gyazo.com/fa197fb2131cfadc8acde857395b86cf
Could you please clarify how to reproduce the issue?
Kind Regards
Ciao Supporto,
ecco la riproduzione video che evidenzia il problema:
https://drive.google.com/file/d/1ZZYoW_b3FtiXBzL2TsjuiiiQLlvXDqk7/view?usp=sharing
Abbiamo verificato in diversi computer e postazioni, ma il problema persiste .
Attendo vostro supporto..
Grazie.
Filippo
Try to add the following code snippet to the Custom JS area in Theme Settings to fix this issue.
(function($) {
$( window ).on('elementor/frontend/init', function() {
document.querySelector('.wd-slider .wd-carousel').addEventListener('wdSlideChange', function () {
elementorFrontend.elements.$window.trigger('elementor/bg-video/recalc');
});
});
})(jQuery);
The topic ‘Split: Elementor non funzion’ is closed to new replies.