TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: ReesBeest on Jun 04, 11, 05:04:19 AM

Title: Firebrick theme
Post by: ReesBeest on Jun 04, 11, 05:04:19 AM
Thanks for the Firebrick theme. Is looking really great.

A have a question about it and especially the header. I made a logo which height is bigger then the one now. And then it starts as a background for the search box and "Home Forum Help..." header overlaps the rest.

Link to Enigma Gaming (http://www.enigma-gaming.eu)

Any help, thanks in advance.
Rees
Title: Re: Firebrick theme
Post by: Crip on Jun 04, 11, 06:52:03 AM
hi,
it looks OK to me?..maybe a screenShot of what you mean would Help?
Title: Re: Firebrick theme
Post by: ReesBeest on Jun 04, 11, 10:04:39 AM
(http://www.enigma-gaming.eu/public/images/crip1.jpg)

(http://www.enigma-gaming.eu/public/images/crip2.jpg)

two versions I tried messing around in CSS, but I couldn't get it to work. Maybe you have a fitting solution?
Title: Re: Firebrick theme
Post by: ZarPrime on Jun 04, 11, 10:23:56 AM
ReesBeest,

Well, we might be able to adjust the header down a little bit (taller).  It's hard to get an idea of what we need to do though without the logo being on your site for us to see.  Do you have a test site with the theme and the logo in there, or could you go ahead and put the logo up on your live site so that we can look at it and play with it a little bit.

ZarPrime
Title: Re: Firebrick theme
Post by: ReesBeest on Jun 04, 11, 10:33:05 AM
(http://www.enigma-gaming.eu/forum/Themes/firebrick205/images/theme/logo.old3.png)

That should be something as a logo, but I just want to put inside a logo/banner with dimension like 700*200
Title: Re: Firebrick theme
Post by: ZarPrime on Jun 04, 11, 10:54:49 AM
Well, that width would probably be OK but that height is just way too tall to fit on the background image properly.  See, here is the problem.  Right now you are restrained to a particular height above the toolbar.  The background image would probably need to be changed in order to accommodate that logo.  Look at the image below (click to enlarge it) ...

(http://www.enigma-gaming.eu/forum/Themes/firebrick205/images/theme/top_bg.jpg)

This image is not easily changed.  Quite frankly, I think the best thing to do would be to make your logo smaller.  However, I'll let Crip and/or Maxx respond.

The other thing you could do is, if you don't mind the edges of your logo being off the screen, is adjust the actual position of the logo image.

ZarPrime
Title: Re: Firebrick theme
Post by: Crip on Jun 04, 11, 10:56:01 AM
i tried to register but i couldn't see your Verification #letters/numbers .. get old that stuff happends ..Lol..

Load your logo on the theme so i can see it ??
Title: Re: Firebrick theme
Post by: ReesBeest on Jun 04, 11, 11:53:54 AM
it is now  ;)
Title: Re: Firebrick theme
Post by: Crip on Jun 04, 11, 12:35:46 PM
not sure the header is big enuff .. possibly shrink it a bit?
Title: Re: Firebrick theme
Post by: Crip on Jun 04, 11, 12:42:27 PM
try this one --


[attachment deleted by admin]
Title: Re: Firebrick theme
Post by: ZarPrime on Jun 04, 11, 12:56:35 PM
I just looked at it as well.  The header is definitely too short for the height of that logo, as Crip says.  The logo that Crip attached will likely work better.

If you don't want to use the logo Crip attached but yours instead, what I would do is find the following code around line 3639 of the ../forum/Themes/firebrick205/css/index.css file.

Code (Find) Select

#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 197px;
    position: absolute;
    right: 55px;
    top: 25px;
    width: 783px;
}


... and replace it with something like this ...

Code (Replace) Select

#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 197px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 783px;
}


What you are doing is changing the location of where the logo will be.  The only things you would be changing are the values for "right:" and "top:".  It's not perfect but it kind of looks neat because the logo itself will have sort of a transparent effect over the Background image.

Crip or Maxx may have a better idea that would work so you might want to wait for them to respond as well.  Below, I have attached an image of what this edit would look like.

ZarPrime

(http://i714.photobucket.com/albums/ww142/ZarPrime/Enigma-logo.png)
Title: Re: Firebrick theme
Post by: ReesBeest on Jun 04, 11, 03:17:25 PM
Nice, I did both recommendations. So thanks for the help.

You guys are the best and realy quick with the support too.

Thanks a lot...
Title: Re: Firebrick theme
Post by: Crip on Jun 04, 11, 03:21:24 PM
looks really good :)
Title: Re: Firebrick theme
Post by: Maxx on Jun 04, 11, 05:13:00 PM
Yes Guys looking good and great theme!

regards,
Maxx
Title: Re: Firebrick theme
Post by: ZarPrime on Jun 04, 11, 06:44:43 PM
ReesBeest,

Glad you got it the way you wanted it. O0 I have marked this topic solved now so, if you need further help, please start a new topic.

ZarPrime