• Resolved cuniomk

    (@cuniomk)


    Hi there,

    we just launched our website when we noticed that we cannot update the plugin to the new version as it will break the fallback images that we specify on pages without video backgrounds.

    Please advise!

    Thanks,
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pushlabs

    (@pushlabs)

    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

    Thread Starter cuniomk

    (@cuniomk)

    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.
    Plugin Author pushlabs

    (@pushlabs)

    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.
    Thread Starter cuniomk

    (@cuniomk)

    Wow, that did it!

    Thanks and have a nice weekend!
    Martin

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fallback images not working’ is closed to new replies.