I went to take a look and yes the lightbox is working through the store...but do you need to be registered for classes to see the gallery, I saw no images what so ever in there.

Before this started messing up, did you edit any code, install a new addon -- possibly overwriting a needed file?

what zen version and template are you using---very neat looking I might add


Quote Originally Posted by slobadog View Post
I'm pulling my hair out here and am in need of a little help. I have had this mod working quite successfully for a few months. It still works in the shop for product pics and additional product pics but the gallery itself is, well, missing. It's run through page_3 with
Code:
<?php  
$G_JGALL['inc_path'] = 'gallery/'; 
include($G_JGALL['inc_path'] . 'index.php');  
?>
but it seems that the gallery is not being included anymore (judging by the source code). The thumbnails appear if I go straight to /gallery/index.php. I'm pretty sure I haven't done anything (obvious) that would break it, especially since it's suddenly broken in two instances of the gallery (page_2 as well). It's hosted with Melbourne IT, here: http://131.103.66.217/index.php?main_page=page_3

Any clues anyone?

TIA