Background view details

Phoca Gallery - image gallery extension
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Background view details

Post by berloy »

Hello, in a former version of phoca, we could change the background of labels as well as background of the "seen view details". Is it possible to do it on the version 4.3.9? Thank's

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

Hi berloy,

current version is now: 4.3.10.

To change backgrounds etc. is possible with CSS entries. If you show us your site, it's much easier to give you some hints.
Because it belongs also which options/parameters of views etc. you are using.

Kind regards
Christine
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post by berloy »

OK, I made essays with a grey template and the result(profit) is the same, that is the opening of views details is made on the black while I wish some grey. In the version Phoca 2.x, in the tab theme we could change the background of the categories or the images.. Thank you for your advice.

www.frederique-photo.eu
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

Hi berloy,

in template-grey.css / line 194 & 7068 you have black color > #000;

Code: Select all

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #aaaaaa;
  background-color: #000000;
}
For the detail view, you could try following. To add foll. code at the end of your template.css:

Code: Select all

.highslide-dimming {
background:transparent;
}
Kind regards
Christine
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post by berloy »

Thank's
The almost same result(profit), the view details is still with the black bottom...
regards,
Bernard
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

Hi Bernard,

What do you mean with: "black bottom"? Where should be another "bottom"?
Above code belongs to black background.

Kind regards
Christine
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post by berloy »

Excuse my English, I tried several templates and I have a black bottom in the enlargement of the photo in view details. As this screen shot.

En français (?) Je voudrais un fond gris à l'ouverture de l'affichage des détails...
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

Hi,

Can't see the 2nd code (previous post) in your template.css
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post by berloy »

Re, I made the modifications in template-grey.css without convincing result. I do not understand what to do or the procedure does not suit. Sorry, thank you.

bernard
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

Hi bernard,

you changed the "body" (background-color) in template-grey.css to grey color. OK.

Add again this one:

Code: Select all

.highslide-dimming {
background:transparent;
}
in this file: .../components/com_phocagallery/assets/highslide/highslide.css

Kind regards
Christine
Post Reply