Home>Support>A background on the raw that hide the background image

A background on the raw that hide the background image

Hello,

A new problem with vantage. Strange because that never arrived before.
A white background hide the true background, i can’t find where to put it off :
See on this page : http://caletre.fr/
— a video is on the back but a sort of undefined -background came up to this and i can’t modified it.

Thanks for your helps and advices

URL: http://caletre.fr/notre-philosophie/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 20 days ago Andrew Misplon
    Hi, I Work Here

    Hi Jehannehya

    If you’re asking about the first row here: http://caletre.fr/. The background color of the slider container is showing because nothing exists on top of it. The problem lies in Meta Slider. Check that the slider is working properly. Perhaps try inserting it into a text page and see if it’s playing as you’d expect it to.

  2. 9 years, 20 days ago jehannehya

    I’m sorry, my english is definitively not clear ;)
    There are a video in full screen behind the page.
    I put a transparent png, 1600x 1200, in the meta slider just to be sure that
    a transparent space will reveal the background.
    I’ve got the same problem in all the page, i’l try to put a background (in the main) but all the panel, maybe raw and elements have a sort of white background.

    I use the same theme on this site :
    leseumenides.org
    look all the panels have a transparent background by default, we could see the background.

    thanks for your ideas in advance

  3. 9 years, 20 days ago Andrew Misplon
    Hi, I Work Here

    Can you try the following at Appearance > Custom CSS:

    #main {
    background: transparent;
    }
    
  4. 9 years, 18 days ago jehannehya

    Hello,
    Don’t work, sorry.
    always the same problem. I put a video in the background on full-screen, can see it when i scroll to much, it is on the back but a sort of background in the raw hide it.

    Thanks

  5. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    Please, can you take a screenshot and indicate using arrows the areas you’re referring to and the areas that are the issue etc. We’ll do our best to assist from there.

  6. 9 years, 18 days ago jehannehya

    Re,

    i want to do the same thing as here :
    http://etplussiaffinite.org/

    I made this with vantage and Cincopa.
    But to do this, i use a tricks

    header#masthead{
    height:1000px;
    }
    

    not really clean !
    Can i make the background video appear without this ?

    In this one :
    http://www.leseumenides.org/conf-felix/

    there is no tricks, the background is visible (with mb.YTPLayer) ?

  7. 9 years, 18 days ago jehannehya

    Maybe do this like that,
    but how i can modified the masthead only on the homepage ?

  8. 9 years, 17 days ago Andrew Misplon
    Hi, I Work Here

    The layout here, in my humble opinion, it’s ideal: http://www.leseumenides.org/conf-felix/. Text over a transparent background can be challenging for the user to read.

    It looks to me that you’ve edited the main stylesheet on that site. #main usually looks like this:

    #main {
        background: #fcfcfc;
        padding: 35px;
    }
    

    This is how it looks on that site:

    demo.siteorigin.com/media="all"
    #main {
        padding: 35px;
    }
    

    The same could be achieved by adding the following to Appearance > Custom CSS:

    #main {
    background: transparent;
    }
    

    and using: mb.YTPLayer.

  9. 9 years, 17 days ago Andrew Misplon
    Hi, I Work Here

    The masthead was also edited in your example site. You can use the following Custom CSS to replicate:

    header#masthead {
    background: transparent;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More