-
AuthorPosts
-
davidsg3 Friend
davidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
September 14, 2011 at 8:10 pm #168564Hi.
I’m trying to change the logo image into rainbow theme but i can’t.
New logo have 280px x 120px, and I’m trying to change it but I can´t show anylogo anywhere.
Please, need help to know where I must to go and what I have to change to show the new logo in the web.
Now no logo shows.:((:((:((:((:((:((
Help!
URL: paucostafoundation.org
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 14, 2011 at 8:45 pm #412721Hi
Your logo image is under templates/Ja_business/core/themes/rainbow/images/logo.png
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
September 14, 2011 at 8:51 pm #412723<em>@pavit 267782 wrote:</em><blockquote>Hi
Your logo image is under templates/Ja_business/core/themes/rainbow/images/logo.png</blockquote>
Thanks.
I know it and my new logo is also located inn. The problem is that the new logo has a new dimensions and I can’t see it in the web, whre it must be located well.
How can I set it ?
Thanks
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 14, 2011 at 8:58 pm #412724Hi
have you tried to manage the template.css in templates/ja_business/css
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 66px;
margin: 30px 0 15px;
width: 188px;
}Change the width and height and the margin
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 14, 2011 at 10:24 pm #412731<em>@davidsg3 267778 wrote:</em><blockquote>
New logo have 280px x 120px, and I’m trying to change it but I can´t show anylogo anywhere.
</blockquote>Hi, it seems that you had wrong paths on your global configuration settings! I changed them with the correct ones and you can see your logo now at your website, but you have to make necessary CSS changes, please take a look at Pavit’s replys
Regards
Manos
1 user says Thank You to Manos for this useful post
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
September 18, 2011 at 9:57 pm #413493HI Manos.
Pavits trold me that I have to change css code.
I think I tried to do that but I did not get anything.
I’m still waiting for see my logo into the website.
The logo.png file is in the server at the correct file.
The code in my css is as it follows:
/* HEADER
——————————————————— */
#ja-header {
background: url(../images/header-bg-layer1.jpg) repeat-x top center;
z-index: 600;
}#ja-header .wrap-inner1 { background: url(../images/header-bg-layer2.jpg) no-repeat top center; }
#ja-header .wrap-inner2 { background: url(../images/header-bg-layer3.png) repeat-x top center; }#ja-header .main { height: 280px; padding: 0; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px; }
/* Logo Image —*/
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 120px;
margin: 30px 0 15px;
width: 280px;
}/* Logo Text —*/
div.logo-text h1 { font-size: 200%; font-weight: bold; }div.logo-text h1 a { text-decoration: none; }
p.site-slogan {
color: #ccc;
display: block;
font-size: 85%;
margin: 3px 0 0;
padding: 0 10px;
text-transform: uppercase;
}Please show me where I’m wrong.
Thanks!
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 18, 2011 at 10:03 pm #413494Hi,
I can see your logo correctly, we are talking about the same site or i miss something ? Please advice!
Regards
Manos
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
September 18, 2011 at 10:04 pm #413495Hi Manos.
Thanks for the logo problem.
I used a new css config to adapt logo view into home webpage and I think now it’s good,
I only want to ask how you did it and what you changed for a correct logo impression.
Thanks very much!
davidsg3 Frienddavidsg3
- Join date:
- October 2010
- Posts:
- 144
- Downloads:
- 0
- Uploads:
- 44
- Thanks:
- 22
- Thanked:
- 3 times in 1 posts
September 18, 2011 at 10:08 pm #413496Sorry for the confusion.
Yes we are talking about the same site.
When I tried to change logo config, I was not able to work whit it.
Now, 10 minutes ago, the logo was not centred. I tried to modify css config and now it works great.
I was asking to you about what you did before to be able to see the logo in the website.
Now, the parameters of the css archive are as it follows:
/* HEADER
--------------------------------------------------------- */
#ja-header {
background: url(../images/header-bg-layer1.jpg) repeat-x top center;
z-index: 600;
}#ja-header .wrap-inner1 { background: url(../images/header-bg-layer2.jpg) no-repeat top center; }
#ja-header .wrap-inner2 { background: url(../images/header-bg-layer3.png) repeat-x top center; }#ja-header .main { height: 133px; padding: 0; }
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px; }
/* Logo Image ---*/
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 120px;
margin: 10px 0 15px;
width: 280px;
}
Thanks!!!!!Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 18, 2011 at 10:29 pm #413498<em>@pascm 267795 wrote:</em><blockquote>Hi, it seems that you had wrong paths on your global configuration settings! I changed them with the correct ones and you can see your logo now at your website
</blockquote>I just did this! maybe your browsers cache kept you from seeing your logo ?
Regards
Manos
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by Manos 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum