-
AuthorPosts
-
February 24, 2022 at 5:24 pm #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 helpi 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 workFebruary 25, 2022 at 6:53 am #1342232What about an answer?
February 25, 2022 at 4:19 pm #1342297i 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!!!!!!!!!!February 25, 2022 at 4:26 pm #1342299i thought the last point is corrected!
butI 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 helpi 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 workFebruary 25, 2022 at 4:50 pm #1342304i 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 themesFebruary 26, 2022 at 12:50 pm #1342358i found also the shortcode.js where i changed it. but i think it has more effects than only in the slider…
February 26, 2022 at 12:52 pm #1342359how can i find a good solution?? did you habe some solution???
February 28, 2022 at 3:18 pm #1342570Hi,
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,
YigitFebruary 28, 2022 at 3:55 pm #1342575that 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!February 28, 2022 at 5:11 pm #1342586i 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?March 1, 2022 at 5:44 am #1342644Hi,
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,
IsmaelMarch 1, 2022 at 6:28 am #1342650ok. ssems to work. thanks.
March 1, 2022 at 7:56 am #1342655 -
AuthorPosts
- The topic ‘Video slider new’ is closed to new replies.