Horizontal Nav - Next captioned image.

allannn / 2012-10-21 00:10:51   

Hey All,

Im working on adjusting the Horizontal Nav exhibit shared over at: arteam.it/white/horizontalnav/

I would like the next and prev buttons to go to the next and previous captioned picture.

Any help would be greatly appreciated. I spent the better part of my afternoon just getting this far, but I cant find any documentation about using the captions as a marker, nor do I have the CSS knowledge.

my site: dropandclimb.com

the code:
'code'

allannn / 2012-10-21 00:12:17   

Edited by Vaska...

allannn / 2012-10-21 00:12:54   

oh dear...

off to a good start...

Vaska A / 2012-10-21 00:32:48   

You don't need to post all the code - only the pertinent parts.

allannn / 2012-10-23 02:49:33   

thanks for the heads up.

  1. I have narrowed it down to this bit here:
  2.             $a .= "<span class='sub_nav'><a href='#id_img$prev'><b>‹ Prev</b></a></span> | n";
  3.             $a .= "<span class='sub_nav'><a href='#id_img$next'><b>Next ›</b></a></span>n";

im not sure what to replace the #id_img$next&prev with.

Vaska A / 2012-10-23 13:27:04   

It's too bad the creators of these pieces of code don't support it...

allannn / 2012-10-23 19:12:01   

Well outside of this theme, could someone point me in the right direction of creating a link that goes to the next/previous captioned image.

Vaska A / 2012-10-23 19:31:51   

I never saw that exist in the older version. It exists for Indexhibit 2 when you use the Visual Index format and permalinks.

allannn / 2012-10-23 21:05:49   

is the migration process easy, or is it starting over from scratch?

arsondpi / 2012-10-24 09:35:11   

You can upgrade or start from scratch!

Check these out:
indexhibit.org/tutorials/upgrade/upgrade-to-version-two/
indexhibit.org/help/

This thread has been closed, thank you.