PaddyTaylor said
http://www.htmlgoodies.com/tutorials/web_graphics/article.php/3480061/How-To-Add-a-YouTube-Video-to-Your-Web-Site.htm
Thank you PaddyTaylor! That was a big help. I had tried that before and not sure what happened, but it didn’t work the first time. Tried it again, and now it works. Thanks again! 1 down, 2 to go 
EKDesigns said
Yes, tried that. Here’s what the code looks like: < / a >The code was already in the code, I just added the Eye tracking with the Wayne Saccadic Fixator
You’re editing the wrong part, if you go down a few lines you’ll see a div with the class hover_img_content, add a title to the link inside it
As OrganicBee just beat me to it – find the right place to put the title. The slider speeds in the JS files
ok, I’m trying to do that right now and have placed it in several spots in the class hover section. it’s still not working. where exactly should i add it? here’s my code I’ve just removed all > symbols: a href=”images/gallery/4col-6big.jpg” rel=”prettyPhoto” class=”hover_img_content_link3 right” /a /a /div /div
div class="span-6 notopmargin hover_img last"
a title=" " img src="images/gallery/4col-6.jpg" class="bordered_img last" alt=""/ /a
div class="hover_img_content"
h4 Eye tracking with the Wayne Saccadic Fixator /h4
a title=" "EKDesigns I beleive the author will help you. He happens here in the forum.
1. I need to slow down the slider on the index page. I’ve used the steps in the documentation provided with the template and it is not working.Chances are you’re not doing it right.
That template seems to be using NivoSlider, here’s the documentation of the slider js-plugin.
You’d need to edit
/js/custom.js,
Find:
$('#slider').nivoSlider({
pauseTime:5000,
Change the value of “pauseTime” in milliseconds (5000 for 5 seconds).
3. On all images, when clicked on there’s a caption of “undefined”, I cannot figure out where to edit that.
<img src="images/gallery/4col-3.jpg" class="bordered_img last" title="HERE GOES MY CAPTION FOR LIGHTBOX" alt="Eye/Hand Coordination with the Marsden Ball" />
Actually, the title should be set on the link inside the “hover_img_content” div that follow.
Just saying because you have a sexy avatar, otherwise i would tell you to learn by yourself as you pretend to be a webdesigner who sells your work (actually stealing my job and abuse your client) when you can’t fix basic code 
Just my 2 cents, maybe give OrangeIdea some time. I’ve purchased a theme from him before (not Rise) and was back and forth on a customization I needed for a client that was not a theme issue which he was not obligated to do at all and he was very helpful.
<div class="hover_img_content"> <h4>Eye/Hand Coordination with the Marsden Ball</h4> <a href="images/gallery/4col-2big.jpg" rel="prettyPhoto" class="hover_img_content_link3 right" title="Eye/Hand Coordination with the Marsden Ball"></a> </div>
hexahedron said
1. I need to slow down the slider on the index page. I’ve used the steps in the documentation provided with the template and it is not working.Chances are you’re not doing it right.
That template seems to be using NivoSlider, here’s the documentation of the slider js-plugin.
You’d need to edit/js/custom.js, Find:$('#slider').nivoSlider({ pauseTime:5000,Change the value of “pauseTime” in milliseconds (5000 for 5 seconds).
3. On all images, when clicked on there’s a caption of “undefined”, I cannot figure out where to edit that.<img src="images/gallery/4col-3.jpg" class="bordered_img last" title="HERE GOES MY CAPTION FOR LIGHTBOX" alt="Eye/Hand Coordination with the Marsden Ball" />
Hexahedron, thank you. I actually tried that when I first got the template and it didn’t work. I tried several times and nothing changed. I’m not sure what the difference is now, but it worked this time.
