Visual Index + Horizontal Plugin

antonedvard / 2013-02-01 19:48:32   

Hi, i am building a portfolio for my friend and she wants the feature of the Visual Indexing her exhibits in one category with images and then being able to slider it over like the horizontal plugin gives you.

Really hope you understand what i mean, she sent me an example which i am not sure if its build on indexhibit or something else.
Example: not my page (henrikbulow.com/)

Is this possible ?

arsondpi / 2013-02-01 20:00:39   

I think so, yes.
You just need to get rid of the float: left; attribute of each node.
Post an url so we can take a look...
It's not gonna be that hard (I guess...)

antonedvard / 2013-02-01 20:59:54   

the webpage that i am working on is sirisanden.com

arsondpi / 2013-02-01 21:03:12   

Hmmm, I can't see a visual index in any of the exhibits...

antonedvard / 2013-02-01 21:11:43   

sirisanden.com/fashionwomen/

shall fix it, i only have one image in each exhibition

antonedvard / 2013-02-01 21:15:10   

fixes sirisanden.com/fashionwomen/

arsondpi / 2013-02-01 21:45:01   

Aaa.. now I understand what you're after. That's a bit more complicated.
What you can do is to duplicate the visual index format with your ftp application and edit it in a code/text editor.
Towards the end of the script there's the css part of the format.
Simply increase the width of ##img-container

  1. #img-container { width: 3000px; }

if 3000px is the total amount of the width of your images in pixels.
Again, if you do not want to do this manually and you want #img-container adjust its width on its own (like in the Horizontal format) then you need coding skills.
If Vaska sees this, maybe he can shed some light (although I know he's on a very tight schedule)

This thread has been closed, thank you.