Archived topic
Background video page header won't show
10 replies · Started by Ivan Cazorla on May 23, 2018
Hi, just trying to customize the a page header for my home screen and my video background is set with an .mp4 file, it appears in the inspector codes but it doesn't show on the website.
What am i doing wrong?
thanks,
ivan
I've realized now that I had a white background set by my own css, that's why it wouldn't show.
HI Ivan, glad to hear you got it fixed
Hi again, is there any posible wat to disable the video looping effect? I don't want the video to be looping over and over. Just one time, from start to finish. Any tip?
thanks,
ivan
You can try adding this snippet:
EDIR REMOVED FROM THREAD
thank you, but I guess it's not working for me. I've just copied the code and pasted it on the functions.php file.
thanks,
ivan
Hi Ivan, i replaced the code above with Tom's code, give that a try.....
Thank you for providing me the new code, but for me isn't working still. Any other way we could figure it out?
Thanks,
Ivan
Hi Ivan, sorry for the run around can you try this....
add_filter( 'generate_page_header_video_loop', '__return_false' );
It works!!! thank so much!!
appreciate it,
ivan
Brilliant, glad we got it resolved.