Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #277886

    Hi All,
    Is there any way to set up a video almost as it looks like if you put it as part of the background but have a button to play it when you decide instead of automatically?

    Thx in advance.

    #277919

    Hello!

    It’s possible to achieve that with Enfold, but it would require some customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.

    Cheers!
    Josue

    #281985
    This reply has been marked as private.
    #281987
    This reply has been marked as private.
    #281991
    This reply has been marked as private.
    #281996
    This reply has been marked as private.
    #282021

    Hehe, glad you figured it out yourself, if you have any questions let us know :)

    Cheers!
    Josue

    #282165
    This reply has been marked as private.
    #282170

    Hi!

    iPhones last I checked will not autoplay any video under any conditions. The user must have control of starting the video and needs to click on it, press play etc in order for it to start.

    Is it working if you click on the image/video area?

    Cheers!
    Devin

    #282173
    This reply has been marked as private.
    #282287

    Hey!

    Please try to place the video into the color section, then add a custom id to the section ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) – i.e. “fullwidth_video_section”. Then insert this code into the quick css field to stretch the video

    
    #fullwidth_video_section .container, fullwidth_video_section iframe{
    width: 100%;
    }
    

    and replace “fullwidth_video_section” with your custom id if necessary.

    Best regards,
    Peter

    #283375
    This reply has been marked as private.
    #283381
    This reply has been marked as private.
    #283384

    yes. the other sliders work with video on iPad and iPhone, but not the fullwidth layer slider for some reason. Even with the auto play disabled.

    #285225

    Hey!

    The LayerSlider isn’t anything we wrote so it doesn’t have the same general elements that the other slideshows do.

    As for the ID, you add the ID to the color section like on the docs example here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    That gives the color section an ID you can then easily target the elements inside of it with. For mobile the video elements on the fullwidth slideshow specifically mention that they aren’t supported on mobile:
    Video on most mobile devices can't be controlled properly with JavaScript, which is mandatory here, therefore you are required to select a fallback image which can be displayed instead

    Which is why there is an option for a fallback image.

    Best regards,
    Devin

    #286183
    This reply has been marked as private.
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Incorporating video into a color area or otherwise and playing command vs auto’ is closed to new replies.