more options

mircohaeberli / 2012-11-16 19:47:02   

where can i adjust another background image on exhibit (like the main background image on the style css) i can find this with firebug:

body {
background-attachment: fixed;
background-image: url("mircohaeberli.com/files/…");
background-position: 215px 0;
background-repeat: no-repeat;
}

and it gives me the adress for the index.php but there i can not find anything.

arsondpi / 2012-11-16 20:49:20   

why not using the background image uploader in the page options (when editing an exhibit)?

mircohaeberli / 2012-11-19 14:25:53   

yes i did that, but can i customize this image a little bit? scrolling enable... kind of that?

arsondpi / 2012-11-19 14:46:46   

remove the background-attachment: fixed; and make it into background-attachment: scroll;

mircohaeberli / 2012-11-20 12:11:53   

yes i would like to do, but this settings are not in the style css, i can't find them in any css, where are this settings? (for only exhibit-background images, which i uploaded separately)

firebug says, that this (css)-parameters are in the index.php (but i can't find)

arsondpi / 2012-11-20 15:16:29   

Then add a

  1. body (background-fixed !important; }

to your style.css

mircohaeberli / 2012-11-20 16:31:55   

if i do that, it affect the main-background-image that i don't want. i'm happy with the settings for that image. i can not find the css rules for the extra exhibit image, where are they saved? or is it not possible to adjust them?

for understanding me right:
i'm happy with this image: mircohaeberli.com/
and i want to ad "scroll" on this image: mircohaeberli.com/index.php/bands/raketenkiste/

mircohaeberli / 2012-11-20 17:21:16   

sorry i just changed to clean url:

for understanding me right:
i'm happy with this image: mircohaeberli.com/
and i want to ad "scroll" on this image: mircohaeberli.com/bands/raketenkiste/

arsondpi / 2012-11-20 23:54:34   

mirco I'm sorry.
I had a rather hectic day, full of mishaps.

Anyway this should do it:

  1. body { background-attachment: scroll !important; }
mircohaeberli / 2012-11-21 12:54:07   

thank you arsondpi for your fast help. it works but, the it effect also the main-background image. (that i don't want) sorry, that i'm so complicated ;0)

arsondpi / 2012-11-21 14:11:16   

I don't understand what you're trying to achieve.

mircohaeberli / 2012-11-21 14:27:35   

i got a main background image (style css) for almost the whole website, that i want fixed, no-scroll (this is no problem, i already did)

and i want an extra background image on an single exhibit theme that i want to scroll (here i used the background image uploader in the page options)

so i want two different options on two different backgrounds (if i adjust settings in the style css, it effects always both backgtround images)

arsondpi / 2012-11-21 14:38:39   

Then in that specific exhibit include in your text area:

  1. <style type='text/css'>body { background: scroll !important; }</style>

This thread has been closed, thank you.