text right of the image

erik / 2013-03-28 17:46:21   

i want a section "magazines" in my menu, that expands with my publications in it.
this should be the only thing to expand. i tried to find this ross cairns script-link, but it seems like it´s gone. i built my whole site without the need to ask a question, -
everything was posted here before. but i can´t find anything on this issue.
any ideas? thanx

erik / 2013-03-28 17:50:21   

it has been discussed here, but I didn´t find an answer how to do it:

I want the text, that is standing above the images, standing right of the images.
could just find questions but no answers on the forum. I´m using V1, djuve.

Thanx for help!!

arsondpi / 2013-03-28 17:51:53   

but it seemed you had everything sorted in this other thread - here's Matieu's post indexhibit.org/forum/thread/18654/

erik / 2013-03-28 18:14:31   

that was a differenet issue! I got the collapsable menus sorted.
Now, I want to add some text, and I want it to be right to the images.

arsondpi / 2013-03-28 20:10:37   

you should customize the plugin itself using float:left; css attributes.
It should be that hard.
Check out these results for more info on customizing the djuve: google.com/…

erik / 2013-03-29 10:02:30   
Thank you, arsondpi!
I followed this: indexhibit.org/forum/thread/13330/
and did that: (in plugins/exhibit.djuve.php)
change $s = $rs['content'];
to
$s = "" . $rs['content'] . "";
then add the css selector #maintext to the dynamic css:
#maintext { position: absolute; left: 840px }

This totally messed up my exhibitions, so I changed it back again, but the mess is still here. OMG.. I have no idea.. HELP, please!!

erik / 2013-03-29 10:05:40   

erichkronsteiner.com

erik / 2013-03-29 10:15:26   

OK, my site is back to normal, cyberduck was just lame. I´ll keep on trying

This thread has been closed, thank you.