Phoca Gallery vs Shape 5 Vertex Template.-

Phoca Gallery - image gallery extension
assospiz
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 29 Sep 2011, 09:06

Phoca Gallery vs Shape 5 Vertex Template.-

Post by assospiz »

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!

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Phoca Gallery vs Shape 5 Vertex Template.-

Post by christine »

Hi,

Try this Code:

Code: Select all

.modal.fade#pgCategoryModal {
display: none !important;  
}
at the end of template.css or you have custom.css to prevent overwriting during a template update.

Kind regards
Christine
assospiz
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 29 Sep 2011, 09:06

Re: Phoca Gallery vs Shape 5 Vertex Template.-

Post by assospiz »

Works
Popup gone
Thank you so much
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Phoca Gallery vs Shape 5 Vertex Template.-

Post by christine »

Hi,

You're welcome!

Kind regards
Christine
Post Reply