Page 1 of 1

Multiple plugins cause the problem with closing detail view

Posted: 12 Apr 2019, 11:19
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

Re: Multiple plugins cause the problem with closing detail view

Posted: 15 Apr 2019, 02:40
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

Re: Multiple plugins cause the problem with closing detail view

Posted: 16 Apr 2019, 14:05
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

Re: Multiple plugins cause the problem with closing detail view

Posted: 18 Apr 2019, 15:35
by Jan
Hi, great to hear it.

Jan