Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097589
    waterbarry
    Participant

    I can get site wide background images to work if I add the following code:

    .site, .x-container.main:before {
        background: transparent !important;
    }

    It seems strange that code needs to be added to make a built in function work, will this be changed?

    But the bigger issue is background images for individual pages are doing nothing at all.

    #1097592
    waterbarry
    Participant
    This reply has been marked as private.
    #1097617
    Rahul
    Moderator

    Hey There,

    You can easily set different background for pages ,Just go to individual pages and under ‘Page Settings’ section select background image and they’ll start working back.

    Hope it helps.

    #1098474
    waterbarry
    Participant

    Hi Rahul,

    Sorry, I’ll explain better, what you are suggesting IS what I’m doing. It’s not working

    #1098554
    Joao
    Moderator

    Hi There,

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    I Notice also that you have a lot of plugins that need update, it is recommended to update all of them, specially the ones which are active.

    Let us know how it goes.

    Joao

    #1098926
    waterbarry
    Participant

    With all plugins deactivated page remains white.

    #1099411
    Rue Nel
    Moderator

    Hello There,

    Using your custom css code and by adding a background image in your page, it could look like this: http://prntscr.com/bwd5jb
    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #1100137
    waterbarry
    Participant

    I would like to accomplish background images on a single page. (See single page in question is private post above.)

    Setting an image on the page above does not display an image as a background on the page above.

    All I want to accomplish is to get the single page background image functioning as it should.

    #1100385
    Christopher
    Moderator

    Hi there,

    There is a JS error in your site, please disable all plugins except those come with x while we’re investigating the cause of issue.

    Thanks.

    #1100888
    waterbarry
    Participant

    Hi,

    I’ve disabled all plugins.

    #1101171
    Rad
    Moderator
    This reply has been marked as private.
    #1101750
    waterbarry
    Participant

    The issue seems to be that when a fade and duration are not set it throws up a javascript error (this is why I was toying with those settings)

    Specifically: Uncaught SyntaxError: Unexpected token ,

    I assume it’s this comma in between the empty duration and the empty fade that’s causing the issue:

    <script>jQuery.backstretch([“http://mysite.com/image.jpg”%5D, {duration: , fade: });</script>

    So from the looks of it, duration and fade need to be set or the above code needs to be changed.

    #1101880
    Paul R
    Moderator

    Hi,

    Yes, that’s correct.

    I will forward this to our web development team for review.

    Have a nice day!

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