Okay
  Public Ticket #2045212
Home Layout Type Video
Closed

Comments

  •  2
    Laurent Ades started the conversation

    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

  •  1,973
    Support replied

    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

  •   Laurent Ades replied privately
  •  1,973
    Support replied

    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

  •  2
    Laurent Ades replied

    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

  •  1,973
    Support replied

    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

  •  2
    Laurent Ades replied

    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....

  •  1,973
    Support replied

    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