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
Posts: 38
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.
Posts: 38
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
Posts: 38
UPDATE, I realized I had fancybox enabled as well, hence the TWO popup box!! My bad!
SOLVED!!