-
AuthorPosts
-
November 12, 2015 at 2:44 pm #534769
So I’m trying to get my YouTube video to autoplay when I click the icon with the link:
http://www.youtube.com/watch?v=Ft5aowg8hVM?rel=0&autoplay=1The video opens just fine in the Lightbox, but it doesn’t autoplay :(
November 13, 2015 at 6:12 am #535231Hi Gudi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardNovember 13, 2015 at 9:17 am #535291Here you go, cheers
- This reply was modified 9 years ago by Gudi.
November 18, 2015 at 3:20 am #537775Hey!
This isn’t a native feature of Enfold, you will need to enlist the aid of a freelancer to use autoplay via a nonembed Youtube link in an icon element.
As a work around you could add “autoplay” in line 575 of your “function-set-avia-frontend.php” file to force a selfhosted video to autoplay from an icon element. However it will not load in a lightbox.
$output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
$output .= '<video autoplay class="avia_video" '.$image.' controls id="'.$uid.'" >';
Finally, there’s also the option of using a video light box plugin of your choice.
Cheers!
DakeNovember 18, 2015 at 3:47 pm #538211Hi Dake
Thanks for the update.
I haven’t had time the last week to work on the website, and now suddenly I’m having loads of issues. Images are missing, I can’t display DEBUG mode and I can upload images. And I haven’t changed a thing….. Could it be something you guys could have caused, if you have run some debug plugin or whatever?? Really confused on the matter, looked like a fool presenting the page today – half broken.
November 18, 2015 at 3:55 pm #538218Hey!
don’t think anyone of us did touch your settings. We usually do testings on our localhost installation. Hope you have a backup or maybe it helps if you just delete all theme files via FTP and get a fresh copy from your themeforest account afterwards.
Regards,
AndyNovember 19, 2015 at 12:13 am #538629Hi Andy
I’ve got a hold of the hosting company. I think the error might occure from the W3 Total Cace that’s running in the root directory (another wordpress installation). I’m seeing some funky stuff, but I’m back to being positive as I’ve got the data recovered.Will give you tip a go, when the site is running properly
November 19, 2015 at 1:13 am #538643Hey!
Glad to hear you got the site back to a stable state.
Please keep up posted if any new issue comes comes up.
Cheers!
Dake -
AuthorPosts
- You must be logged in to reply to this topic.