Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove bar

23 Jan 2016, 08:31

masquefotos wrote:After you update me back has been out bar :(
Not sure what you are saying here ... link, and please explain what is wrong.
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

24 Jan 2016, 17:26

mjau-mjau wrote:
masquefotos wrote:And make it transparent?
Not sure what you are suggesting ... I can give you some code to make the black bar invisible, but then the buttons may not be visible when on top of photos with a light background. Add the following CSS to settings -> custom -> custom css:
Code
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0);
}
after upgrading, came out bar
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove bar

24 Jan 2016, 23:37

For some reason, with updated version and updated plugin, you need to be more specific now, using the !important tag:
Code
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0) !important;
}
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

25 Jan 2016, 05:13

Hola Karl
changed and does not work, anyway thanks for your time
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove bar

25 Jan 2016, 08:35

masquefotos wrote:Hola Karl
changed and does not work, anyway thanks for your time
I tried it here, and it worked fine. Besides, in your website, I still see this code WITHOUT the !important tag:
Code
background-color: rgba(0,0,0,0);
I'm sure it will work if you add it correctly.
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

25 Jan 2016, 13:30

I do not know what I do wrong
Captura-de-pantalla-2016-01-25-19.16.23.jpg
Captura-de-pantalla-2016-01-25-19.16.23.jpg (71.9 KiB) Viewed 4127 times
Captura de pantalla 2016-01-25 19.13.50.png
Captura de pantalla 2016-01-25 19.13.50.png (59.95 KiB) Viewed 4127 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove bar

26 Jan 2016, 01:48

Sorry, it's a bit unclear what classes this plugin seems to add to the html elements, and maybe something changed after the update. Try this:
Code
.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0) !important;
}
You don't need to parent identifiers anyway when using !important. Remember, you would need to empty cloudflare page cache also.
 
User avatar
masquefotos
Experienced
Topic Author
Posts: 140
Joined: 20 May 2011, 05:38

Re: Remove bar

26 Jan 2016, 03:26

e41f.png
e41f.png (16.14 KiB) Viewed 4121 times
Gracias!!!!!!!