-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
One "section" only. #581
Comments
You can use the option Live demo: http://jsfiddle.net/97tbk/157/ Slides demo: http://jsfiddle.net/97tbk/158/ <div id="fullpage">
<div class="section">One</div>
</div>
<br>afsasdfas fdfjasdklfjla
<div class="box">text</div>
<br>afsasdfas fdfjasdklfjla
<div class="box">text</div>
<div class="box">text</div>
<div class="box">text</div> |
Hi, I'm facing an issue with your (amazing) plugin. I would like to use it as descripted above (use fullpage on a single section), but your fiddles aren't working (tested them on latest Chrome and Firefox version). When you scroll the first section it behaves like fullpage isn't active, and then the page scrolls back to top. Can you help me solving this? At least to fix the fiddles, with a working example I can work by myself... Thanks a lot in advance, have a nice day. |
Use the option |
Hi, thanks for the quick answer. Just tried your solution on your fiddles, in both cases the page doesn't I'm sorry for my previous bad explanation (and bad english too), what I Maybe now that I've been clearer you can help me! Daniel Daniel Capurro 2016-06-23 11:33 GMT+02:00 Álvaro notifications@github.com:
|
As expected. Because you are using The only other option is to use scrolloOverflow:true and have something like in the scrolling example |
Thanks, using Thank you for your help and for the patience you showed with a noob like me. Have a nice day. |
Hello. Just to say what a great plugin, so many great features however I am having problems with what the people above have asked for. I was wondering is it possible at all to have only the first div to have the full page affect and then have the rest of the site work as normal. I have been using all the options including the scrolloverflow that you mentioned but nothing seems to work. It just blocks at the second div and doesn't show the rest of the divs. I have followed all the instructions exactly for markup. Thank you for getting back to me. |
Use |
I am so sorry but I can't seem to replicate this fiddle which works exactly how I want it, on my project, let alone on a stand alone html page. I have literally copy pasted your fiddle same links same everything. I get this error: 2jquery.fullPage.js:2771 Uncaught TypeError: scroller.wheelOff is not a function |
@rohanchambers if you read the docs you'll find that:
Which you are not doing. |
@alvarotrigo Sorry, me just being careless. Working fine now. Many thanks and what incredible plugin you have built. |
How to enable padding on other normal sections that are below the main section? Only the first section that is in wrapper only applies padding. |
This plugin is still amazing in 2018. @alvarotrigo you mentioned:
That second section is still fixed height and not scrollable in the fiddle. Is there a way to setup the markup so you can "scroll past" the #fullpage sections and into normal scrollable content? Thanks. |
@BenRacicot glad you like it! |
Wow @alvarotrigo really impressive and exactly what I was looking for. Thank you very much for replying. |
I do have the same problem. Can you provide me the js fiddle link? |
@alvarotrigo |
Unfortunately jsfiddle has removed thousands of URLs for a strange reason. Nothing we can do. |
Is there any alternative similar page link? It would be of great help. |
See this example which is available on the demo page examples link. |
Actually, what I want is little different from https://alvarotrigo.com/fullPage/examples/oneSection.html this. |
You probably want to look at other sliders out there. |
@alvarotrigo Thanks for this great plugin , but how to have this smooth scolling effects with one single section : https://alvarotrigo.com/fullPage/examples/oneSection.html and I want to know if there's a way to add a button to scroll down to rhe rest of content . |
Hi, so I'm trying to achieve the same effect of having only the first few sections of my website work to have the fullpage effect and the following pages to go back into a normal scroll. Except I'm using webflow and I don't know what to write in the body section. (I followed your video on how to set it up) |
Hello, I would like to know if there is a way I could use only one single piece of my website as a "section" to pass through only one scroll, and the rest of the website use it normally!
Thank you.
The text was updated successfully, but these errors were encountered: