Tagged: x
-
AuthorPosts
-
July 21, 2016 at 3:21 pm #1097589
waterbarryParticipantI 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.
July 21, 2016 at 3:24 pm #1097592
waterbarryParticipantThis reply has been marked as private.July 21, 2016 at 3:39 pm #1097617
RahulModeratorHey 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.
July 22, 2016 at 6:11 am #1098474
waterbarryParticipantHi Rahul,
Sorry, I’ll explain better, what you are suggesting IS what I’m doing. It’s not working
July 22, 2016 at 7:55 am #1098554
JoaoModeratorHi 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
July 22, 2016 at 1:05 pm #1098926
waterbarryParticipantWith all plugins deactivated page remains white.
July 22, 2016 at 8:10 pm #1099411
Rue NelModeratorHello 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.
July 23, 2016 at 5:37 pm #1100137
waterbarryParticipantI 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.
July 24, 2016 at 12:18 am #1100385
ChristopherModeratorHi 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.
July 24, 2016 at 1:30 pm #1100888
waterbarryParticipantHi,
I’ve disabled all plugins.
July 24, 2016 at 7:51 pm #1101171
RadModeratorThis reply has been marked as private.July 25, 2016 at 7:42 am #1101750
waterbarryParticipantThe 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.
July 25, 2016 at 9:12 am #1101880
Paul RModeratorHi,
Yes, that’s correct.
I will forward this to our web development team for review.
Have a nice day!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097589 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
