switch image/video link

johnnybrecht / 2009-11-26 20:23:58   

Hi,
Here is my link :
Webpage
I'd like to put the video link (=text) under the slideshow. I tried several things like jodi advice here link
Unfortunatelly it didn't work, the video get stucked on the video (same place)

How can I do ?
As far as I could see, all the threads on this forum concerning this issue are unsolved or got answers uncompleted.
Thanks for helping,
JB

arsondpi / 2009-11-26 21:40:17   

you have to change the order of how the plugin displays things... - I did this in the past by searching the forum...

edit: it's this one...

johnnybrecht / 2009-11-27 10:07:58   

Thanks for your answer arsondpi.
I think this is what I tried to to according to your link. I edited shlideshow.php and did jodi trick (paste below)

There's a bit at the bottom that's headed with //images. That's just displaying things that are going to be html. The line that says:

1. $s .= $a;

is where the image itself gets inserted.

So to move the nav below it, literally move it below. It's got to be outside the s1 div, so put it before the very last div.

Then to add the text there, go up to where it says

1. $s = $rs['content'];

and change it to

1. $txt = $rs['content'];

Now, wherever you have the $txt variable it will output the text.

So underneath the nav, put

1. $s .= $txt;

Then you should be away!

But it didn't work, the image is litteraly on the vimeo link see : Webpage

Is it the one you're talking about ? Get lost a little bit.
Anyway thanks for everyone help and congrats to indexhibit developpers who make people like me able to do a website !!

JB

This thread has been closed, thank you.