Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1342160

    I have an mp4 video hostes and the videoplay doesnt work with it on mobile devices! all sliders dont show the video!
    newest enfold version. newest wp version. i think its a bug.
    when i use the video element the video appears. please help

    i read in another post “Video sliders are disabled on mobile devices by default. ” how can i avtivate?

    i have changed the avia.js

    $.avia_utilities = $.avia_utilities || {};
    if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && ‘ontouchstart’ in document.documentElement)
    {
    $.avia_utilities.isMobile = false;
    }
    else
    {
    $.avia_utilities.isMobile = false;
    }
    but doesnt work

    #1342232

    What about an answer?

    #1342297

    i use now temporay a section with background video. there appears a short time an image and than the video. thats not right! i have no image selected!
    i see in the sourcecode that is also a slidehow.
    please help!!!! urgent!!!!!!!!!!

    #1342299

    i thought the last point is corrected!
    but

    I have an mp4 video hostes and the videoplay doesnt work with it on mobile devices! all sliders dont show the video!
    newest enfold version. newest wp version. i think its a bug.
    when i use the video element the video appears. please help

    i read in another post “Video sliders are disabled on mobile devices by default. ” how can i avtivate?

    i have changed the avia.js

    $.avia_utilities = $.avia_utilities || {};
    if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && ‘ontouchstart’ in document.documentElement)
    {
    $.avia_utilities.isMobile = false;
    }
    else
    {
    $.avia_utilities.isMobile = false;
    }
    but doesnt work

    #1342304

    i use now temporay a section with background video. there appears a short time an image and than the video. thats not right! i have no image selected!
    i see in the sourcecode that is also a slidehow.
    i have the solution for the backgroundvideo: the video has same name as an image. the enfold theme search apparently for image wiht same name.
    but i need a solution for the problem with the slider above!! what about an answer??? where are you??? i bougth more than 200 enfold themes

    #1342358

    i found also the shortcode.js where i changed it. but i think it has more effects than only in the slider…

    #1342359

    how can i find a good solution?? did you habe some solution???

    #1342570

    Hi,

    We are sorry for the late reply!

    Videos in sliders are disabled for compatibility reasons, as you have found out. I just checked your website on my iphone and mac but I only see the video and no image before the video. Have you figured it out already? If not, could you please elaborate on the issues you are having with your current solution?

    Regards,
    Yigit

    #1342575

    that i have corrected. but i need a solution for the videoslider.
    it can not be that the theme default hide videos in the slider on mobile devices.
    mobile networks are fast enough!

    #1342586

    i probably found a solution. i change only the slideshow-video.js and the slideshow.js.
    my question: can i ovderride the shortcode in the enfold child to use the new js?
    or second solution: how can i correctly deregister and register the new js files in the enfold child?

    #1342644

    Hi,

    Yes, you can override the shortcodes in the child theme. Please check this documentation for more info.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    You may need to adjust the path or URL of the scripts in the extra_assets function.

    Best regards,
    Ismael

    #1342650

    ok. ssems to work. thanks.

    #1342655

    Hi,

    Alright. Glad to know that this has been resolved. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Video slider new’ is closed to new replies.