You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something but I found it a real puzzle trying to add the "transparent buttons" type of nav. There are demos, but no documentation that I can see.
As far as I can see, you need a note like the following:
you need the themes.css, not just the responsiveslides.css
you need to add a container around the ul called rslides_container
you need to add transparent-btns to the class of the rslides ul
you need to add transparent-btns as the namespace value in your initialisation function
is that right?
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something but I found it a real puzzle trying to add the "transparent buttons" type of nav. There are demos, but no documentation that I can see.
As far as I can see, you need a note like the following:
ul
calledrslides_container
transparent-btns
to the class of the rslidesul
transparent-btns
as thenamespace
value in your initialisation functionis that right?
The text was updated successfully, but these errors were encountered: