You may achieve this effect by first adding this line to your Header Code
<link rel=”stylesheet” type=”text/css” href=”https://cdn.rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.css” />And in the Footer Code, add this
<script type= “text/javascript” src=”https://cdn.rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.js”></script>
<script> $(document).ready(function() { $(’#fullpage’).fullpage(); });</script>
Put a containing Div with an ID of
fullpageAnd within that div, add another div with a class of
SectionYour structure should look like this:
Div id: fullpageDiv Class: SectionDiv Class: SectionDiv Class: Section