Forums » Customize

horizontal exhibition formatiing

shayshaf
ISRAEL
2010-08-31 12:24:32
Permalink Post
 

Hi there.
I use the horizontal plugin at my freind's website:
Guy's website

I would like to do two things with the composition:
1. place the description text (not the picture title but the long description) above the first photo.
2. make the text fixed ( that it will not scroll with the images..)

Possible??? tnx!
:)

nichtchris
GERMANY
2010-08-31 13:26:18
Permalink Post
 

i did that once..
open exhibit.horizontal.php and swap these two lines from

  1. $s .= "<div id='img-container'>n";
  2. if ($rs['content'] != '') $s .= "<div id='text'>" . $rs['content'] . "</div>n";

to

  1. if ($rs['content'] != '') $s .= "<div id='text'>" . $rs['content'] . "</div>n";
  2. $s .= "<div id='img-container'>n";

now you can add text like this in your exhibition

  1. <div style="position:fixed;">this is above</div>

did that here for example:
http://www.nichtchristianmay.com/projects/traktat-226/

cheers

shayshaf
ISRAEL
2010-08-31 14:19:42
Permalink Post
 

Works! Thanks!!!!
however, there is this 'n' that is at the beginning of the text and the end of the images, and it scrolls...
(same link)

rickykappa A
ITALY
2010-08-31 14:29:55
Permalink Post
 

add a slash / before the "n" at the end of the lines you edited

nichtchris
GERMANY
2010-08-31 14:53:05
Permalink Post
 

ups, however that happened:)

shayshaf
ISRAEL
2010-08-31 22:16:32
Permalink Post
 

thanks guys, you're great!

shayshaf
ISRAEL
2010-09-01 15:38:07
Permalink Post
 

However i will just note you meant this one \ , not the one you wrote..

:)

rickykappa A
ITALY
2010-09-01 17:34:31
Permalink Post
 

oh, well, memory lack... I was just too lazy to check which /\ was the right one...
;-)

mengus
UNITED STATES
2010-09-04 04:08:49
Permalink Post
 

hey all,

i have done all of the above instructions but am having a problem with my text resting on top of my images. here is an example. all help and criticism is appreciated. thank you!

rickykappa A
ITALY
2010-09-05 09:12:23
Permalink Post
 

what do you mean? if you don't want the exhibit title (e.g. Seattle March 2010) to stay in that position, but rather to scroll with the page just change the div
style="position:fixed; top: 99px"
to something like
style="position:absolute; top: 99px"
this should do the trick
;-)

DanieleMari
ITALY
2010-09-07 20:06:06
Permalink Post
 
this is above

hello i'm trying with your suggestion..
but after skypping the 2 lines before i got an error on this :
this is above

i wuold really like to have same effect with text and horizoltal scroll...if u can help,
please:)

danielemariDaniel Mari

rickykappa A
ITALY
2010-09-07 22:46:00
Permalink Post
 

this is above? sorry I don't get what you mean...
in which page you have the problem and what result you want to have?
(if you feel more comfortable you can post in english for other forum's users and italian for our better understanding ;-)

DanieleMari
ITALY
2010-09-08 09:57:23
Permalink Post
 

:)
sorry, i missed the script line by "quoting" it.
so here we go again:
i followed nichtchris suggestion to get the exhibiton text destcription placed on top of the picture and have it fix and for sure i really like the transparent menu effect with the picture passing under it
as showed here : http://www.nichtchristianmay.com/projects/traktat-226/

i followed this frist step and is oki:

i did that once..
open exhibit.horizontal.php and swap these two lines from

1. $s .= "n";
2. if ($rs['content'] != '') $s .= "" . $rs['content'] . "n";

to

1. if ($rs['content'] != '') $s .= "" . $rs['content'] . "n";
2. $s .= "n";

but after this site go totally wrong telling me of sintax error in php

now you can add text like this in your exhibition

1. this is above

and boviously i have any of the effect i like !

hope i make my self clear at this time
:) thank you for helping

Showing 1 - 13 of 13 posts in Forum > Customize > horizontal exhibition formatiing
 

You need to be logged in to post.