Flexslider – no links
-
I’m trying to find some help with Flexslider in ASP Classic. No idea if I’m in the right place. I’m using the theme Slider w/Thumbnail navigation. I have the large photo on top as expected and the carousel of small photos underneath as expected. But none of the small photos in the carousel have a hyperlink to the upper slider photo. Just no linking at all. I can flip through photos manually, but not link them. Any ideas?
<head> <link rel="stylesheet" href="flexslider/flexslider.css" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script src="flexslider/jquery.flexslider.js"></script> <script type="text/javascript" charset="utf-8"> $(window).load(function() { // Slider is the large photo $('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#carousel" }); // Carousel is the small photos for navigation $('#carousel').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, itemWidth: 120, itemMargin: 20, asNavFor: '#slider' }); }); </script> </head>thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Flexslider – no links’ is closed to new replies.