Questions tagged [fullpage.js]

jQuery plugin and Javascript library used to create full screen scrolling websites

FullPage.js is a jQuery plugin used to create full screen scrolling websites.


Resources


Related tags

1215 questions
-1
votes
1 answer

Create a div with iframe in jquery

When someone clicks an image it will darken the screen and the video will play. But it's not working, any help would be appreciated. Thank you. (I'm using bootstrap and fullpage.js) HTML:
Matt Williams
  • 43
  • 1
  • 7
-1
votes
1 answer

fullpage.js only on certain pages

is it possible to have fullpage.js only on home page, and on another to have normal web page. So far, when I put framework to work, it work perfectly on home page, but now I want to have another page which is normal, without any scrolling options (I…
Marko Petković
  • 185
  • 1
  • 16
-1
votes
1 answer

fullPage.js - scroll back to the top do not work

I am using fullPage.js jQuery Plugin with scrollOverflow: true. When I scroll down and want to return back to the top of the page it does not work in mobile devices. $('#fullpage').fullpage({ paddingTop: '50px', paddingBottom:…
user3351236
  • 2,488
  • 10
  • 29
  • 52
-1
votes
1 answer

Fullpage.js not loading in mobile device in odoo website

I developed one website in odoo.. with scrolling animation fullpage.js but, my fullpage.js is not loading in mobile device..any help would be great.
-1
votes
1 answer

Other pages are is not responsive for the same media query

Im using fullpage.js for single page webisite the first that is home page is fit in the viewport but other pages bottom is invisible for the same media query
blackHawk
  • 6,047
  • 13
  • 57
  • 100
-1
votes
1 answer

JQuery FullPage.js make text not be in the centre

As in the title. Is it by default centred? I read through the jquery.FullPage.css file and I can't find a way to make the text be anywhere in the page except from the centre, centre-left, or centre-rigth. Cheers
hack-is-art
  • 325
  • 5
  • 20
-1
votes
1 answer

Fade transition in fullpage.js

I want to use fullpage for makeing pesonal site.How can i replace fade transition instead of slide effect for changing between to section? Fullpage.js demo: http://alvarotrigo.com/fullPage
MEHRYĀR.S
  • 77
  • 2
  • 13
-1
votes
1 answer

fullpage.js - how to create progress bar for slides when autoplay is on

I am using fullpage.js and have the basics setup ok. I am using the autoslide function afterRender: function() { idInterval = setInterval(function() { $.fn.fullpage.moveSlideRight(); }, 2000); I would like to add a timer progress-bar when…
hypermails
  • 726
  • 1
  • 10
  • 28
-1
votes
1 answer

Need to change variable after initializing library

I need give value for varrible after pressed button : $('#show-more').click(function() { $('#fullpage').fullpage({ scrollOverflow: false }) });
-1
votes
1 answer

fullpage.js and wordpress nav

I am trying to implement fullpage.js in my WordPress theme. Everything works fine, but I cant find a way to use the standard WordPress nav with the fullpage.js anchors. this is how i get my pages:
MatLeeh
  • 23
  • 2
-1
votes
1 answer

When using fullPage.js to create a "sliding page" effect: how do you get the sliding page to stop before a button bar?

I'm trying to get a fullPage.js slider to function properly for a particular design. It should slide up in the same manner it does here. The only difference is, when it arrives at the top, I'd like the sliding page to stop before a button bar. I've…
jephex
  • 13
  • 5
-1
votes
1 answer

transparent header fullPage.js --> slide background visible

is there a way to use a transparent header using fullPage.js, so I can still see the background-image from the section/slide fullscreen? Thanks!
Applecow
  • 796
  • 3
  • 13
  • 35
-1
votes
1 answer

Metalsmith Blog using FullPage.js

I am trying to set up a simple blog using Metalsmith and the fullPage.js library. At the moment I have a problem where the height of the section divs upon intial loading are roughly 2 times the correct size. Ie. when it initially loads the height…
-1
votes
1 answer

HTML&CSS: Foundation as floating div on the fullpage.js plugin

I'm trying to use foundation as a floating div on top of my fullpage The foundation has some interactive elements in it (changing text sizes, etc) example can be seen here: http://goedgevonden.net/laurent/examples/index.html everything is working so…
Alfred Kwak
  • 85
  • 11
-1
votes
2 answers

Fullpage.js: How to add css class "active" to slide anchor

I added the "active" class to my entries of a menu so highlight which section is currently selected. Is it possible to add this also for slides? Version: 2.6.4
gregor
  • 2,397
  • 2
  • 12
  • 18