Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1030057

    Hi,
    I integrated two videos on a page with a preview picture. The first is OK but the second video doesn’t works on click on the preview picture. I can’t see the play button as well.
    Please help.
    Bests,
    Andy

    #1030552

    Hey Andy,

    Can you please make that account admin?

    Best regards,
    Victoria

    #1030581

    Hi Victoria,
    The account is now an admin.
    Please try again.
    Bests,
    Andy

    #1031599

    Hi,

    Thanks for the update. I can’t figure out what’s going on there. Please set the builder to debug mode so that we can see the actual shortcode. Just add this code in the functions.php file:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Ismael

    #1032500

    Hi Ismael,
    It’s done.
    Please try again.
    Bests,
    Andy

    #1032838

    Hi,

    The autoplay parameter is being appended to the video url. Did you add any modifications or custom functions to the site?

    Best regards,
    Ismael

    #1032932

    Hi Ismael,
    I have not added any modifications, css code only.
    Bests,
    Andy

    #1033823

    Hi,

    Thanks for the update. As a workaround, you can use the default video shortcode.

    // https://codex.wordpress.org/Video_Shortcode

    Is it working properly for youtube videos?

    Best regards,
    Ismael

    #1034149

    Hi Ismael,
    The workaround with the shortcode works fine. I tried the video element for a YouTube video and it works as well.
    Bests,
    Andy

    #1034218

    Hi,

    I’m glad this we resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Video doesn't worked’ is closed to new replies.