Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi,

    To implement this piece of code into your fullPage, first visit this link to override your template.

    Once you’ve done the first step, open “wp-fullpage/js/jquery.fullpage.custom.js” and paste this code

    //For the section 1, slide 0 to the right...
            if (index == 1 && slideIndex == 0 && direction == 'right') {
                var section2 = $('#section1');
                var section3 = $('#section2');
                $.fn.fullpage.setScrollingSpeed(0);
                $.fn.fullpage.scrollSlider(section2, 1);
                $.fn.fullpage.scrollSlider(section3, 1);
                $.fn.fullpage.setScrollingSpeed(1000);
            }

    in the “fullpageSlideLeave” function.

    I did not test this piece of code, but it is the way to implement it in your fullpage.

    Sincerely,

    Julien

    Hello,
    I am indeed looking for the same functionality. I’m posting just to say that I tried this code out and it unfortunately did not work (it actually disabled the ability to switch between slides). Anyways, Julien I have emailed you about this and other things and I do hope we can work together to find a solution to this challenge!
    Best,
    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change vertical and horizontal scrolling’ is closed to new replies.