Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1214290

    Hi. Would it be possible to load two videos inside [/av_cell_one_third] with [av_video src]
    and name id=* and than use something like this.
    <script>
    $(function(){
    $( “#av-2” ).hide();
    });
    function run(){
    $( “#av-1” ).hide();
    $( “#av-2” ).show();
    document.getElementById(“av-2”).play();
    };
    </script>

    For this I suppose to load: https://code.jquery.com/jquery-3.2.1.min.js

    The feauture I’m after is to
    play:
    – video#1(loop=false) -Hide video#2
    play:
    – video#2 (loop=true) -Hide video#1

    Thanks,
    OPVAB

    #1215800

    Hey opvab,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1216086

    Hi.
    Would it be possible to use the easy slider and load two video elements. The problem is that I would like to have the easy slider inside a cell using the grid row element and looping the video slide#2 and I can’t get rid of the loading icon every time the video starts over. I don’t know if it’s the slide show transition that makes this.
    Thanks,
    OPVAB

    #1216087

    Hi again, you could close this issue, I’ve solved it by hidding the spinning wheel with CSS.

    /OPVAB

    #1216220

    Hi opvab,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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