Home Forums WoodMart support forum Split: Elementor non funzion

Split: Elementor non funzion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #530485

    Filippo
    Participant

    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.
    #530640

    Artem Temos
    Keymaster

    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

    #532125

    Filippo
    Participant

    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

    #532231

    Artem Temos
    Keymaster

    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);

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Split: Elementor non funzion’ is closed to new replies.