-
AuthorPosts
-
August 8, 2008 at 1:01 pm #131971
Hi,
I am trying Edenite Quickstart with Joomla 1.5.5 and I would like to repalce logo.gif with another image with a little bit larger size. But the new file can’t display its size. Could you tell me where I must change the template.
Thanks
Giang
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 8, 2008 at 1:59 pm #264519There are a couple of areas you need to be concerned with. You’ll first want to change out your logo…and then adjust your header to fit it in.
Changing your logo:
Your logo is referenced in red.css (line 59)
h1.logo a {
background:transparent url(../../images/red/logo.gif) no-repeat scroll 0 0;
}And also here...template.css (line 710)
h1.logo a {
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
bottom:15px;
display:block;
height:42px;
left:0;
position:absolute;
width:435px;
}If after you switch out your logo you find part of it seems to be hidden or is too far off in any direction, then you need to tweak the header itself.
Here’s here you tweak – template.css (line 695)
#ja-header {
height:80px;
line-height:normal;
position:relative;
}Have fun!
John.2 users say Thank You to John Wesley Brett for this useful post
rjscott2005 Friendrjscott2005
- Join date:
- October 2007
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
August 10, 2008 at 8:30 pm #264802<em>@jbrett 72456 wrote:</em><blockquote>There are a couple of areas you need to be concerned with. You’ll first want to change out your logo…and then adjust your header to fit it in.
Changing your logo:
Your logo is referenced in red.css (line 59)
h1.logo a {
background:transparent url(../../images/red/logo.gif) no-repeat scroll 0 0;
}And also here...template.css (line 710)
h1.logo a {
background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
bottom:15px;
display:block;
height:42px;
left:0;
position:absolute;
width:435px;
}If after you switch out your logo you find part of it seems to be hidden or is too far off in any direction, then you need to tweak the header itself.
Here’s here you tweak – template.css (line 695)
#ja-header {
height:80px;
line-height:normal;
position:relative;
}Have fun!
John.</blockquote>Thank you so much for your valuable input! It has enabled me to really move forward with setting up this template to use on my site.
August 13, 2008 at 3:16 pm #265256One further question: what should I change if I want to use a logo.swf instead of logo.gif. It seems like I have to add the embed tag but I don’t know how.
Thank you
GiangAugust 14, 2008 at 4:33 am #265324Dear experts,
Please help me with the above question. My client requires that. Thank you in advance.
Giang
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 14, 2008 at 2:43 pm #265370You don’t change the CSS. You need to hack your template’s index.php file.
Look for the HEADER area of that file and that’s where you place your embed code.This is a rather tricky hack…so if you don’t know what your doing…you might want to call on a pro (i.e. Joomlance, etc.) to do it for you.
John.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by John Wesley Brett 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum