Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical Slider not working #1340

Open
CenkJaxon opened this issue May 27, 2015 · 2 comments
Open

Vertical Slider not working #1340

CenkJaxon opened this issue May 27, 2015 · 2 comments
Assignees
Milestone

Comments

@CenkJaxon
Copy link

Hi, unfortunately vertical slider is not working, when using as carousel.
Please have a look at https://www.zugeschnuert-shop.de/steampunk-piraten-unterbrust-korsett/a-1130460/
I'm using version 2.5 and this is the initialization code:

        $('#carousel').flexslider({
            animation: "slide",
            controlNav: false,
            animationLoop: false,
            slideshow: false,
            itemWidth: 105,
            itemMargin: 15,
            direction: "vertical",
            asNavFor: '#slider',
            before: function() {
                $('.flexslider .slides').removeClass('end');
            },
            end: function() {
                $('.flexslider .slides').addClass('end');
            }
        });
        $('#slider').flexslider({
            animation: "slide",
            controlNav: true,
            animationLoop: false,
            slideshow: false,
            sync: "#carousel",
            directionNav: true
        });

When I remove asNavFor: '#slider', it works, but then I lose the "Remote control function".

@jeffikus jeffikus self-assigned this May 28, 2015
@jeffikus
Copy link
Contributor

Thanks, I'll give this a test run, but it definitely won't make it into this weeks release cycle.

@guilhermealveslopes
Copy link

I saw u'r website, HOW DID U FIX THIS? please i need fix this. =/ Thanks.

@jeffikus jeffikus added this to the 2.6.5 milestone Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants