WordPress Strange Slider behavior: Blank slide after the last image
I've made a website using WordPress. The problem is the blank slide after the last image. I've checked in Firefox firebug there is not any blank slide or script in code but it is shown in the original site. Any known solution then help me out.
Answers
I just noticed you have this line
<script type="text/javascript" src=".../wp-content/themes/twentyten/js/startstop-slider.js"></script>
and then you have the same code again inside that page
<div id="detail_slider"> <script language="javascript"> ... ... </script>
Try removing that external startstop-slider.js file from the page. Maybe they are interfering with each other.