Hi Cuniomk,
Thanks for using Video Background!
Thanks for bringing this to attention. I didn’t realize people may use Video Background for this functionality. I’ve send an update, 2.6.3, that addresses this.
This will resolve the issue with fallback images when no video links are supplied.
Please let me know how it works for you!
Blake
Hi Blake,
thanks a lot for the quick response!
The fallback images now work but unfortunately images and videos now cover the screen texts.
You can compare using following URLs
video: https://beta.cunio.de/en/home/ (version 2.6.3)
image: https://beta.cunio.de/en/about/
video: https://www.cunio.de/en/home/ (version 2.5.8)
image: https://www.cunio.de/en/about/
Thanks,
Martin
-
This reply was modified 8 years, 7 months ago by
cuniomk.
Hi Cuniomk,
Thanks for the URLs!
This is due to lines 39-41 in your child theme’s style.css:
.vidbg-container {
z-index: 1;
}
Setting Video Background’s z-index to 1 will hide all content inside of the container. This is a theme related issue. Removing this code block should do the trick for you.
This was likely caused due to CSS being moved to a stylesheet in 2.6.0 rather than being added inline through jQuery, and as a result, is taking precedence differently.
Blake
-
This reply was modified 8 years, 7 months ago by
pushlabs.
Wow, that did it!
Thanks and have a nice weekend!
Martin