fullpage.js Questions
6
Solved
I have a tree-structured database and in my website I am going down the tree as I show their content in "sections" and "slides" of fullPage.js plugin. The problem is, when I append a new section to...
Biddy asked 14/4, 2016 at 14:42
6
I am using fullpageJS https://github.com/alvarotrigo/fullPage.js/ to make my website.
However when trying to change the arrow style:
.controlArrow.prev {
left: 50px;
background: url(left.png);
b...
Backside asked 11/9, 2014 at 11:10
2
Solved
I am building an Angular app that uses fullpage.js in a few of its pages. Currently, I am initializing fullpage (e.g. $('#this-routes-fullpage').fullpage({ options... }) ) using a custom directive ...
Densmore asked 14/5, 2015 at 19:15
3
Solved
I'm trying to use Fullpage.js. Here is my script:
<div id="fullpage" style="margin-top: 55px">
<div class="section" id="first" style="background-color: red">Some section - Home</di...
Colugo asked 29/9, 2017 at 6:44
2
In my project I want to fade in divs in html and I am using the following code
$(document).ready(function() {
/* Every time the window is scrolled ... */
$(window).scroll( function(){
/*...
Ganesa asked 31/12, 2015 at 13:8
1
I am trying to use full page with angular 2,
I am getting the below error when importing it in my app.module.ts.
"(SystemJS) Unexpected token <
SyntaxError: Unexpected token <
at eval (&l...
Decasyllabic asked 19/2, 2017 at 11:26
4
Solved
I'm using fullpage.js and the slimscroll.js plugin, which is required to allow scrolling in a section which has content that exceeds the height it's container section.
I've noticed that the experi...
Resonance asked 17/3, 2014 at 14:50
3
I am trying to use full page + angular2:
I am somehow unable to load the ng2-fullpage package to use,
below are my files:
systemjs.config.js
(function (global) {
System.config({
paths: {
// p...
Filmer asked 19/2, 2017 at 9:4
2
Solved
Im using fullpage.js to achieve vertical and horizontal scroll.
i want the slider to slide when i scroll on Section 2.
Functionality similar to this website
Here's my code :
$(document).ready...
Middling asked 3/10, 2015 at 7:54
2
Solved
I'm trying to get to work the plugin fullPage.js (http://alvarotrigo.com/fullPage/).
But I have an issue with some part.
When I slidie section by section it works ok, but when I reach the last sec...
Madore asked 12/1, 2016 at 20:46
3
In fullpage.js core functions
How to customize such that when set option autoScrolling: true.
1.only disable mouse scroll behavior trigger in section scrolling control.
2.other keyboard scroll t...
Dermal asked 2/12, 2014 at 9:29
2
Solved
After experimenting with some of the options I still did not get satisfying result:
The used Javascript library is FullpageJS (http://alvarotrigo.com/fullPage/)
Fullpage.js is initialized with th...
Chaddie asked 22/10, 2015 at 18:37
2
I have really weird problem and totally no clue how to solve it.
I am trying to build very simple fullpage.js and meteor.js implementation. The code below works, but after a few minutes, it breaks...
Ramonramona asked 27/2, 2015 at 22:43
2
Solved
I am using fullPage.js to create a full width and height slider for several fullscreen-slides. So my site structure is like
section#f01
section#f02
section#f03.scrollfix
section#f04
I want to sk...
Colonic asked 17/4, 2015 at 8:51
5
Solved
my HTML5 video autoplay is not working.
<video preload="auto" autoplay="true" loop="loop" muted="muted" volume="0" id="myVideo">
I also tried without the ="true" value, and it doesn't wor...
Thorpe asked 21/8, 2014 at 15:33
1
I've just noticed a wrong behavior of Chrome 36.0.1933.0 m rendering when using fullpage.js plugin.
This bug didn't took place in a previous version of Chrome and it neither does in any other brow...
Wolfson asked 16/4, 2014 at 10:42
1
Solved
So I'm using fullpage.js for a website I'm working on. I have a section that contains bio's of team leaders that open in a lightbox using Nivo lightbox. When you click on the person, their lightbox...
Ethology asked 17/7, 2014 at 17:50
1
Solved
I'm using the fabulous fullpage.js to make a single page website.
Here's the basic code:
<div id="fullpage">
<div class="section" id="section0">
<h1>Page 0</h1>
<p&...
Linnet asked 17/4, 2014 at 14:32
1
Solved
Right, this is not easy to explain... I'm using jquery.fullPage.js for a website. I have a few collapsable panel hosting a big amount of copy which requires scroll. My problem begins when I enable ...
Tradesman asked 13/3, 2014 at 14:23
1
Solved
I have two buttons: #btn1 and #btn2; and I want them to go back and forth when clicked. So #btn1 must go to previous slide and when I click #btn2 it goes to the next slide.
I use fullPage.js for ...
Rhinelandpalatinate asked 28/11, 2013 at 15:7
2
Solved
I have just started using the fullpage.js library(?) and am wondering how to add in a background image to a section. I have tried adding in a new div inside the section and also adding a new class ...
Toaster asked 20/11, 2013 at 22:28
1
© 2022 - 2024 — McMap. All rights reserved.