test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • myronlee Friend
    #129729

    RePost:

    Joomla 1.0.15

    This seems impossible to solve.
    Can not get logo to show up, I have logo on server side, when I click on my logo, I can see the outline, it’s like it’s indivisible.
    I read the other post on removing H1 Logo a, my code is different and I tried deleting h1 logo a section of code and there was no logo at all.
    …. Noticed the Font resizer and little arrows on accordian Modules are not visable but are usable.
    Same in IE 7 & FireFox.

    Logo size : 675x95px
    Deleted header-mask.png
    Deleted the 3 header pics
    Color array: -1
    Theme header: blank (default)
    Theme background: lighter
    Theme elements: green
    Logo: image

    Code:

    #ja-headerwrap {
    background: #FFFFFF;
    color: #CCCCCC;
    line-height: normal;
    height: 120px;
    }

    #ja-header {
    position: relative;
    height: 120px;
    }

    .ja-headermask {
    width: 0px;
    display: block;
    background: #ffffff
    height: 120px;
    position: absolute;
    top: 0;
    right: -1px;
    }

    #ja-header a {
    color: #CCCCCC;
    }

    h1.logo, h1.logo-text {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 180%;
    text-transform: uppercase;
    }

    h1.logo a {
    width: 675px;
    display: block;
    background: url(file:///F|/www/7splashrealty.com/templates/ja_purity/images/logo.png) no-repeat;
    height: 95px;
    position: relative;
    z-index: 100;

    thanks- myronlee

    Menalto Friend
    #261711

    Did you manage to get this solved?
    If so, please mark this as solved, if not let us know.

    myronlee Friend
    #261754

    Thanks,
    But I never did figure it out…. I gave up,… using a different one, I love the template… but, most people want logo against white background… thats what keeps me from using it…. its clickable though, just can’t see it.

    joomla 1.13

    -thanks

    Menalto Friend
    #261756

    For the logo:

    h1.logo a {
    width: 675px;
    display: block;
    background: url(file:///F|/www/7splashrealty.com/templates/ja_purity/images/logo.png) no-repeat;
    height: 95px;
    position: relative;
    z-index: 100;
    }

    Check what i marked in red there.
    I would have changed it to:

    background: url(../images/logo.png) no-repeat;
    the way you have it now there is not possible at all to make it show up….

    myronlee Friend
    #261778

    Thanks,

    I got it to work.. I use Dreamweaver…. and I think it puts File drive in url link…. all my other links are still that way. So I modified template.css in Wordpad, saved, overwrote, and ftp ed with Dreamweaver and it worked..
    thanks very much for the help.

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

This topic contains 5 replies, has 2 voices, and was last updated by  myronlee 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum