-
AuthorPosts
-
March 8, 2011 at 2:29 pm #161166
Hi
i used quickstart Ja business package. In local server it works fin,e I can see logo and green and brown background . In remote (on bluehost server) I dot’ see logo and green and brown background. Is it a problem with css? The logo area is clikable, but white blank same header .
How can I do?
Thank you!khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 8, 2011 at 4:05 pm #380330Hi
Can you provide your website url?March 8, 2011 at 5:01 pm #380345khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 8, 2011 at 6:23 pm #380358How to install business remotely by quickstart? I guest your <joomla url>templatesja_businesscsstemplate.css file has errors.
– Open this file, finding
h1.logo a
– Could you give me code below it? The code of my site is
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 66px;
margin: 30px 0 15px;
width: 188px;
}
March 8, 2011 at 10:12 pm #380388this is my css template, I see a difference with your css template i don’t have “*”in background url(
and in logo.png. When I put “*” as in your file appear right css color.:) but the logo don’t appear.:((i think this is a bug of template because I upload in another joomla site this template(same bluehost machine) and css don’t work fine.
do you know why i can’t see my logo?thanks for your attention.
#ja-header .main { height: 134px; 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: 66px;
margin: 30px 0 15px;
width: 188px;
}khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 9, 2011 at 1:34 am #380401Hi,
My css has not * in url. I viewed http://www.animaonline.org/ecounselling/templates/ja_business/css/template.css file, you must remove * in url of this code
h1.logo a {
background: url(*../images/logo.png*) no-repeat left;
display: block;
height: 66px;
margin: 30px 0 15px;
width: 188px;
}
change this code to
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
height: 66px;
margin: 30px 0 15px;
width: 188px;
} -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by khoand 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum