Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #662824

    Hi,

    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,
    Josue

    #664429

    Hi

    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

    #664433

    In my website no wp version I first load the fallback-image and after a few secundos I can play the video

    https://linxgo.com/information/linxgo-nosotros

    #664470

    Hi,

    That piece of code is still there:
    https://linxgo.com/info/wp-content/themes/LINX/js/shortcodes.js

    Best regards,
    Josue

    #664787

    Hi 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

    #666015

    Hi,

    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,
    Ismael

    #669543

    Hi

    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

    #671752

    Hi,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.