woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.91k stars 1.69k forks source link

i need help with flexslider when its hidden ? #1707

Closed tjnapster555 closed 2 months ago

tjnapster555 commented 6 years ago

goto this http://www.diehlgroup.com/ website and then go down to services when click on services their a div show with flexslider i want to do this please help me how i can do this

image slider-2 is big image slider-1 is big image carousel is thumbs

i want to click on carousel and control both the slider with one carousel

if i able to do that then next i want to do is the click on div below and then take all 3 flexslider elements to show the value base on div number click

I want the exactly website style in my website please help me ?

 $('#carousel').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        // selector:"slides-selector > div",
        slideshow: false,
        reverse:false,
        itemWidth: 210,
        itemMargin: 5,
        asNavFor: '#slider-2'
    });

    $('#slider-1').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        reverse:false,
        slideshow: false,
        sync: "#carousel"
    });

    $('#slider-2').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        reverse:false,
        slideshow: false,
        asNavFor:"#slider-1"

    });