Page 1 of 1

photoswipe "share button" hide

Posted: 20 Jul 2017, 13:06
by traveler
Hello Phoca Heroes,
I love Photoswipe, exactly the way i want to present my pictures. But the share button i don't need in some Website's. Therefore i was looking for a way to hide it. Is it possible to implement an option to show or hide the share button and its choices separately?
Thank you for your great work!

Re: photoswipe "share button" hide

Posted: 20 Jul 2017, 13:56
by christine
Hi traveler,

in: default-skin.css there is:

Code: Select all

.pswp__button--share {
background-position: -44px -44px;
}
you could add to your template.css:

Code: Select all

.pswp__button--share {
display:none;
}
Kind regards, Christine

Re: photoswipe "share button" hide

Posted: 20 Jul 2017, 14:16
by traveler
Hi christine,
thank's for your suggestion. I altered the code and it works!
But for the future, an Option in the settings would be nice.
again thank you and have a nice day.

the traveler