Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • emcosys Friend
    #161037

    Hi,

    I replaced the logo with our, but the image is truncated, how to solve this ?

    Thanks

    Sherlock Friend
    #379772

    Dear emcossys,

    You can try as following
    Open the file of templates/ja_rave/css/template.css,Look for this
    h1.logo {
    height: 40px;
    width: 162px;
    }
    And
    h1.logo a {
    background: url(“../images/logo.png”) no-repeat scroll left center transparent !important;
    display: block;
    height: 42px;
    margin-left: 0;
    width: 124px;
    }

    Here you should change the width and height to fit the size of your new logo.

    erosas1160 Friend
    #418822

    Hello,

    I installed the JA Rave 1.7 Template and followed the steps above, and the logo remains truncated. What am I doing wrong?

    khoand Friend
    #418825

    Hi,
    Could you give me a link to your page as you said?

    erosas1160 Friend
    #418826

    Yes, it is a development server: http://www.medi-me.com. Thanks.

    khoand Friend
    #418832

    You go to Template manager,choose Rave template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    erosas1160 Friend
    #418835

    Done. Still no change. Thanks for the help.

    khoand Friend
    #418840

    You find this code from /templates/ja_rave/core/themes/color_green/css/template.css

    h1.logo a {
    background: url(../images/logo.png) no-repeat left !important;
    height: 80px;< add this line
    width: 240px; < add this line
    margin-top: -20px; < add this line

    }

    You replace this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css

    h1.logo {
    height: 28px;
    width: 184px;
    }

    with

    h1.logo {
    height: 40px;
    width: 184px;
    }

    erosas1160 Friend
    #418848

    It worked!!! Many thanks for the expeditious support!

    cndglobal Friend
    #433401

    I am also trying to install a larger logo.png image (631w x 62h)
    i have changed the code in /templates/ja_rave/css/template.css
    and /plugins/system/jat3/base-themes/default/css/template.css
    My logo is still truncated
    — – – – – – – – – – – – – – – – –
    I am using the default color (burgundy)
    here is the link to my temp page
    http://internethostserver.com/~floorcmq/
    – – – – – – – –
    What else do I need to do to expand the logo?

    Thanks,
    cnd

    khoand Friend
    #433407

    <em>@cndglobal 294084 wrote:</em><blockquote>I am also trying to install a larger logo.png image (631w x 62h)
    i have changed the code in /templates/ja_rave/css/template.css
    and /plugins/system/jat3/base-themes/default/css/template.css
    My logo is still truncated
    — – – – – – – – – – – – – – – – –
    I am using the default color (burgundy)
    here is the link to my temp page
    http://internethostserver.com/~floorcmq/
    – – – – – – – –
    What else do I need to do to expand the logo?

    Thanks,
    cnd</blockquote>
    Hi cndglobal ,
    You replace this code from http://internethostserver.com/~floorcmq/templates/ja_rave/css/template.css

    h1.logo a {
    background: url(../images/logo.png) no-repeat left !important;
    display: block;
    width: 89px;
    height: 50px;
    margin-left: 0px;
    }

    with

    h1.logo a {
    background: url(../images/logo.png) no-repeat left !important;
    display: block;
    width: 605px;
    height: 55px;
    margin-left: 0px;
    }

    cndglobal Friend
    #433420

    Thanks for your response…
    YES, I did replace as you mention with this:
    – – – – – – – – – –
    /* Logo Image —*/
    h1.logo { width: 631px; height: 62px; }

    h1.logo a {
    background: url(../images/logo.png no-repeat left !important;
    display: block;
    width: 631px;
    height: 62px;
    margin-left: 0px;
    }
    – – – – – – – – – –
    The path is:
    /templates/ja_rave/css/template.css
    – – – – – – – – –
    I also changed the code in the plugins folder as mentioned in my first post.
    cnd

    cndglobal Friend
    #433429

    Oops!
    Thought I changed the file but looks like I didn’t.
    – – – – – – – – – – – – – – –
    I just made the change and it works perfectly……
    I’m a little embarrassed but thanks for taking a look…:-[
    cnd

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

This topic contains 13 replies, has 5 voices, and was last updated by  cndglobal 12 years, 10 months ago.

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