Need jquery slider in thumbnail area

I am working on a project http://www.node.au.com. in the home page as you can see a lot of images and what I need to do is put a slider for those images that have more than one image so that user can see it without clicking the image that this particular image have more than one image like in http://themes.swiftpsd.com/clique/ and also I need the same caption for title of the image when mouse hover on image as in the above reference link. I searched for it but could not find it.

here is my code

    <ul id="fdgSlides">
<?php if(get_post_meta($post->ID, 'two2_project_featured_image',true)==1){
    $showFeat = false; } else { $showFeat = true; } $nvideoshtml5 = 1; $naudios = 1; 

$images = two2_get_project_media('thumbnail','large_slideshow',$showFeat);     
    if(count($images)>0){ foreach($images as $image){ ?> 

Related posts

Leave a Reply

1 comment