Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • mmatalon Friend
    #160960

    Guys,
    First of all… I love your templates. They are really great! Now here is my issue: I have included a picture of how the site looks now and 1 for how I want it to look.

    It should be fairly simple to understand what it is I am trying to do… I want to:
    1. make User1 a fixed size (will only be using this position on the front page.
    2. Put the “Right” position in place of the user 2 position and have that a fixed size too

    So image “FrontPage” is how it is currently and “FrontPage2” is how I want it to be.

    Please note, that I am not a programmer. I can figure stuff out by trial and error (which has gotten me this far)

    Thanks,
    Michael


    1. front-page
    2. front-page2
    mmatalon Friend
    #379537

    <em>@mmatalon 225240 wrote:</em><blockquote>Guys,
    First of all… I love your templates. They are really great! Now here is my issue: I have included a picture of how the site looks now and 1 for how I want it to look.

    It should be fairly simple to understand what it is I am trying to do… I want to:
    1. make User1 a fixed size (will only be using this position on the front page.
    2. Put the “Right” position in place of the user 2 position and have that a fixed size too

    So image “FrontPage” is how it is currently and “FrontPage2” is how I want it to be.

    Please note, that I am not a programmer. I can figure stuff out by trial and error (which has gotten me this far)

    Thanks,
    Michael</blockquote>

    I was able with some tweaking to change the site to look like how i wanted (kinda… see attached image). My issue is that its perfect in Chrome, but in Firefox and IE 8 its incorrect. I checked the module positions in all 3 browsers and in chrome User1 and User2 are beside each other while in FF & IE8 User2 is below User1. I have attached images for IE8 & chrome (both showing how the page looks as well as the module positions)

    Thanks
    Michael


    1. chrome
    2. chrome-postitions
    3. ie8
    4. ie_module_position
    Sherlock Friend
    #379574

    Dear mmatalon,

    Kindly post here the url where the issue can be checked ! it is pretty hard to give you the solution without check on the issue.

    mmatalon Friend
    #379649

    The address is:

    removed!

    Thanks
    Michael

    Sherlock Friend
    #379736

    Dear mmatalon,

    You can open the file of templates/your_template/css/template.css file and adding this css

    .ja-box-right {
    width: 320px;
    }

    I think that would help !

    mmatalon Friend
    #379819

    <em>@dathq 225591 wrote:</em><blockquote>Dear mmatalon,

    You can open the file of templates/your_template/css/template.css file and adding this css

    .ja-box-right {
    width: 320px;
    }

    I think that would help !</blockquote>

    Thank you very much. it did help. much appreciated!

    I do have 1 more concern though. The colours for the menu (I changed the orange colour to gold) only shows up in IE but not in Chrome nor Firefox (both the latest versions)

    Thanks again for your help so far
    Michael

    Sherlock Friend
    #380023

    Dear mmatalon,

    Please just try as following
    Open the file of templates/ja_kyanite_ii/css/colors/orange.css,look for the css
    ul.level0 li.over, ul.level0 li.haschild-over, ul.level0 li.over.first, ul.level0 li.haschild-over.first, ul.level0 li.active, ul.level0 li.active.first {
    background-image: url(“../../images/orange/mainnav-bg.gif”) ;
    }

    And change it to
    ul.level0 li.over, ul.level0 li.haschild-over, ul.level0 li.over.first, ul.level0 li.haschild-over.first, ul.level0 li.active, ul.level0 li.active.first {
    background-image: url(“../../images/orange/mainnav-bg.gif”) !important ;
    }

    I think this would help !

    mmatalon Friend
    #380084

    <em>@dathq 225959 wrote:</em><blockquote>Dear mmatalon,

    Please just try as following
    Open the file of templates/ja_kyanite_ii/css/colors/orange.css,look for the css
    ul.level0 li.over, ul.level0 li.haschild-over, ul.level0 li.over.first, ul.level0 li.haschild-over.first, ul.level0 li.active, ul.level0 li.active.first {
    background-image: url(“../../images/orange/mainnav-bg.gif”) ;
    }

    And change it to
    ul.level0 li.over, ul.level0 li.haschild-over, ul.level0 li.over.first, ul.level0 li.haschild-over.first, ul.level0 li.active, ul.level0 li.active.first {
    background-image: url(“../../images/orange/mainnav-bg.gif”) !important ;
    }

    I think this would help !</blockquote>

    Worked again!!!! 🙂
    Again, thanks very much for all of the help!

    Michael

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

This topic contains 8 replies, has 2 voices, and was last updated by  mmatalon 13 years, 8 months ago.

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