hi, literally know nothing about javascript so i'm here looking for some direction. i have a wordpress theme called centita installed on this site and the animated slider on the homepage is javascript driven. i only selected one page (The AAA Guarantee page) to show in my slider. So the problem is that the slider keeps recycling its display process. I just want the image and description to appear once and remain up. please advise how i would go about this? here's the code from different template files which hopefully will help: slideshow.php = http://pastebin.com/QnS6TuGb slideshow_pages.php = http://pastebin.com/MUiDrvLF slideshow_posts.php = http://pastebin.com/iKTw9Wwm index.php = http://pastebin.com/aZ8z7bLP please advise. thanks in advance!
Best thing is to see what slider component is used, check it's online documentation for any options to get done what you want, and then find the initialization point of the javascript slider to change those options there. It's Not an easy job, probably.. Wordpress can be a steep learning curve if you wanna develop for it. I found it too complicated to enjoy working with it. First thing to do is find the <head> section for the page that has the slider on it. Then check the <script type="text/javascript" ...> tags referenced there to see which one is the slider. If you're lucky it has some javascript to initialize it's options right in the <head> of the page. Or it may be in your HTML markup near the HTML for the slider. Or it may simply be the default options from the slider script itself. Documentation and an email address for the author of the slider (and possibly the guy/gal who integrated it into wordpress) is key to getting it fixed, probably.