Quote:
Quote from AndreasE22 on January 16, 2013, 11:08
No, i mean:
I do NOT want the slider (i want just pictures, no slide).
Can you stop the slide?
Please go to your WP-Admin > Appearance > DISCUSSION Options > Extra Options > Custom Code within Head Area and paste the following code there and Save Options
Code:
<script type=”text/javascript”> jQuery(window).load( function(){ jQuery(“#scroller”).simplyScroll({ startOnLoad:’false’ }); }); </script>