Hi.Im really happy to use your plugin.I have some divs.I want to place these divs above the sections.And it have to be fixed.Just like the slide arrow controls.They have to be remain fixed even if slide changed or not.Any help will be appreciated.
Just use CSS to fix then and place them outside the plugin's wrapper. Just as the menu is in any of the provided examples.
If you still don't know how to do it, you'd better ask in http://stackoverflow.com/ as yours is a CSS knowledge question and not a fullpage.js one.
Hello @alvarotrigo, may I know what is the fixedElements options for? Can you give me an example code? I have to wrap the fixed elements inside the Fullpage's plugin, because they don't always appear and they appear at certain section. (I use it in the scrolloverflow section).
Thanks.
Sure:
fixedElements: (default null) Defines which elements will be taken off the scrolling structure of the plugin which is necessary when using the css3 option to keep them fixed. It requires a string with the jQuery selectors for those elements. (For example: fixedElements: '#element1, .element2')
You can not use fixed elements within elements using translade3d transformations. If they didn't change it Chrome won't deal with them properly and they won't get fixed. You need to place them outside the plugin's structure.
Good afternoon friend, excellent work with this plugin. I have a question, I'm using fixedElements to position a form on the side of the view, but in responsive I need to remove this property and I do not know how to do it. I hope you can help me, thank you very much.
@garcia559 the only single thing fixedElements does is place the element outside the fullpage.js wrapper.
Just move it inside whenever you need by using Javscript or jQuery.