Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • slowthink Friend
    #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 Friend
    #380330

    Hi
    Can you provide your website url?

    slowthink Friend
    #380345
    khoand Friend
    #380358

    How 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;
    }

    slowthink Friend
    #380388

    this 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 Friend
    #380401

    Hi,
    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;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

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