Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • smbyrne Friend
    #169914

    Hello,

    I have an issue where older browsers and explorer 8/9 in compatibility mode wont show the logo in the header. Also I have a couple different menus at the bottom of pages that I’d like to change the color of from red to white with mouse over in light grey. Can anyone help me with these problems?

    Thanks!
    Scott

    khoand Friend
    #420811

    <em>@smbyrne 277679 wrote:</em><blockquote>
    I have an issue where older browsers and explorer 8/9 in compatibility mode wont show the logo in the header. </blockquote>Hi,
    I checked and I don’t see problem your tell . <em>@smbyrne 277679 wrote:</em><blockquote> Also I have a couple different menus at the bottom of pages that I’d like to change the color of from red to white with mouse over in light grey. Can anyone help me with these problems?

    </blockquote>

    You replace this code from /templates/ja_droid/core/themes/grey/css/template.css

    a {
    color: #86110E;
    }

    with

    a {
    color: white;
    }

    You replace this code from /templates/ja_droid/css/template.css

    a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #333;
    }

    with

    a:hover, a:active, a:focus {
    text-decoration: underline;
    color: gray;
    }

    timheel Friend
    #421271

    I also have issues with IE 7 and 6 not displaying logos for two web sites … http://www.oygworld.com and http://www.2commune.com . I’ve done most of my development with Chrome and Firefox and it’s frustrating to find these issues. I can sort the logo issues with mobile versions Any guidance would be appreciated.

    khoand Friend
    #421531

    You turn cache mode off, please

    timheel Friend
    #421551

    Yes, I’ve been running without cache during the site creation process. The 2commune site seems to be more consistent than the OYG site.

    TomC Moderator
    #421552

    <em>@timheel 278669 wrote:</em><blockquote>Yes, I’ve been running without cache during the site creation process. The 2commune site seems to be more consistent than the OYG site.</blockquote>
    Just as an additional “troubleshooting” suggestion . . . try switching “Optimize CSS” to “No” within your Template Manager – refresh site and see if that makes any kind of difference.

    timheel Friend
    #421559

    Hi, Just done so and tested with IE 7.0.530 and still no logo showing. Thanks for the suggestion.
    Interestingly, when you hover the cursor over the logo position in IE7 the pointer changes .. as if the logo is there but possibly behind the header image. Could this be the case?

    TomC Moderator
    #421608

    <em>@timheel 278678 wrote:</em><blockquote>Hi, Just done so and tested with IE 7.0.530 and still no logo showing. Thanks for the suggestion.
    Interestingly, when you hover the cursor over the logo position in IE7 the pointer changes .. as if the logo is there but possibly behind the header image. Could this be the case?</blockquote>
    Either that or there is some kind of transparent “placeholder” in effect.

    You can also experiment with the z-index value for the css related to your logo image – choosing a high number like “999” or higher – see if that brings the logo image to the forefront (if that’s the issue)

    timheel Friend
    #421681

    <em>@TomC 278748 wrote:</em><blockquote>Either that or there is some kind of transparent “placeholder” in effect.

    You can also experiment with the z-index value for the css related to your logo image – choosing a high number like “999” or higher – see if that brings the logo image to the forefront (if that’s the issue)</blockquote>

    I had a good play around on the oygworld site. (The 2commune site (ja minisite) seems ok now, but I don’t know why.)
    Setting the background image to z=30 and logo to z=999 had no effect.

    Then I commented out the background image – strangely there was no logo to view. For some reason IE7 is no picking up the logo file. Any further thoughts? Incidentally i’m using ja-purity III for the oygworld site.

    TomC Moderator
    #423284

    You can open this file –> templates/ja_droid/core/themes/grey/css/template.css

    Look for the following line . . .

    h1.logo a { background: url(../images/logo.png) no-repeat 600px left; }

    change it to

    h1.logo a { background: url(../images/logo.png) no-repeat 50% left; }

    Hope that helps

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

This topic contains 10 replies, has 4 voices, and was last updated by  TomC 13 years ago.

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