By fleurlinde on
Hi,
Does anybody know how I can get numbers instead of bullets under my Views Nivo Slider?? I would like it that you can see on which slide you're on. Like with the bullets. I really hope someone can help me!
Thanks,
Fleur
Comments
Use CSS to display numbers
Hi,
If you use something like Firebug you'll find the style:
If you override the background, and text-indent elements you'll see the numbers instead of bullets. Something like
Cheers, Ed
Thank you so much! It
Thank you so much! It works!
Only Drupal starts apparently with the number '0'. Do you maybe know if it is possible to change this into a '1'?
Thanks!
Fleur
Liked or me it starts at 1
Hi,
On my site the count starts at 1. Not sure what's happening fr you.
Sorry,
Ed
Number slider start with 0
Hi,
I have the same problem, my start number in the pager is 0 instead 1. I don't know what i have to change.
I have tried to add this lines to "template_preprocess_views_nivo_slider_view_nivo_sliderfields" in "views_nivo_slider.module" but no result.
I'm sure that these is the correct position to modify it but i don't know what i have to change, I studied $vars and $view variables of this function but it's too long to read and extract the correct sub-var.
Greetings.
Nobody knows?
Sorry, i need to know how to increase the number of the list in the slider.
If someone knows how to fix it please help me.
The number starts at 0 but i need (logic) that start at 1. Read my previous post, please.
Thanks.
Images instead of bullets in pager for Views Nivo Slideshow
I want to use images in the pager instead of bullets in Views Nivo slideshow. How can i do that?
CSS
I think your solution is easy, only use CSS to replace the numbers with images. If you need thumbnails of the presentation it's more difficult.