test
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • mikac Friend
    #161130

    Hello,
    I would like to change Ja-cloris logo position, basically I want to rotate it, and instead of heaving 100×185 I would like to have 185x100px logo.

    I edit the template css and in Header section I entered new values for my logo and I moved it little left (for 85px) and it’s OK. But, it’s ok on the home page, and on the Blog page it’s like this (It’s croped and it displays old logo, not the new one I entered)

    Please advise on this…what’s the proper way to change logo dimensions and position?

    Thank you.


    1. old_logo_croped
    aman204 Friend
    #380226

    Can you provide a link to your site

    mikac Friend
    #380251

    minimal.rs

    aman204 Friend
    #380254

    I can see similar logo for homepage and other page i.e. with dimension:: 100*185px

    Please check

    mikac Friend
    #380255

    Offcourse. I putted the old logo back. The site is live.

    What happens is when I change it on the front page properly it doesn’t change on the Blog page. I attached a picture in the previous post… I need 185x100px

    aman204 Friend
    #380258

    <em>@mikac 226247 wrote:</em><blockquote>Offcourse. I putted the old logo back. The site is live.

    What happens is when I change it on the front page properly it doesn’t change on the Blog page. I attached a picture in the previous post… I need 185x100px</blockquote>

    Ok, Can you please update in new logo and I can take a quick look right now 🙂

    Please notify here when done

    mikac Friend
    #380259

    Here it is… look how it is on a Blog page…

    aman204 Friend
    #380260

    <em>@mikac 226252 wrote:</em><blockquote>Here it is… look how it is on a Blog page…</blockquote>

    Please refer to my forum signature
    <blockquote>
    Disable css compression to get faster support </blockquote>

    You can do it in template parameters so as to give in exact file and line reference

    mikac Friend
    #380264

    I have…

    try now

    aman204 Friend
    #380266

    <em>@mikac 226257 wrote:</em><blockquote>I have…

    try now</blockquote>

    The logo seems to be fine now. Clear your browser cache

    Also, You can change this::

    h1.logo a {template.css (line 406)
    background: url(“../images/logo.png”) no-repeat scroll left center transparent;
    display: block;
    height: 100px;
    width: 185px;
    }

    to

    h1.logo a {template.css (line 406)
    /* background: url(“../images/logo.png”) no-repeat scroll left center transparent;*/
    display: block;
    height: 100px;
    width: 185px;
    }

    mikac Friend
    #380270

    Well It’s not. I don’t know if you have noticed, but when I disabled CSS compression the logo is fine but the background on the blog page is not. It is supposed to be white and somehow it’s using the one with the pandas from the home page. And I did what U suggested but didn’t see any change… soo.. not good.

    aman204 Friend
    #380274

    <em>@mikac 226264 wrote:</em><blockquote>Well It’s not. I don’t know if you have noticed, but when I disabled CSS compression the logo is fine but the background on the blog page is not. It is supposed to be white and somehow it’s using the one with the pandas from the home page. And I did what U suggested but didn’t see any change… soo.. not good.</blockquote>

    For the background update, You can go on with page class suffix functionality

    View in tutorial below to add this functionality::

    http://www.joomlart.com/forums/topic/page-class-suffix-4/

    Now, You can add home in page class suffix for default menu item and then, add this at end of template.css file::

    body.home {
    background: url(“../images/Minimal_Panda.jpg”) no-repeat scroll center top #FFFFFF;
    }

    and comment it out like this::

    /*body#bd {color.css (line 1)
    background: url(“../images/Minimal_Panda.jpg”) no-repeat scroll center top #FFFFFF;
    }*/

    This would only update the background now for home menu item 🙂

    mikac Friend
    #380277

    Well… first of let me say that this is too complicated and unneccessary. But.. if I am to apply your solution, It’s not clear what do I need to enter where ? It says enter this…. and then Above this… what should be entered where?

    If this is the only solution then please make it clear

    Thank you!

    aman204 Friend
    #380279

    <em>@mikac 226272 wrote:</em><blockquote>Well… first of let me say that this is too complicated and unneccessary. But.. if I am to apply your solution, It’s not clear what do I need to enter where ? It says enter this…. and then Above this… what should be entered where?

    If this is the only solution then please make it clear

    Thank you!</blockquote>

    The solution isnt complicated, I assume. Please try to follow in steps outlined.

    First step ::: You will need to mainly copy and change code snippets in specific file reference given (tutorial post)

    Second step:: Enter in home in page class suffix text field as seen in screenshot

    Third step:: Make in css amendments

    Hope this helps


    1. pageclass-2
    mikac Friend
    #380283

    No, it doesn’t help. Never mind. Thank you for your help and time! Hope someone from JoomlArt can solve this. This is ridiculous, just to Undo background change on Blog page. And this is with CSS optimization OFF. Shouldn’t this work with optimization ON?

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 3 voices, and was last updated by  Ninja Lead 13 years, 10 months ago.

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