Support » Plugin: Meteor Slides » [Plugin: Meteor Slides] Numbered Navigation

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

    (@jleuze)

    Yes, the pager buttons are numbers by default in jQuery Cycle. You can use a custom stylesheet to show the numbers and change the background of the buttons.

    Start by removing the text-indent rule to reveal the numbers:

    .meteor-buttons a {
    	background: url('../images/buttons.png') no-repeat bottom left;
    	display: block;
    	float: left;
    	width: 10px;
    	height: 10px;
    	margin: 0 2px;
    	outline: none;
    	text-indent: -9999px;
    }
    Thread Starter DanMichel

    (@danmichel)

    cool, thanks. i love your plug-in. any way you can add a numbered option to the next one? i’d hate to keep having to modify the css on every upgrade

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, if you use a custom stylesheet, it is added to your theme and overrides the stylesheet in the plugin, so you can update it without losing your changes.

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