Fullpage js slidesNavigation Not Appearing

I am using fullpage.js to implement scrollable-sections and slides. I’ve got most of it working but am having difficulty displaying the slidesNavigation
$(‘#fullpage’).fullpage({
licenseKey: ‘xxxxxx’,
anchors: [‘home’, ‘does’, ‘experience’, ‘business’, ‘learn_more’],
scrollBar: true,
resetSliders: true,
controlArrows: false,
slidesNavigation: true,

I can’t see any slidesNavigation even though I can implement other options such as Navigation: true