-
AuthorPosts
-
July 16, 2016 at 11:11 pm #661685
Hi
Since the latest update the videos are NOT diplay on my website in the mobile version. I have tested with Iphone and Android and displays this message: Please set a mobile device fallback image for this video in your wordpress backend.Live website link https://linxgo.com/info/afiliados/
As I can do to make the template can show videos on the mobile version?
Bests regards
July 20, 2016 at 10:21 am #662824Hi,
Open js/shortcodes.js and remove the following:
if(this.isMobile) { var alter = this.$slider.find('.av-mobile-fallback-image'); alter.each(function() { var current = $(this).removeClass('av-video-slide').data({'avia_video_events': true, 'video-ratio':0}), fallback = current.data('mobile-img'); current.find('.av-click-overlay, .mejs-mediaelement, .mejs-container').remove(); if(!fallback) { var appendTo = current.find('.avia-slide-wrap'); $(' <p class="av-fallback-message"><span>Please set a mobile device fallback image for this video in your wordpress backend</span></p> ').appendTo(appendTo); } if(options && options.bg_slider) { current.data('img-url', fallback); } else { var image = $('<img src="'+fallback+'" alt="" title="" />'); current.find('.avia-slide-wrap').append(image); } }); }
Regards,
JosueJuly 24, 2016 at 7:06 pm #664429Hi
I tried following his instructions, but can not find the way to run the videos on the mobile version.
What can do so that videos work correctly in the mobile version?
Bests regards
July 24, 2016 at 7:27 pm #664433In my website no wp version I first load the fallback-image and after a few secundos I can play the video
July 25, 2016 at 6:23 am #664470Hi,
That piece of code is still there:
https://linxgo.com/info/wp-content/themes/LINX/js/shortcodes.jsBest regards,
JosueJuly 25, 2016 at 7:41 pm #664787Hi Josue
I have just returned to remove the code that your you indicated me, but the video in the mobile version does not play …. I miss the test with iPhone 6 and Samsung.
What I need, it is that theme videos play well in the mobile version.
Is there any plugin that is compatible with the theme and have better options for videos, especially for the mobile version?
On my website I whant to created a section for videos, and I want it to be compatible for mobile version.
Thanks in advance for support
July 28, 2016 at 2:50 am #666015Hi,
Mobile devices do not auto play videos due to various reasons (ex: bandwidth) and that’s why video backgrounds are disabled. Another workaround is to hide the section on mobile then display an actual video element. http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
IsmaelAugust 8, 2016 at 12:52 am #669543Hi
The videos still not display on my website in mobile version. What I have to do to display the videos in the mobile version ???
Bests regards
August 12, 2016 at 8:10 am #671752Hi,
Sorry for the late reply. I’m not sure exactly what videos you are referring to but if the video is set to auto play (no action required from user), then they will be disabled on mobile screens because of manufacturer limitations, it’s disabled on Apple devices for instance. Hope that explains it to your.
Thanks,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.