-
Notifications
You must be signed in to change notification settings - Fork 355
Adding: the ability for pagination to have meaningful text in links. #225
Adding: the ability for pagination to have meaningful text in links. #225
Conversation
…nstead just the slide number.
^^ how to make it work. Have edited js file but html part can't figure out?? |
So you inserted this If you did then all you need to do is add the 'data-slideslabel="whatever"' to the appropriate slide you want to label.
|
You mean like this ...didnt worked. I had perfectly edited js file
|
Do you have a test page I can look at or can you put what you have on http://jsfiddle.net/ |
sorry to perturb you much...but I am just a fresh chemical engineer. Hope you understand here you go: https://defencedog.googlecode.com/svn/arronmabrey-Slides/index.html |
Its working its just being hidden by the css.
Just comment out a few of the styles in the css and you can see it working.
That should get you headed in the right direction. |
thnx...sir can you take a look at http://engineering.forumotion.info/h1-video-tutorials all is fine but the youtube vids title is missing somehow?? Plus even in full screen mode when vid is playing next slide take over?? |
Not sure about that. I don't use youtube. |
thank you sir; thnx very much |
You can also use your own pagination with it's own links. Just have to set "pagination" to "false" in the options and create a pagination using a UL with a class of "slidesPagination" with LIs and anchor tags with what ever text or images you like. Use Firebug to copy the pagination Slides creates and paste it into your markup and edit away. |
Adding: the ability for pagination to have meaningful text in links instead just the slide number.
Sharing back changes from a project I did.
Also if there is no data-slideslabel set it will default back to the number for the slide.