Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • djboxny Friend
    #180348

    I seem to be having a problem with the Logo of my website. I dont whant to use Ja Login or the Logo that comes with the Template. I whant to be able to Put a Logo the goes all across the top. But everytime i try that, by positioning a custom HTML with a Logo Image on position jalogin it covers only 60% of the top. and the logo.png covers the remaining percent. I guess this has something to do with changing something in the template file??

    Sherlock Friend
    #465915

    Hi djboxny,

    it’s cover only 60% of the top area because your image there has the width size of only 60% area, you would need to increase the image width, if you want to hide the logo open the file of templates/ja_mendozite/css/template.css looking for this css

    h1.logo {
    height: 35px;
    width: 329px;
    }

    change it to

    h1.logo {
    height: 35px;
    width: 329px;
    display:none;
    }

    cadia Friend
    #468224

    I have a similar problem with the logo in Mendozite. The modifications appear correctly in the homepage but not in other sections, in which appears with the default size for the template. Can you help me?. Thanks in advance.

    Sherlock Friend
    #468301

    <em>@cadia 339821 wrote:</em><blockquote>I have a similar problem with the logo in Mendozite. The modifications appear correctly in the homepage but not in other sections, in which appears with the default size for the template. Can you help me?. Thanks in advance.</blockquote>

    How did you modify the size ? Can you share with me the problem urls here for a checking ?

    cadia Friend
    #468474

    I cant give you the urls because the web is closed by client’s request. I modify template.css in following code:

    h1.logo { width: 329px; height: 35px; }

    to

    h1.logo { width: 939px; height: 50px; }

    and

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 329px;
    height: 39px;
    }

    to

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

    But the changes only appear in homepage (the new logo.png is 939×50 of course). I’m confused because I think there are not another css archive in Mendozite that places different logos depending on the section but I can be wrong since it is the first time I’m working with this template

    Sherlock Friend
    #468643

    Hi cadia,

    Probably other pages as you mentioned have been assigned to other profiles/themes in template back-end so the changes made at the file of templates/your_template/css/template.css file would not take affect, instead you should make change at the corresponding file for the them, For example if the theme selected is blue you would need to make changes at templatesja_orisitethemesbluecsstemplate.css , checking your front-end at filefox browser with firebug add-on ( also turning off optimize css in the back–end) you would easy to detect exact css file need to be modified as mentioned.

    cadia Friend
    #468845

    It worked, i changed all themes’ css and the “optimize css” option in template manager. Thanks very much for the help.

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

This topic contains 7 replies, has 3 voices, and was last updated by  cadia 12 years, 1 month ago.

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