If you're working from my garden demo, in the init where you have:
Code:
extrabuttons: {pend: '.bob', navfade: 0.65, navbutonly: true},
either set pend to false and get rid of the rest in there (change to):
Code:
extrabuttons: {pend: false},
Even if you're not using my demo as a template, simply changing 'pend' to false will probably do the trick, of course if you do that and still have navfade: 0.65, navbutonly: true, those parts can be removed. You can of course keep any other options that you might have besides those if they're working well for you.
Or, if you don't like those results, get rid of the buttons with style (place in a style section or stylesheet for the page):
Code:
.extrabutspan {display: none !important;}
For more information:
In the distribution archive, there are usage instructions (distro/extrabuttons_usage.htm), load it in the browser to read it.
If you want more help, please supply a link to your page or post your init and markup.
Bookmarks