Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • lumpkan1 Friend
    #172602

    Here is a template am currently working on, i viewed some post but it doesn’t seem to be working for me at all I just want to replace the logo and update the text in the blue box on the home page. Here is a link http://www.lighthouseacademy.us/cms/…_j17/index.php
    I even tried to do it through the media delete the current logo and upload the new logo same name no chance. So any help you can give me would be greatly appreciate.

    we2solutions Friend
    #433103

    Hi Lumpkan,

    Provided link is not working for me.can you tell which JA Template you using?and also under

    templatesja_xxximages you can find the logo image and replace.

    Thanks

    lumpkan1 Friend
    #433107

    Here is the link- http://www.lighthouseacademy.us/cms/quickstart/jatc_community_plus_j17/
    I did uploaded a new logo with the same name file name still showing old logo. So, I just removed it(logo.png) now it’s still showing the old suitecase logo. Thanks.

    khoand Friend
    #433109
    lumpkan1 Friend
    #433119

    I saw that link still not 100% sure how to do it, so i did what we2solution suggested and it’s still showing old logo.

    khoand Friend
    #433122

    <em>@lumpkan1 293708 wrote:</em><blockquote>I saw that link still not 100% sure how to do it, so i did what we2solution suggested and it’s still showing old logo.</blockquote>
    You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css

    #ja-header {
    position: relative;
    z-index: 10;
    height: 135px; < add this line
    }

    You replace this code from /templates/ja_community_plus/css/template.css

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

    with

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

    lumpkan1 Friend
    #433127

    I follow your steps and the old logo is still showing. I first want to thank you for assisting me with the situation and working with joomla is something new to me so again thanks.

    khoand Friend
    #433129

    – You go to Template manager,choose JA Community_plus template, then change CSS Optomize fieds to NO.
    – You delete all of files of /cache and /t3-assets directory.

    lumpkan1 Friend
    #433134

    I delete /cache but not t3-assest I want to make sure that it’s ok to delete the .css in that folder. I also changed the field to NO.

    khoand Friend
    #433143

    – You find this code from http://www.lighthouseacademy.us/cms/quickstart/jatc_community_plus_j17/plugins/system/jat3/jat3/base-themes/default/css/template.css

    #ja-header {
    position: relative;
    z-index: 10;
    height: 150px; < add this line
    }

    – You replace this code from http://www.lighthouseacademy.us/cms/quickstart/jatc_community_plus_j17/templates/ja_community_plus/css/template.css

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

    with

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

    – There is my snapshot :


    1. 1
    lumpkan1 Friend
    #433154

    I just did it again and the only thing that happen was the default logo just moved down.

    khoand Friend
    #433158

    You find this code from http://www.lighthouseacademy.us/cms/quickstart/jatc_community_plus_j17/plugins/system/jat3/jat3/base-themes/default/css/template.css

    #ja-header {
    position: relative;
    z-index: 10;
    height: 150px; < add this line
    }

    lumpkan1 Friend
    #433161

    Ok, that moved the default logo up, however my client logo still not showing.

    lumpkan1 Friend
    #433178

    I did make the changes but I don’t see the school logo like you can.

    lumpkan1 Friend
    #433325

    Do you have any other suggestion because the logo is still the default logo.

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

This topic contains 19 replies, has 4 voices, and was last updated by  tyomni 12 years, 4 months ago.

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