Multiple plugins cause the problem with closing detail view

Phoca Gallery plugins - plugins for Phoca Gallery extension
MrLisa
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 12 Apr 2019, 10:14

Multiple plugins cause the problem with closing detail view

Post by MrLisa »

The single Phoca Gallery Plugin on my site page works correctly, but multiple plugins cause the problem with closing detail view. The image resized to small thumb stays visible in the page top area. I think the problem is the "Root element of PhotoSwipe" class resetting. It's the div-container with following class in detail view:

Code: Select all

class="pswp pswp--supports-fs pswp--open pswp--notouch pswp--css_animation pswp--svg pswp--zoom-allowed pswp--visible pswp--animated-in pswp--has_mouse"
Closing the detail view must reset the class to:

Code: Select all

class="pswp"
But with multiple plugins closing the detail view resets it to:

Code: Select all

class="pswp pswp--supports-fs pswp--open pswp--notouch pswp--css_animation pswp--svg pswp--zoom-allowed pswp--visible"
So it don't remove the image with closing detail view. The issue example here: http://magnes-pro.ru/fuchs/fuchs-russia/24-quality

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Multiple plugins cause the problem with closing detail view

Post by Jan »

Hi, thank you for the info, try to download version 4.3.16. It should be Ok there.
https://www.phoca.cz/download/category/ ... ery-plugin
Please let me know.

Thank you, Jan
If you find Phoca extensions useful, please support the project
MrLisa
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 12 Apr 2019, 10:14

Re: Multiple plugins cause the problem with closing detail view

Post by MrLisa »

Jan wrote: 15 Apr 2019, 02:40 Please let me know.
Hi, it seems everything is ok running the 4.3.16, thank you
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Multiple plugins cause the problem with closing detail view

Post by Jan »

Hi, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply