Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • nennker Friend
    #168646

    Hi,

    I changed the logo for the Default – templates>ja_travel>images>logo500.png.
    Also I changed the template css – templates>ja_travel>css>template.css
    /* Logo Image —*/
    h1.logo { height: 70px; width: 500px; }

    h1.logo a {
    background: url(../images/logo500.png) no-repeat left;
    display: block;
    height: 70px;
    width: 500px;
    }

    But the logo is not shown. The default theme you can find:
    http://www.nennker.de

    megamenu – service

    How I can fix the problem?

    nennker Friend
    #413202

    cleared cache everywhere – now it works, but only for

    otimize css = no

    pavit Moderator
    #413203

    Hi
    you mean this ?


    1. imagelogo
    nennker Friend
    #413204

    yes – and now its gone again

    when I choose otimize css = no => then it works

    when I choose optimize css = join & minify => then the logo is not shown !?

    pavit Moderator
    #413211

    <blockquote>when I choose optimize css = join & minify => then the logo is not shown !?</blockquote>

    only in this theme because the other logos in other themes are showed

    nennker Friend
    #413215

    yes, only in the default theme the logo is not shown

    I changed the logo and css file for the other themes in the folder templates>ja_travel>core
    Here everything is fine

    pavit Moderator
    #413217

    Try to check again all css because i see this on firebug

    /ja_travel/images/logo.png”) no-repeat scroll left center transparent;
    display: block;
    height: 70px;
    width: 135px;

    it cannot load the image

    nennker Friend
    #413221

    In the folder /htdocs/templates/ja_travel/images there only is the image logo500.png

    Here – /htdocs/templates/ja_travel/css/template.css – is right:
    /* Logo Image —*/
    h1.logo { height: 70px; width: 500px; }

    h1.logo a {
    background: url(../images/logo500.png) no-repeat left;
    display: block;
    height: 70px;
    width: 500px;
    }

    I will open other css files. Isthere another css file for the default theme

    pavit Moderator
    #413232

    h1.logo a {
    background: url(../images/logo500.png) no-repeat left;
    display: block;

    nennker Friend
    #413233

    ??

    what do you mean? I see no difference

    pavit Moderator
    #413234

    the path is wrong

    nennker Friend
    #413258

    the path is right.

    I changed the css file:
    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 70px;
    width: 135px;

    now the original logo.png is shown.

    when I change again the css file (logo500.png, width 500px, then is gone again

    nennker Friend
    #413271

    I changed the name of the logo. Now the my logo is shown, but not complete

    http://nennker.de/index.php?option=com_content&view=article&id=104&Itemid=185

    /* Logo Text —*/
    div.logo-text { margin:0 }

    div.logo-text h1 {
    font-family: Arial, sans-serif;
    font-size: 200%;
    font-weight: bold;
    float:left;
    }

    div.logo-text h1 a { background: url(../images/logo.png) 0 50% no-repeat;
    display: block;
    height: 70px;
    overflow: hidden;
    text-decoration: none;
    width: 500px;
    }

    div.logo-text h1 a span { display:none }

    p.site-slogan {
    color: #F95839;
    display: block;
    float: left;
    font-family: ‘UbuntuRegular’,Arial,Helvetica,sans-serif;
    font-size: 125%;
    margin: 25px 0 0 135px;
    padding: 0 5px;
    text-transform: uppercase; }

    /* Logo Image —*/
    h1.logo { height: 70px; width: 500px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 70px;
    width: 500px;
    }

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

    khoand Friend
    #413277

    Hi,
    You replace this code from /templates/ja_travel/css/template.css

    h1.logo a {
    background: url('../templates/ja_travel/images/logo.png') no-repeat left;
    display: block;
    height: 70px;
    width: 135px;
    }

    with

    h1.logo a {
    background: url('../templates/ja_travel/images/logo.png') no-repeat left;
    display: block;
    height: 70px;
    width: 500px;
    }

    nennker Friend
    #413310

    Hi,

    see the post before. This is the code I`m using.

Viewing 15 posts - 1 through 15 (of 27 total)

This topic contains 27 replies, has 4 voices, and was last updated by  seitzruh 12 years, 9 months ago.

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