Background image is not displayed for Subheader when using Layout option

Hello,

in the basic BeTheme settings there is a background set for Header and in Subheader is also set an background. That is working. But when I create a Layout with another Backgorund image for Subheader and I select on a page in Muffin Builder in Options - Custom layout. Then there will be only displayed the background color, but no background image anymore.

If in basic settings is no background set for subheader, then it seems to work. Is it only working, when no subheader background is set globaly?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • @Phil


    Ok, I will try to explain it. The adress of the page is https://www.wiemaikai.de this page has a slider.

    Other pages like this one title image http://www.wiemaikai.de/coninfo . This image is setup by beTheme main settins:

    Pages with beTheme main settins look in the header as followed



    But on some pages there should be a different header image, that's why I am used the function Layouts and used another background image.

    On the page that should use this layout e.g. https://www.wiemaikai.de/verein/ is selected this on muffin builder

    Instead of showing the new background image, the header is only displaying the background color, that is selected in the Layout settings.

    Page displayed with Layout option:

    Instead of the grey area, there should be the background image from the layout.

    The workaround for me is actually seems to be using custome CSS on the muffin builder page and insert the follwoing

    #Header_wrapper {

        background-image: url("https://www.wiemaikai.de/wp-content/3b2o9fhkj/2015/11/home_wiemaikai_subheader_verein.jpg") !important;

    }

    to get the background image instead of the grey part.

    Do I understand the layout function background correct, that the Layout should set a background instead of the gray one and it should replace the main background from main theme settings? Or is it another background ment?

    It would be easier for administration, only select the layout instead of layout and custome CSS.


    Thank you for your support

  • The background you set in the layout is the background for the whole page, not the header.

    However, it is hidden behind the content on your website.

    If you want to set a different image for particular pages, you do not have to create a new layout. Instead, all you have to do is setting a Featured image for these pages.

    Thanks

  • Thank you for the informatiom. I had missunderstood the naming.

Sign In or Register to comment.