Hi I have the jquery lightbox and jquery zoom working on my site and they are great.

I tried to add a new mod which also uses js - its for the scrolling featured - new products sideboxes -

For some reason the scrolling boxes are not working. I have made a post on the support thread and was replied that the minify script is not pulling the js coding for the scrolling sideboxes.

I have been advised to post on this forum to see if there is a fix

thanks

-----------------------------------------------

when i installed jquery zoom and lightbox they did not work - it was a file from the jquery lightbox which needed amending - i have copied and pasted the code below for the file in question. The file was given to me by a member of this forum that was able to get details from the developers

this is the file that needs replacing
includes/templates/your_template/auto_loaders /loader_lightbox.php

HTML Code:
<?php
/**
 * jqzoom auto_loaders
 *
 * @author yellow1912 (RubikIntegration.com)
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 */
if(JQLIGHTBOX_STATUS == 'true'){
$pages = explode(',',JQLIGHTBOX_PAGES);

$loaders[] = array('conditions' => array('pages' => $pages),
										'jscript_files'			 => array(
																						'jquery/jquery-1.3.2.min.js' 					=> 1,
                      											'jquery/jquery.lightbox-0.5.min.js' 	=> 11,                                                              
                       											'jqlightbox.php' 											=> 	12                                   
                                                                  
                                                                  ),
                     'css_files'					=> array('jqlightbox.css'								=> 1)
                                                                  );  
}
hope this helps - it worked for me and you can see both mods in action at http://www.zainabscollection.com

this is also the store where the scrolling sidebox does not work

any help will be appreciated

thanks