Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    There’s a theme conflict that is hiding the prev/next nav, try adding this to your theme’s stylesheet:

    .meteor-slides .prev,
    .meteor-slides .next {
    	width: auto;
    	text-indent: 0;
    	position: initial;
    	z-index: 1;
    	top: initial;
    }

    The paged buttons are there, they are just blending in with your background. You’d have to change the background, or change the pager buttons so you can see them.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meteor Slides] Navigation Missing’ is closed to new replies.