Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • zaggy Friend
    #156930

    I haven’t found how to change the logo and the sentence “Your slogan goes here” in the JA Edenite template.

    Thanks for your help.

    TomC Moderator
    #364874

    Hi zaggy:

    Assuming you have your own custom logo image you want to use (and have uploaded it to the images folder on your server), you simply change the css rule within the HEADER styling in template.css file – replace logo.jpg (or whatever extension it is) with whatever you named your logo.

    (I usually name my logo file “logo2” or something like that, just in case I ever need to revert back to the original (for whatever reason)).

    Depending on the dimensions of your custom logo, you may need to tweek some css settings (for width and height and such). But it’s really a very easy process.

    🙂

    zaggy Friend
    #364876

    <em>@tcraw1010 206110 wrote:</em><blockquote>Hi zaggy:

    Assuming you have your own custom logo image you want to use (and have uploaded it to the images folder on your server), you simply change the css rule within the HEADER styling in template.css file – replace logo.jpg (or whatever extension it is) with whatever you named your logo.

    (I usually name my logo file “logo2” or something like that, just in case I ever need to revert back to the original (for whatever reason)).

    Depending on the dimensions of your custom logo, you may need to tweek some css settings (for width and height and such). But it’s really a very easy process.

    :)</blockquote>

    Thank you so much for your quick response !

    Could you tell me which template.css should I change?
    The one in /www/templates/system/css ?

    TomC Moderator
    #364878

    the path is generally templates/jazeolite/css/template.css

    I am not sure exactly which line the “header” css styling is, but it’s generally in the middle somewhere.

    You can also use http://getfirebug.com/ to help you identify which css rules are attached to specific elements.

    (P.S. If I was able to help, don’t be afraid to click the “Thanks” button) 😉

    apdodger Friend
    #392208

    Hi There

    I’m having the exact issue that the previous poster was having, that is, difficulty in changing my logo on the Edenite template. I’ve used several JA templated before, and changed logos many times in the exact way that you suggested. Everything worked fine, but with Edenite, even though I have uploaded a new image, edited the CSS for dimensions and new file name, the logo just does NOT appear.

    Any auggestions would be very much appreciated.

    Thanks,
    Adam.

    realtoast Friend
    #403000

    You’ve probably figure this out by now. But I thought I’d respond since I spent a couple hours messing with this today and finally got it. Here’s what I did:

    1. In your templates folder, place your logo in the images folder and name it logo.gif
    2. In your templates/ja_edite/css folder, open template.css
    2. Search for ja-header, and scroll down a bit and you’ll find:

    /* HEADER

    ——————————————————— */

    #ja-header{ height: 42px; z-index: 1; }

    #ja-header .main { padding: 15px 0 0; }

    /* Logo Image —*/

    h1.logo { height: 42px; margin: 8px 0px 0px; width: 435px; }

    h1.logo a {

    background: url(../images/logo.gif) no-repeat left;

    height: 42px;

    width: 435px;

    }

    In the above code, I changed each of the 42px to 95px, which accommodated my own logo. I also found it necessary to change 8px 0px 0px; to 8px 8px 8px; to make my logo sit right. Your logo may require different margins. Clear cache.

    I also cleaned JAT3 Clean Cache in the backend. Not sure if this is necessary. But I can say that the above fix was not visible until I cleared the JAT3 Cache.

    Luiz FernandoMolina Friend
    #407765

    The ” clean T3 cache” tip was awesome!

    TomC Moderator
    #407766

    <em>@Luiz FernandoMolina 261673 wrote:</em><blockquote>The ” clean T3 cache” tip was awesome!</blockquote>
    You’d be amazed at how many times this ends up being the solution to a “stuck” modification issue. 😎

    cyprusmedya Friend
    #407782

    disabling the cache from general configuration and from many modules will solve your problems of previewing your site instantly 🙂 I was using teline iv and had the same problem but when i disabled caching, all my problems were solved.

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

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

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