Quote Originally Posted by picaflor-azul View Post
There are no configuration settings in the admin for the slider. There is no way that importing your database broke it. It is a lot more likely that something else you did caused the problem. Did you edit the define_main_page.php with anything other than the "plain-text" editor?

Thanks,

Anne
Thanks for the quick response! I only used the plain text editor. Here is my code from my define_main_page.php

<div id="indexDefaultMainContent" class="content"> <script type="text/javascript" src="includes/templates/alysa_rounded/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.picaflor-azul.com"><img src="includes/templates/andover_modern/images/slide1.jpg" alt="first slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/andover_modern/images/slide2.jpg" alt="second slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/andover_modern/images/slide3.jpg" alt="third slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/andover_modern/images/slide4.jpg" alt="fourth slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/andover_modern/images/slide5.jpg" alt="fifth slide image" /></a></li>
</ul>

</div>


</div>

Thanks again Anne,
Amy