[SOLVED] Clean Canvas Theme - Shadow box Double vision

05gpgtp

Joined: 2013-06-12
Posts: 38
Posted: Sun, 2013-06-16 03:50

When I go into my gallery and click on the album, it loads all the resized photos, then I click on one of those and it loads a bigger one on a different screen. When I click on that final photo it opens a box to view the photo, when I close that box there is a second one open. It's like it opens 1 under the other.

Any ides how to fix this?

Shadow Module installed

 
05gpgtp

Joined: 2013-06-12
Posts: 38
Posted: Sun, 2013-06-16 03:55

After I looked at the module again, I disabled shadow box. I only have 1 box showing now. So I suppose I have to edit a page or something? I saw where you had to edit two files in the wind theme. I'll try those pages to see if that works. Looks like it's overriding.

 
05gpgtp

Joined: 2013-06-12
Posts: 38
Posted: Sun, 2013-06-16 04:08

well it did nothing for me. I comment out in photo.html.php

<code>
$(".g-fullsize-link").click(function() { $.gallery_show_full_size(<?= html::js_string($theme->item()->file_url()) ?>, full_dims[0], full_dims[1]); return false; });

</code<

and in page.html.php

<code>
<?= $theme->script("gallery.show_full_size.js") ?>
</code>

Still brings up 2 boxes with shadowbox module enabled

 
05gpgtp

Joined: 2013-06-12
Posts: 38
Posted: Sun, 2013-06-16 04:14

UPDATE, I realized I had fancybox enabled as well, hence the TWO popup box!! My bad!

SOLVED!!