Logo position

peu53 / 2013-05-08 14:14:33   

Our logo disappear when we go to another menue section (for ex. Contact)

u-53.de/
What can we do so that the logo always appears?
We put the logo:
in Settings/Theme-/Pre-Nav.text

Layout is the new Columner Theme
Thanks a lot for answer!

arsondpi / 2013-05-08 16:02:51   

your src attribute is images/logo.png
use an absolute url or simply {{baseurl}}/images/logo.png

peu53 / 2013-05-13 12:22:03   

hi, this is what we have in pre nav text

what`s wrong? where do we have to put the {{baseurl}}/images/logo.png
sorry-we are beginners ;-)

peu53 / 2013-05-13 12:24:00   

img src="images/logo.png" width="120" height="60,2"
here is the pre nav text

arsondpi / 2013-05-13 15:46:30   

Hello again!

images/logo.png is not a valid relative url address.

Use one of the following

  1. <img width="120" height="60,2" src="/images/logo.png">
  2. <img width="120" height="60,2" src="{{baseurl}}/images/logo.png">
  3. <img width="120" height="60,2" src="u-53.de/images/…;

Alternatively you can
1. go to your main page (or any other page that won't be deleted in the future)
2. upload your logo as you would like any other image
3. click the tools icon ("Edit") beneath the image. Click the "Inactive" radio button and then the "Update" button. Click the "Insert image" link and the "Close" link.
4. Now cut the inserted code from your text box:

  1. <media:gimg 'image_filename.jpg' />

and paste it in your pre-nav area!

Use this thread to make it into a link: indexhibit.org/forum/thread/18621/
or this thread to make it into a rollover image with a link: indexhibit.org/forum/thread/18938/

peu53 / 2013-05-13 15:57:54   

OOOOOOHMMMM! It works. thousend thanks

This thread has been closed, thank you.