Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • imamrevista Friend
    #179382

    Hello, I really liked the template, but as I had never worked with joomla 2.5 and I am with some difficulties, I hope someone can help me.

    For now I have one issue and one question:

    1 – Menu not moving with page, i made the changes suggested in the topic (http://www.joomlart.com/forums/topic/menu-not-moving-with-page/), but the menu moves and the logo just stands there.

    3 – I managed to change the names of menu links, but in the address bar the old name remains, what should I do to change in two places?

    Saguaros Moderator
    #462106

    Hi imamrevista,

    1. Could you post your site URL here? it’s better with a closer look and I shall check for you

    2. And may I know which menu I should access to see this issue and how you want it should be.

    imamrevista Friend
    #462231

    Hi Saguaros, i sent you the url by pm, thanks for your help.

    Saguaros Moderator
    #462240

    Hi again,

    You could fix the position of logo by going to: /templates/ja_mers (your default template)/css/template.css, there should be snippet of code and change:

    h1.logo {
    height: 120px;
    left: 22px;
    position: absolute;
    top: 10px;
    width: 120px;
    }

    to

    h1.logo {
    height: 120px;
    left: 245px;
    position: fixed;
    top: 10px;
    width: 120px;
    }

    Hope this helps.

    imamrevista Friend
    #462471

    The logo attached, but it changes depending on the resolution of place.

    Saguaros Moderator
    #462527

    Hi again,

    As I can see through Firebug:

    h1.logo {
    height: 120px;
    left: 520px;
    position: fixed;
    top: 10px;
    width: 120px;
    }

    Please change the left property to a smaller value, this is distance from left side to that logo position.

    imamrevista Friend
    #462750

    The logo changes location depending on screen resolution, is to 520px because I use 1920×1080, if you test with other resolutions will see that the logo varies depending on the resolution used. If you change to a lower resolution it will fit in another resolution, but not in mine, I would like him to stay in the right place at all resolutions.

    Saguaros Moderator
    #462903

    Hi again,

    May I know how you install this template – using quickstart or install this template separately, you may make some changes to this, please pm me admin and ftp account, I shall check this for you.

    imamrevista Friend
    #462979

    Data sent, thank you.

    Saguaros Moderator
    #463594

    Hi there,

    You might make some change in CSS file of this template, please open file: templates/camomilababy/css/template.css
    – Line 17, replace this:

    #ja-header {
    position: relative;
    z-index: 20;
    }

    To

    #ja-header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 20;
    }

    – Replace:

    #ja-mainnav, #mainnav {
    font-size: 105%;
    line-height: normal;
    position: fixed;
    z-index: 13;
    }

    with:

    #ja-mainnav, #mainnav {
    font-size: 105%;
    line-height: normal;
    position: fixed;
    top: 40px;
    z-index: 13;
    }

    – Replace:

    h1.logo {
    height: 120px;
    left: 520px;
    position: fixed;
    top: 10px;
    width: 120px;
    }

    with:

    h1.logo {
    height: 120px;
    left: 22px;
    position: absolute;
    top: 10px;
    width: 120px;
    }

    Hope this helps

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

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

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