Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130977
    SiobhanH
    Participant

    Hi – I had a background image which was displaying without any problems: https://www.she.space/contact-us/. Now, although I have the same image uploaded and haven’t changed any of the settings, it no longer displays?

    #1130987
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! You’re using an old version of X theme and Cornerstone plugin. Please update them to the latest version. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Let us know if the issue remains!

    #1131527
    SiobhanH
    Participant

    Hi – thanks for that, I’d switched domain names so my auto updates had stopped. It hasn’t resolved the issue though, as the image is still not displaying.

    #1131536
    Christopher
    Moderator

    Hi there,

    If you add background image under pages settings, please change page template to non-blank template.
    Or add background image to section.

    Hope it helps.

    #1131555
    SiobhanH
    Participant

    So is it no longer possible to do via the blank/ no-container templates then? Adding it to a section is not the same, as the image is now static and no longer scrolls with the element. And a non-blank template obscures most of the image, so there’s no point in having it.

    #1131572
    Christopher
    Moderator

    Hi there,

    For blank templates, make sure to set sections background to transparent and add following code in customizer :

    .x-container.main:before {
        background-color: transparent;
    }

    Hope it helps.

    #1131580
    SiobhanH
    Participant

    That CSS change has sorted it, thanks.

    #1131599
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1130977 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>