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

Scroll issue in firefox and safari #11

Open
sunandabansal opened this issue Jul 11, 2014 · 0 comments
Open

Scroll issue in firefox and safari #11

sunandabansal opened this issue Jul 11, 2014 · 0 comments

Comments

@sunandabansal
Copy link

Hi,

Your plugin is great. I just ran into an issue with it in Firefox and Safari. It works perfectly in chrome though. Its possible that it could be because of some conflict with other plugin.

So, I used your plugin on a website with two full screen sections and a third section for normal scroll (single page website).

HTML:

<div class="vertical-slider">
    <section class="vertical-section" id="page1">
        <img src="http://x2creative.abinitiohk.com/wp-content/uploads/2014/07/image1-top.png" class="vertical-sec-img top-half"/>
        <div class="thick-black-divider"></div>
        <img src="http://x2creative.abinitiohk.com/wp-content/uploads/2014/07/image1-bottom.png" class="vertical-sec-img bottom-half"/>
    </section>
    <section class="vertical-section" id="page2">   
            <img src="http://x2creative.abinitiohk.com/wp-content/uploads/2014/07/image2.png" class="vertical-sec-img top-half"/>           
    </section>
</div>
<div class="wrapper"><!--rest of the sections and body--></div>

JavaScript:

$('.vertical-section').scrollSections({
    createNavigation:true,
    navigation: true,       
    animateScrollToFirstSection: false,
    mousewheel: true,
    alwaysStartWithFirstSection: true,
});

So, what happens is, that i can scroll from #page1 to #page2 and then scroll through the rest of the site normally in chrome but in case of firefox and safari, the site just won't scroll past #page2.

It could be conflicting with some other plugin but i can't know for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant