Search…

X3 Photo Gallery Support Forums

Search…
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Slideshow side color

02 Feb 2016, 03:37

Hello,

Is is possible to change the color on the left and right in the slideshow ? to choose the main color
0210_redimensionner.jpg
0210_redimensionner.jpg (53.97 KiB) Viewed 3097 times
thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Slideshow side color

02 Feb 2016, 03:54

These things are not configurable by settings (it would mean we had 1000's of settings just for colors), but you can change it by CSS. Go to panel ->settings->custom->custom css, add the following:
Code
.layout-slideshow > div {
  background: #990000;
}
Replace #990000 with any hex-based color code.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: Slideshow side color

02 Feb 2016, 03:58

Thanks for this quick answer ;-)
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: Slideshow side color

02 Feb 2016, 04:18

0211.jpg
0211.jpg (32.27 KiB) Viewed 3094 times
Did I miss something ?

there's no effect, I've empty the cache
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Slideshow side color

02 Feb 2016, 04:43

Sorry, I did not get the opportunity to safe-test it. Try this:
Code
.layout-slideshow > div {
  background: #990000 !important;
}
I can't see how that would not work.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: Slideshow side color

02 Feb 2016, 04:53

no effect but this time I have the error "error -> textstatus: error"

I saws this thread https://forum.photo.gallery/viewtopic.php?f=52&t=8809
I removed the css contact form like advise but there's no effect, I still have the same error message
my php is 5.6, I can switch on the php 7 if you think it needs

Maybe I have a installation problem https://forum.photo.gallery/viewtopic.php?f=52&t=8820 ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Slideshow side color

02 Feb 2016, 04:59

Ok, so looks like we have a mishmash of issues suddenly. I posted in the other thread, let's solve that first. I need a link.
 
MikeR
Experienced
Topic Author
Posts: 216
Joined: 29 Sep 2006, 09:58

Re: Slideshow side color

02 Feb 2016, 05:10

after I have this parse error message, I've logout and login. I've removed the contactform css and saved again

and it works

thanks