Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lailuluelo Friend
    #194280

    1.- I tried to change logo like this post:
    http://www.joomlart.com/forums/topic/logo-ja-fixel/

    And I can´t, new logo appears but old logo stayed there and the size is the old size:

    2.- It is possible change the link in the logo to go to another url

    Thank you


    1. logo_problem
    lailuluelo Friend
    #520624

    Could anybody help me?:-[

    Ninja Lead Moderator
    #520763

    Following modification will help to change the size logo on JA Fixel Template:

    Open templates/ja_fixel/css/themes/blue/template.css file,

    Change

    .t3-mainnav .navbar .nav > li {
    margin: 0 15px;
    }
    .logo-image a {
    background-image: url("../../../images/logo.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
    display: block;
    }
    .logo-image {
    overflow: hidden;
    width: 60px;
    height: 60px;
    }
    html .t3-mainnav .logo-image a {
    background-image: url("../../../images/themes/blue/logo-light.png") !important;
    } @media (min-width: 980px) {
    html .t3-mainnav.light-mainnav .logo-image a {
    background-image: url("../../../images/themes/blue/logo-light.png") !important;
    }
    }

    To

    .t3-mainnav .navbar .nav > li {
    margin: 0 10px;
    }
    .logo-image a {
    background-image: url("../../../images/logo.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 30px;
    display: block;
    }
    .logo-image {
    overflow: hidden;
    width: 250px;
    height: 60px;
    }
    html .t3-mainnav .logo-image a {
    background-image: none !important;
    } @media (min-width: 980px) {
    html .t3-mainnav.light-mainnav .logo-image a {
    background-image: none !important;
    }
    .t3-mainnav.light-mainnav .navbar .nav > li {
    margin: 0 10px !important;
    }
    }

    To change the link in the logo to another link, modify here:

    Open templates/ja_fixel/tpls/blocks/header.php file and change the syntax in red:

    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">

    lailuluelo Friend
    #520869

    I’m so sorry, but I just change following your steps and nothing happens… :((

    lailuluelo Friend
    #520871

    Sorry, It’s my fault. I modified blue template instead light template.

    Works!

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

This topic contains 5 replies, has 2 voices, and was last updated by  lailuluelo 10 years, 9 months ago.

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