Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • takeflight Friend
    #185519

    I have worked on troubleshooting these areas for days now by using the forum. I have finally decided to reach out for help

    I have attached an image that will best explain what I am trying to accomplish. 3 things really:

    1)

    • position the Highlight Module where User4 is
    • or change the code for user4 to disaplay something similar. (want the black background and the same badge-hot hilite as the highlight module)

    2)

    • Lessen the space between the menu and the slider image below it. (too much white space)

    3)

    • IE properly has the logo and the menu in aline. However, Firefox and Chrome does not. I have followed other forum suggestions to no avail.

    Thanks in advance for any help or suggestions you may have

    phong nam Friend
    #485418

    Hi takeflight,

    I already acknowledged your concerns. Here is my guide:
    1. The User4 position is where you publish Location module.
    2. On your server, open /home/gatsby/public_html/templates/ja_puresite/css/layout.css. Replace

    .wrap {
    clear: both;
    width: 100%;
    }

    with


    .wrap {
    clear: both;
    width: 100%;
    margin-top: -50px; // You desired style
    }

    3. Open /home/gatsby/public_html/templates/ja_puresite/css/template.css. At line 1797, replace:


    h1.logo a {
    background: none;
    display: block;
    width: 350px;
    height: 50px;
    }

    with


    h1.logo a {
    background: none;
    display: block;
    width: 280px; // changed property here
    height: 50px;
    }

    Then Save. Clean T3 Cache.

    Regards,

    Leo

    takeflight Friend
    #485449

    i apologize but somehow I have duplicated this thread. :-[ I would delete this particular one if I knew how. Im afraid to fool around too much … then risk someone thinking that the matter has been addressed. I have a deadline and I can not risk taking that chance.

    phong nam Friend
    #485481

    Hi takeflight,
    Lets try on my guide above & inform me your result.

    Regards,

    Leo

    takeflight Friend
    #486548

    Thanks Leo!~

    Your solution for #3 worked perfectly. Again, thank you.

    As for issue #1 and #2, not so much. However I am no longer concerned with the spacing concern YET I still need to figure out how I might be able to make position “user 4” have a black background. I understand that modules need to be assigned and enabled to positions. My issue is “how to style” user 4 to look like the “highlighted’ example I showed in my screenshot.

    Hope I explained that ok.

    Thanks for you assistance.
    Deanna

    phong nam Friend
    #486553

    Hi takeflight,

    For user 4 with highlight module, you just need to change position of Hours of Operation – Highlight module to User 4 (I did it).
    Now you need to customize little bit css styles to make it look like your snapshot. On your server, open templates/ja_puresite/css/template.css. Then replace:

    #ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
    background: 0;
    }

    with

    #ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
    background: #1a1a1a;
    height: 180px;
    }

    Then Clean T3 Cache. You can see my snapshot where I have used Chrome Developer Tools.

    Regards,

    Leo


    1. 3-15-2013-9-02-20-AM
    takeflight Friend
    #486555

    Maybe this screenshot along with the previous one will help explain


    1. temp-screenshot
    phong nam Friend
    #486618

    Hi takeflight,

    As I mentioned in #6 reply, you need to apply css changes as suggested above. After applying changes, you site will have the hight module at user-4 position like my snapshot.

    * I already checked out your site, You still didn’t apply css changes on your site.

    Regards,

    Leo

    takeflight Friend
    #486940

    Thank you so much for your help. I’m not sure why I was having so much trouble using firebug to find that code. As soon as I read your post suggesting Chrome Dev. Tools, I found it without any problem. Took no longer than a few seconds.

    Maybe it was a simple overlook on my part. However, if so I overlooked it for hours on end. :-[

    Again, THANKS

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

This topic contains 9 replies, has 2 voices, and was last updated by  takeflight 11 years, 7 months ago.

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