Tagged: video
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
Hey Andy,
Can you please make that account admin?
Best regards,
Victoria
Hi Victoria,
The account is now an admin.
Please try again.
Bests,
Andy
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
Hi Ismael,
It’s done.
Please try again.
Bests,
Andy
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
Hi Ismael,
I have not added any modifications, css code only.
Bests,
Andy
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
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
Hi,
I’m glad this we resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon