Hello, I am testing Phoca Gallery with the Shape 5 Vertex Template and I’m encountering an issue when selecting an image.
A blank popup appears, which cannot be closed or dismissed.
(example: https://www.vascotto.it/0test0/travel/napoli)
I suspect it’s a compatibility issue between the template and Phoca Gallery, but we can’t figure out how to solve it.
I’ve searched this forum and online, but without success.
Perhaps someone has experienced this before and has a solution other than changing the template ;-)
Thank you for any help!
Phoca Gallery vs Shape 5 Vertex Template.-
-
- Phoca Newbie
- Posts: 9
- Joined: 29 Sep 2011, 09:06
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Phoca Gallery vs Shape 5 Vertex Template.-
Hi,
Try this Code:
at the end of template.css or you have custom.css to prevent overwriting during a template update.
Kind regards
Christine
Try this Code:
Code: Select all
.modal.fade#pgCategoryModal {
display: none !important;
}
Kind regards
Christine
-
- Phoca Newbie
- Posts: 9
- Joined: 29 Sep 2011, 09:06
Re: Phoca Gallery vs Shape 5 Vertex Template.-
Works
Popup gone
Thank you so much
Popup gone
Thank you so much
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Phoca Gallery vs Shape 5 Vertex Template.-
Hi,
You're welcome!
Kind regards
Christine
You're welcome!
Kind regards
Christine