Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • virendoshi Friend
    #135115

    I just installed the Edenite template and am now trying to customise it.

    I want to replace the banner “JA Edenite | Your slogan goes here” with my own logo. I cant seem the find the file. Where is it?

    Anonymous Moderator
    #278288

    Hi virendoshi,

    You can upload your logo.gif file to replace logo.gif file in templates/ja_edenite/images forder

    virendoshi Friend
    #278936

    I’ve replaced the logo.gif image, but I still see the JA Edenite logo. Also, i’ve over written the logo.gif so there should not be a problem.

    What do I do now?

    Anonymous Moderator
    #278944

    Could you please send us your live URL so that i could have closer look on the issue

    Anonymous Moderator
    #278948

    Hi virendoshi,

    For your website, you must upload logo.gif file to templatesja_edeniteimagesred folder.

    virendoshi Friend
    #278972

    Thanks for your earlier help. Next question, how do I adjust the height of the top banner? if you visit my url, u’ll know what I mean.

    Also I need to know if I can move it right or left?

    Thank you.

    virendoshi Friend
    #278973

    Thanks for your earlier help. Next question, how do I adjust the height of the top banner? if you visit my url, u’ll know what I mean.

    Also I need to know if I can move it right or left?

    Thank you.

    Anonymous Moderator
    #279008

    Hi virendoshi,

    you can do this issue as following:

    + open template.css file in templates/ja_edenite/css folder, about line 697, find script:

    #ja-header {
    height: 80px;
    line-height: normal;
    position: relative;
    }

    here you can change header’s height by replacing height: 80px; to your height.

    + In this file, about line 712, find script:

    h1.logo a {
    width: 435px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 42px;
    bottom: 15px;
    left: 0;
    }

    here you can change banner’s height by replacing height: 42px; to your height.
    To move the banner:
    – change width: 435px; to width: 950px; /*width for full page.*/
    – move to right: background: url(../images/logo.gif) no-repeat right;
    – move to center: background: url(../images/logo.gif) no-repeat center;
    – move to left: background: url(../images/logo.gif) no-repeat center left;

    Open index.php file in templates/ja_edenite, remove the below script (in fact, i think you have removed), it’s about line 91:
    <?php if ($this->countModules(‘top’)) { ?>
    <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div>
    <?php } ?>

    Hope it helps.

    denemite Friend
    #394952

    Hello,

    The red folder (templates/ja_edenite/images/red folder) is in the zip file that is already uploaded. I can put my logo into that folder and rezip, but since it is already uploaded to Joomla, it will not allow to be over-uploaded. Explain again how I can use my own logo.

    Thanks

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

This topic contains 9 replies, has 3 voices, and was last updated by  denemite 13 years, 5 months ago.

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