Click here to Skip to main content
15,895,011 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: CSHTML5 Pin
Super Lloyd7-Mar-19 14:55
Super Lloyd7-Mar-19 14:55 
GeneralRe: CSHTML5 Pin
Wastedtalent7-Mar-19 20:49
professionalWastedtalent7-Mar-19 20:49 
GeneralRe: CSHTML5 Pin
#realJSOP8-Mar-19 1:21
mve#realJSOP8-Mar-19 1:21 
GeneralRe: CSHTML5 Pin
Mark_Wallace9-Mar-19 0:51
Mark_Wallace9-Mar-19 0:51 
GeneralRe: CSHTML5 Pin
Super Lloyd9-Mar-19 4:22
Super Lloyd9-Mar-19 4:22 
GeneralRe: CSHTML5 Pin
Super Lloyd9-Mar-19 4:23
Super Lloyd9-Mar-19 4:23 
GeneralRe: CSHTML5 Pin
mag1329-Nov-19 11:50
mag1329-Nov-19 11:50 
QuestionMy slide navigation doesn't apear? (fullpage.js) Pin
Galih indra waspada7-Mar-19 5:25
Galih indra waspada7-Mar-19 5:25 
I'm building my fullpage page using fullpage.js library by following some tutorial videos.
The fullpage view is fine.but In the middle of the process,my slide navigation doesn't appear and the link on the navbar can't direct the page to the section that.

can someone help me to find the error i've been stucked at this thing for 2 hours.??

<script src="js/jquery-3.3.1.min.js"></script>
    <script src="js/fullPage.min.js"></script>
    <script src="js/jquery.fullPage.min.js"></script>
    <link rel="stylesheet" href="css/fullPage.min.css">
    <link rel="stylesheet" href="css/jquery.fullPage.css">


<div id="navbar">
       <a href="#page1">Page 1</a>
       <a href="#page2">Page 2</a>
       <a href="#page3/slide1">Page 3</a>
       <a href="#page3/slide2">Page 3-2</a>
       <a href="#page3/slide3">Page 3-3</a>
       <a href="#page4">Page 4</a>
   </div>
   <div id="container">
       <section  data-anchor="page2">
           <h1>Galih Indra</h1>
           <p>Web Developer</p>
       </section>
       <section  data-anchor="page2">
           <h1>About</h1>
       </section>
       <section  data-anchor="page3">
           <div class="slide"  data-anchor="slide1"><img src="https://source.unsplash.com/random"   /></div>
           <div class="slide"  data-anchor="slide2"><img src="https://source.unsplash.com/random"   /></div>
           <div class="slide"  data-anchor="slide3"><img src="https://source.unsplash.com/random"   /></div>
       </section>
       <section>
           <h1>Experiments</h1>
       </section>
   </div>
   <script>
       $(document).ready(function () {
           $('#container').fullpage({
               //options here
               autoScrolling: true,
               scrollHorizontally: true,
               scrollingSpeed: 300,
        controlArrows: false
           });

           //methods
           $.fn.fullpage.setAllowScrolling(false);
       });

javascript
html
css


AnswerRe: My slide navigation doesn't apear? (fullpage.js) Pin
User 84207-Mar-19 5:29
User 84207-Mar-19 5:29 
AnswerRe: My slide navigation doesn't apear? (fullpage.js) Pin
Richard MacCutchan7-Mar-19 5:34
mveRichard MacCutchan7-Mar-19 5:34 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Galih indra waspada7-Mar-19 5:40
Galih indra waspada7-Mar-19 5:40 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
MarkTJohnson7-Mar-19 6:05
professionalMarkTJohnson7-Mar-19 6:05 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Mike Hankey7-Mar-19 6:14
mveMike Hankey7-Mar-19 6:14 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
DRHuff7-Mar-19 7:32
DRHuff7-Mar-19 7:32 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Mike Hankey7-Mar-19 8:11
mveMike Hankey7-Mar-19 8:11 
AnswerRe: My slide navigation doesn't apear? (fullpage.js) Pin
#realJSOP7-Mar-19 8:38
mve#realJSOP7-Mar-19 8:38 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Michael Martin7-Mar-19 9:47
professionalMichael Martin7-Mar-19 9:47 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
ZurdoDev7-Mar-19 9:59
professionalZurdoDev7-Mar-19 9:59 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Jörgen Andersson7-Mar-19 10:44
professionalJörgen Andersson7-Mar-19 10:44 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Michael Martin7-Mar-19 11:07
professionalMichael Martin7-Mar-19 11:07 
JokeRe: My slide navigation doesn't apear? (fullpage.js) Pin
TheGreatAndPowerfulOz7-Mar-19 11:14
TheGreatAndPowerfulOz7-Mar-19 11:14 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Michael Martin7-Mar-19 12:20
professionalMichael Martin7-Mar-19 12:20 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Nelek7-Mar-19 20:51
protectorNelek7-Mar-19 20:51 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Vivi Chellappa7-Mar-19 15:49
professionalVivi Chellappa7-Mar-19 15:49 
GeneralRe: My slide navigation doesn't apear? (fullpage.js) Pin
Tim Deveaux7-Mar-19 17:48
Tim Deveaux7-Mar-19 17:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.