In the product description page when you click on the "enlarge image" the image comes up but over top it comes up and says
Error: Empty div fadeshow1 not found on page.
You will need to limit the slideshow display pages to exclude the popup page(s).
Edit jscript_fadeshow_setup.php and change the if statement to something like
PHP Code:
<?php if (!in_array($current_page_base, explode(',','popup_image')) { //set any desired condition for each fadeshow
?>
If there are other pages where the fadeshow is not desired, you can add to the 'popup_image' like 'popup_image,other_page_name'.