Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • mjoomla Friend
    #134981

    Greetings,

    I cannot find logo.jpg file in any of the images folders for JA Rutile.

    I would also appreciate instruction on how to change it to my logo throughout the site.

    Thank you!

    Mike

    akwasi_c Friend
    #277722

    go to the template ccs, and edit (scroll down till you see the Header then once you place your logo in the image directory and change the file name to that of the original logo name)

    mjoomla Friend
    #277726

    Thank you for your instructions. I found the original logo.jpg file and deleted it. I then saved my logo.jpg file in the same folder I deleted the original from. I used the same file name logo.jpg as original. So I don’t think I need to change CSS. However, when I go to my site http://www.packagingpulse.com, the logo still doesn’t show. I have even cleared my cache. Any suggestions?

    ppearce05 Friend
    #277730

    Hi,

    I am having the same problem.

    Via FTP I found the logo.jpg file in:

    public_html/images/logo.jpg

    I then swaped it with a new logo with the same name (logo.jpg). I confirmed the change as I can see a thumbnail of the logo but the new logo does not appear.

    I also looked for template logo (JA Rutile) through the Joomla admin interface but couldn’t see it there.

    Any suggestions?

    My site is:

    http://www.zotguide.com

    bennitos Friend
    #277731

    You need to change the logo in the following location:

    images/orange/logo.jpg

    it has a logo.jpg for every color scheme as you have orange enabled atm you should change the logo under the orange folder.

    so:
    images/orange/logo.jpg

    bennitos Friend
    #277732

    <em>@ppearce05 88942 wrote:</em><blockquote>Hi,

    I am having the same problem.

    Via FTP I found the logo.jpg file in:

    public_html/images/logo.jpg

    I then swaped it with a new logo with the same name (logo.jpg). I confirmed the change as I can see a thumbnail of the logo but the new logo does not appear.

    I also looked for template logo (JA Rutile) through the Joomla admin interface but couldn’t see it there.

    Any suggestions?

    My site is:

    http://www.zotguide.com</blockquote>

    same for your website you need to change the images/orange/logo.jpg

    If that dont work please post and i will try to help you further.

    Greets,
    Bennitos

    mjoomla Friend
    #277736

    Changing the logo in the three color themes (green, orange and blue) worked!

    Thank you very much! This shows tremendous value to this forum.

    ppearce05 Friend
    #277750

    Thank you, this worked.

    In my file structure I had to navigate to:

    public_html/templates/ja_rutile/images/orange.

    to change the file and this worked

    ppearce05 Friend
    #277752

    I have successfully changed the logo but it is shifted to the right.

    I would like to shift it to the left.

    I see the CSS code but not sure which one changes the positioning to shift the logo left.

    /* HEADER
    --------------------------------------------------------- */
    #ja-header {
    line-height: normal;
    position: relative;
    padding: 20px 0 0;
    z-index: 999;
    }

    h1.logo, div.logo-text {
    margin: 0 20px 20px;
    padding: 0;
    }

    h1.logo a {
    width: 355px;
    height: 80px;
    display: block;
    background: url(../images/logo.jpg) no-repeat center;
    }

    h1.logo a span {
    position: absolute;
    top: -1000px;
    }

    div.logo-text {
    outline: none;
    }

    div.logo-text h1 {
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    }

    div.logo-text h1 a {
    color: #333333;
    text-transform: uppercase;
    }

    .site-slogan {
    color: #999999;
    margin: 0 0 -2px 10px;
    padding: 0;
    letter-spacing: 1px;
    }

    #ja-topnav {
    position: absolute;
    top: 10px;
    right: 40px;
    }

    #ja-topnav ul {
    margin: 0;
    padding: 2px 0;
    }

    #ja-topnav li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background: url(../images/vline.gif) no-repeat center left;
    }

    #ja-topnav li a {
    display: inline;
    padding: 0 10px;
    }

    ppearce05 Friend
    #277756

    I believe I found the code to change the positioning (move logo left)

    h1.logo, div.logo-text {
    margin: 0 0 10px;
    padding: 0;

    I changed the second value (after “margin” to “0”) and this did the trick.

    I also had to reduce the overall logo size dimensions in CSS to:

    h1.logo a {
    width: 150px;
    height: 80px;
    display: block;
    background: url(../images/logo.jpg) no-repeat center;

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

This topic contains 10 replies, has 4 voices, and was last updated by  ppearce05 16 years ago.

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