Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • dr4christ Friend
    #661665

    http://www.DR4Christ.com – We recently we upgraded our site to Joomla 3.4.3 for added security thus necessitating us upgrading JA Wall to 1.2.1. When that happened the logo on color block in the top left reset to "JA Wall". My problem is I cant remember what size / dimensions the .png needs to be. I don’t want to mess up the mobile / tablet layouts etc. – and when we get that size right – where do we put it? What location exactly.

    Thanks,

    Tom

    Ninja Lead Moderator
    #662344

    I used web archive and got old version on your site.

    + You can download your logo from my attached file and copy it into templates/ja_wall/themes/color_block/images/ folder

    + Dimenssion width and height: 110×39

    Open templates/ja_wall/themes/color_block/css/theme.css file

    find and change

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 24px;
    float: right;
    text-indent: -999em;
    width: 56px;
    }

    to

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 39px;
    float: right;
    text-indent: -999em;
    width: 110px;
    }

    Once done, remember to clear cache from admin area

    dr4christ Friend
    #665453

    Dear Ninja Lead

    Never saw your attachment – oops. We changed the code and added an old .png – although the dimensions were 120 x 40 not 110 x 39. The result? Not good – the logo appears cut off and not centered. Any suggestions?

    Tom
    http://www.DR4Christ.com

    dr4christ Friend
    #746599

    Dear Ninja Lead

    Never saw your attachment – oops. We changed the code and added an old .png – although the dimensions were 120 x 40 not 110 x 39. The result? Not good – the logo appears cut off and not centered. Any suggestions?

    Tom
    http://www.DR4Christ.com

    Ninja Lead Moderator
    #665463

    Hi Tom,

    I also fixed the problem directly on your site with the solution below

    Open templates/ja_wall/themes/color_block/css/theme.css file

    find


    /* Logo Image ---*/
    .logo-image h1 {
    height: 24px;
    margin: 10px 0px 15px 30px;
    padding: 0;
    width: 56px;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 39px;
    float: right;
    text-indent: -999em;
    width: 110px;
    }

    to


    /* Logo Image ---*/
    .logo-image h1 {
    height: 40px;
    margin: 0px;
    padding: 0;
    width: 120px;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 40px;
    float: right;
    text-indent: -999em;
    width: 120px;
    }

    Regards

    Ninja Lead Moderator
    #746609

    Hi Tom,

    I also fixed the problem directly on your site with the solution below

    Open templates/ja_wall/themes/color_block/css/theme.css file

    find


    /* Logo Image ---*/
    .logo-image h1 {
    height: 24px;
    margin: 10px 0px 15px 30px;
    padding: 0;
    width: 56px;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 39px;
    float: right;
    text-indent: -999em;
    width: 110px;
    }

    to


    /* Logo Image ---*/
    .logo-image h1 {
    height: 40px;
    margin: 0px;
    padding: 0;
    width: 120px;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat top left;
    height: 40px;
    float: right;
    text-indent: -999em;
    width: 120px;
    }

    Regards

    dr4christ Friend
    #1048534
    This reply has been marked as private.
    Saguaros Moderator
    #1049041

    Hi Tom,

    Could you illustrate what you want to achieve via screenshot?

    dr4christ Friend
    #1050331

    Dear Saguaros

    Everytime the JA Wall template undergoes a upgrade we have had to work on (see logo attachment) making the logo appear correctly. Currently with JA Wall 1.2.3 with all updates having been preformed and running Joomla 3.7.2 and following Ninja Leads previous code instructions from August 2015 the site’s logo.png (see attachment) has disappeared. We just want to know what this template requires to place the logo so it displays correctly across the site. (No logo jpeg attached).

    DR4Christ


    1. logo
    2. dr4christ
    dr4christ Friend
    #1051187

    Dear Saguaros

    Did you get the screen shots?

    DR4Christ

    Saguaros Moderator
    #1051202

    Hi Tom,

    I checked and saw that the URL you set path for the logo is not correct via the file: http://www.dr4christ.com/templates/ja_wall/themes/color_block/css/theme.css (at approx line 1222).

    http://prntscr.com/fzv3hi

    Kindly check again.

    dr4christ Friend
    #1052111

    Dear Sarguaros

    Not sure where that url came from. I checked it and changed it to: [http://www.dr4christ.com/templates/ja_wall/themes/color_block/images/logo.png It is now working properly. Thank you.

    DR4Christ

    • This reply was modified 7 years, 2 months ago by  dr4christ.
    Saguaros Moderator
    #1052459

    Glad to hear that it worked!

    Cheers!!!

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

This topic contains 12 replies, has 3 voices, and was last updated by  Saguaros 7 years, 2 months ago.

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