New Website: Soft Launch

Discussion in 'Backers Lounge (Read-only)' started by garat, March 5, 2013.

  1. ucsgolan

    ucsgolan Member

    Messages:
    158
    Likes Received:
    0
    Website on Chrome for android. "More" overlap with texts.

    Attached Files:

  2. baryon

    baryon Active Member

    Messages:
    156
    Likes Received:
    40
    Using Opera, everything looks fine. Especially I don't have the problems with the concept art pictures that cola_colin has.

    Version
    12.14
    Build
    1738
    Platform
    x64
    OS
    Windows 8
  3. atua

    atua Member

    Messages:
    52
    Likes Received:
    0
    Check the FAQ.

    [​IMG]
  4. banthor

    banthor New Member

    Messages:
    16
    Likes Received:
    1
    It looks fine on my IE9. But with IE8 I can confirm the problem. I had a look at it. The problem is the following style in your site:

    Code:
    .site {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0 1.71429rem;
    }
    
    The problem is that the background-color definition. It contains a fourth parameter for opacity that IE7 and IE8 cannot process thus ignnoring it. So the background defaults
    to white.

    A first quick solution would be to set the background color to black for <IE9, you can simply do this by adding the following in your styles sheet:

    Code:
    html.ie7 .site,
    html.ie8 .site, {
        background-color: #000000;
    }
    
    This is possible since your CMS is adding the class "ie7" or "ie8" when the respective browsers are used.


    This fixes the IE8 background color problem. But there are a lot more errors:
    • - Images in Media have bad sizes
      - The sidebar is missing

    This way the text is at least readable :)

    Also IE7 still looks completely broken, but somewhere the line should be drawn. IE8 is relatively important as WinXP users actually cannot upgrade to IE9 :(

    If I find some time I can have a look at the other issues.
  5. paprototype

    paprototype Member

    Messages:
    138
    Likes Received:
    1
    looks nice, I like the image of the delta commander at the front page.
    Would like to see some images of the different biomes there as well soon.
    To see some instant in game footage.
  6. djunreal

    djunreal New Member

    Messages:
    58
    Likes Received:
    0
    Two minor gripes from me here...

    1) No host-header for non-www (ie if you try to go to uberent.com/pa and don't stick www. on the front, it doesn't work).

    2) Still looks a tad misaligned on android's native browser - perhaps if your web devs have time they could knock up a mobile version of the site and an auto-redirect, which formats stuff in a better way for phone users?
  7. whip

    whip New Member

    Messages:
    39
    Likes Received:
    1
    So yeah

    Attached Files:

    • wat.PNG
      wat.PNG
      File size:
      43.3 KB
      Views:
      73
  8. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
  9. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    did you miss this or do you need more than 2 days to fix a link? ;)
  10. megrubergusta

    megrubergusta New Member

    Messages:
    141
    Likes Received:
    1

Share This Page