Error: DIV with ID "fadeshow4" not found on page.
1. Title: Ultimate Fade-in slideshow (v2.6.1)
2. DD URL: http://dynamicdrive.com/dynamicindex...nslideshow.htm
I have recently installed this slideshow on my homepage and it seems to work fine. However I also wish to hide it from every other page of the site. Here is the code I am using to hide the slideshow elsewhere.
<?php if ($this_is_home_page) { ?>
<div id="fadeshow4"></div>
<?php } ?>
When I go to any page other than the homepage I get this error: Error: DIV with ID "fadeshow4" not found on page.
======================================================================================
I believe this is the javascript code that needs to be changed, commented out or removed, but I am not sure how to do that so the script quits checking for errors.
Here is that code. Your help with this is greatly appreciated.
]
if (setting.$wrapperdiv.length==0){ //if no wrapper DIV found
alert("Error: DIV with ID \""+setting.wrapperid+"\" not found on page.")
return
}