-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhotoSwipe only working for Webmaster #356
Comments
Sounds like the same problem: |
Also thought so, but @MondyNor mentioned it's solved in 2.5.17 while I still have the problem within this version. |
No, the problem i had was to show pictures full screen, as i understand his post he has problem with getting the slideshow to work. Anyway maybe it can be related to a plugin so here are a list of all the plugins i have installed and which ones i have active https://gyazo.com/33e30cf5a577a8947801709c3a321f7e And my configuration for the theme https://gyazo.com/86262b729a530abd6ff2ba48de8ceff5 |
Oh, I'm very sorry! I created my Piwigo installation some time ago and totally forgot about plugins (which I normally first try to deactivate…). I had the plugin “rightClick” installed and activated. When I deactivate this plugin, it works perfectly. PS: I know that disabling the right click is in no way fully protecting images from being stolen, but this is a private photo share and I just wanted to prevent some people from downloading them. Now, I implemented the same feature with an additionalHead element, some JavaScript (which again is easy to bypass):
|
You could also use the watermark option for that, which i do :) Good to her you solved it |
Thanks for the script! I managed to disable the right-click menu with that using the Personal Plugin option as described here https://github.com/Piwigo/piwigo-bootstrap-darkroom/wiki/Add-custom-CSS-and-Javascript |
I have the following problem: I'd like to open PhotoSwipe's lightbox by default when clicking on a picture's thumbnail. I've found the corresponding setting under
Configuration > Themes > Boorstrop Darkroom > Configuration > Settings > Appearance > Thumbnail page display > Link thumbnail to PhotoSwipe Slideshow
.It works perfectly fine when I'm logged in as the webmaster. But for other users (
User
orGeneric
), the Picture details page opens, the full-screen button is also not working.Is there a requirement to enable PhotoSwipe for all users? I didn't find an option for that… Or do you have any other ideas?
Tested on:
The text was updated successfully, but these errors were encountered: