First off I want to take the time to say a massive thank you for your template. When I get it working I will most definitely be buying you a coffee leaving links to your paid templates and directing as many people as I can your way.

I am posting here because for the life of me I cannot figure out why the image slider is not showing up on our test site.

This is a clean install of a 1.3.9g site.
For testing purposes I cloned our existing database and upgraded it to a 1.3.9g format.

Other than that no modifications have been made.

If I view the page source of the demo site versus the page source of ours there is no reference at all of this ...

<div id="indexDefaultMainContent" class="content"> <script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>

<script type="text/javascript">
$(document).ready(function(){

$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});

});
</script>



<div id="slider">
<ul>
<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide1.jpg" alt="first slide image" /></a></li>

<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide2.jpg" alt="second slide image" /></a></li>
<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide3.jpg" alt="third slide image" /></a></li>
<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide4.jpg" alt="fourth slide image" /></a></li>
<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide5.jpg" alt="fifth slide image" /></a></li>


</ul>
</div>


</div>



Which of course is the image slide show.

Would there be anything in another templates database changes that could switch this off ??


Test site link is gamesnash[dot]ie/139test