Comments 2Laurent Ades started the conversationJune 12, 2019 at 2:48pmi am trying to implement a Home Layout video and chose "Full Screen Video Background" in Appearance/Theme Options/Home Options/Home Layout Type I have also set the Video Background URL to this youtube videoas you can see on the url, nothing really seems to happen.... and i can't see much more in the documentation.What type of value is expected here ? Is this youtube only ? Is it not possible to upload a media to WP assets and use this as a target ?Thanks 1,973Support repliedJune 13, 2019 at 6:44amHello LaurentCan you provide wp admin access with full rights using the Appearance -> Editor, in a private comment?Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Laurent Ades replied privately 1,973Support repliedJune 13, 2019 at 3:46pmHello Laurent,fixed, I changed one file js/jquery.mb.YTPlayer.js Make sure you hard refresh the page (Ctrl+F5)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Laurent Ades repliedJune 14, 2019 at 8:52amok, great, thanks for thatAs this is a mockup site, does that mean that the same change is required on my production site ?Also, I can see a button at the middle of the player, which i need to get rid of, as well as the volume toggle switch.Tis this possible ?Thanks 1,973Support repliedJune 17, 2019 at 10:06amHello Laurent,You can actually use the theme folder from /wp-content/themes/newave-theme when you install to the new domainor just copy js/jquery.mb.YTPlayer.js (path relative to the root theme folder)just say#video-volume { display: none;}in customizer -> additional CSS. Can you give us more details about the middle player button? shouldn't be any play button there.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Laurent Ades repliedJune 18, 2019 at 12:02pmOK, FOR THE CODE, THANKSPlease have a look t this: https://zdrive.li/vQ8The button and volume control are there and i can't remove them.... 1,973Support repliedJune 18, 2019 at 4:00pmHi,plz add#home-center .newave-button { display: none;}#video-volume { display: none; } in customizer -> additional CSS.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like Sign in to reply ...
i am trying to implement a Home Layout video and chose "Full Screen Video Background" in Appearance/Theme Options/Home Options/Home Layout Type
I have also set the Video Background URL to this youtube video
as you can see on the url, nothing really seems to happen.... and i can't see much more in the documentation.
What type of value is expected here ? Is this youtube only ? Is it not possible to upload a media to WP assets and use this as a target ?
Thanks
Hello Laurent
Can you provide wp admin access with full rights using the Appearance -> Editor, in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello Laurent,
fixed, I changed one file js/jquery.mb.YTPlayer.js
Make sure you hard refresh the page (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
ok, great, thanks for that
As this is a mockup site, does that mean that the same change is required on my production site ?
Also, I can see a button at the middle of the player, which i need to get rid of, as well as the volume toggle switch.
Tis this possible ?
Thanks
Hello Laurent,
You can actually use the theme folder from /wp-content/themes/newave-theme when you install to the new domain
or just copy js/jquery.mb.YTPlayer.js (path relative to the root theme folder)
just say
#video-volume {
display: none;
}
in customizer -> additional CSS. Can you give us more details about the middle player button? shouldn't be any play button there.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
OK, FOR THE CODE, THANKS
Please have a look t this: https://zdrive.li/vQ8
The button and volume control are there and i can't remove them....
Hi,
plz add
#home-center .newave-button {
display: none;
}
#video-volume {
display: none;
}
in customizer -> additional CSS.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy