Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Login Page in IE 7

  1. #11
    Junior Member berryc's Avatar
    Join Date
    Jul 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Login Page in IE 7

    UPDATE: This thread addresses this issue and it solved the problem for a few people, however I haven't had a chance to try it myself.

    CSS issue

  2. #12
    Newbie dseldon's Avatar
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Login Page in IE 7

    This appears to be a real issue that is NOT resolved anywhere in this thread. It is very odd, and a very good question, that the theme demo doesn't display this issue for IE7. Never the less, it is a real issue.

    Whether it is a css or javascript issue, it is a shame that it hasn't been resolved by this time (if not shameful) - IE7 users will account for 20 - 30% of visitors in most markets.

    To have that many users unable to easily register is a big negative to the value of this theme.

    A well designed well thought out theme, but with one big sour note.

  3. #13
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Login Page in IE 7

    The only fix there really is is opening your stylesheet your using in the styles folder. Grab the style (color) your using. On about line 18 you see this

    Code:
    .main { border: solid 20px #DAF5FC;}
    Change it to this:

    Code:
    .main { border: solid 20px #DAF5FC; position:relative;}
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  4. #14
    Newbie dseldon's Avatar
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Login Page in IE 7

    So that was all it was? Making .main position:relative; ? Thank you, thank you! That's an easy fix, and works just fine.

  5. #15
    Newbie dseldon's Avatar
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Login Page in IE 7

    Very sorry to report that the cure ends up being worse than the original problem...

    Making .main relative positioned causes IE7, IE8, mozilla & webkit browsers (didn't take time to check IE6) to no longer show the list of categories when hovered in #catnav.

    IMO, this ruins usability for all visitors. People need to be able to see the categories.

    I'm convinced there is a difference somewhere between the demo files and the current version for sale.

  6. #16
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Login Page in IE 7

    Probably the host/config he is using. Has i said before the problem is coming from the JS files, not the browser.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  7. #17
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Login Page in IE 7

    I've found what appears to be a fix. The hardest part was first finding a copy of IE7 to troubleshoot on since I'm using IE8. I ended up finding a very cool (and free) IE tester which I highly recommend to anyone needing to test all the different versions of IE.

    Depending on what color you are using for CP, you'll need to edit the .css file and add the following to the .ins class. In this example, I'm using the default light blue color so I changed the style.css file in the /classipress/ theme root. For other colors, go into /classipress/styles/ and change there.

    Code:
    min-width: 0;
    So it should end up looking something like this:
    Code:
    .ins { background: #DAF5FC; min-width: 0;}

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)