Doesn't seem to play slideshow.

Page: 1

Author Post
verlager
Guest
I carefully set up a barebones floatbox template at http://communitychessclub.com/test.shtml and it doesn't seem to work. Yes, the individual pics can display, but not as a slideshow. And I have a rel="group:pix". Can anyone tell me what the heck I'm doing wrong?

Here is a stub of the code:

<a href="" class="floatbox" rev="doSlideshow:true group:pix1 showThis:false endTask:exit autoFitImages:true navType:none">View Slideshow</a>

<a href="http://floatboxjs.com/images/phang_nga_bay.jpg" class="floatbox" rel="group:pix1">1</a>

<a href="http://floatboxjs.com/images/doi_inthanon.jpg" class="floatbox" rel="group:pix1">2</a>

<a href="http://floatboxjs.com/images/dusk_dip.jpg" class="floatbox" rel="group:pix1">3</a>

<a href="http://floatboxjs.com/images/double_beach_on_koh_tab.jpg" class="floatbox" rel="group:pix1">4</a>
Administrator
Registered: Aug 2008
Posts: 3382
A subtle error in your anchors. You've got rel="group:pix1", but you want the rev attribute, not the rel attribute, for floatbox's options, including the "group" option. Change those to rev="group:pix1".
verlager
Guest
Thank you, that works much better now.

Page: 1