Header issue

fw541c

Joined: 2009-10-15
Posts: 21
Posted: Tue, 2010-11-09 08:29

im running the ebony theme and i changed the header in Theme.tpl but now its just all over the place. please have a look im sure its something simple. thank you

www.notoriousarc.com/gallery2

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2010-11-09 13:57

I don't understand what's "all over the place", you have a really wide header:
<img src="{g->url href="themes/ebony/images/header.jpg"}" width="1100" height="235" alt=""/>

What exactly did you change?

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
fw541c

Joined: 2009-10-15
Posts: 21
Posted: Thu, 2010-11-11 09:49

the header is pushed way into the gallery section and its not centered. im trying to have it match my website. i changed this:
<div id="gsHeader">
{if !empty($theme.params.logoImageLocation)}
<img src="" alt=""/>
{else}
<img src="{g->url href="themes/ebony/images/header.jpg"}" width="1100" height="235" alt=""/>
{/if}
</div>
{g->theme include="progressbar.tpl"}
{else}
<div id="gsHeader">
<div id="logo">
<a href="{g->url}">
{if !empty($theme.params.logoImageLocation)}
<img src="" alt=""/>
{else}
<img src="{g->url href="themes/ebony/images/header.jpg"}" width="1100" height="235" alt=""/>
{/if}
</a>
</div>

is also like to remove that chinese banner in the top right but i cant find that anywhere in the code.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2010-11-11 12:25

Howabout something like this?
http://www.flashyourweb.com/gallery2/notoriousarc.php

true embed using this method

rename your /gallery2/index.php to index_old.php
rename the attached to index.php and upload to www.notoriousarc.com/gallery2/index.php

you can set the default album id on line 34
and the default theme on line 35 the theme must be installed/active to use it.

if you care to use my clear theme get it here.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2010-11-17 19:00

I've made the changes you requested, but remember to edit the $link with the proper albumId

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2010-11-18 12:21