GeoCraft 1.6 with WordPress 3.5 Issue

Discussion in 'GeoCraft WordPress Theme' started by harsh5235, Dec 20, 2012.

  1. harsh5235

    harsh5235 Guest

    Joined:
    Dec 2, 2012
    Messages:
    14
    Likes Received:
    1
  2. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Exactly which button do you mean? Looked at your site and it all looks OK to me - i.e. looks like the standard site, I haven't created an account or gone that far!
     
  3. harsh5235

    harsh5235 Guest

    Joined:
    Dec 2, 2012
    Messages:
    14
    Likes Received:
    1
    The Post button.....screenshot
    [​IMG]
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please check your site on other systems too, It is looking fine at our side.
    Please specify in any particular browser you are getting this issue or in all.
     
  5. harsh5235

    harsh5235 Guest

    Joined:
    Dec 2, 2012
    Messages:
    14
    Likes Received:
    1
    Using Chrome. the issue only happens at certain zoom levels.

    if my browser zoom is set to 100%; issue does not happen.
    If it's set to 90% (like that screenshot) it does happen
     
  6. paulgc34

    paulgc34 New Member

    Joined:
    Dec 21, 2012
    Messages:
    5
    Likes Received:
    1
    For a quick workaround you can paste the following CSS code in the Styling OPtions located under Geocraft Settings.

    The Code:
    Code:
    .header_wrapper .header .post_btn .btn_left {display:none;}
    .header_wrapper .header .post_btn .btn_right {display:none;}
    .header_wrapper .header .post_btn .btn_center {background:transparent;background-color:#ff9900;border-radius:5px;}
    .header_wrapper .header .post_btn .btn_center:hover {background:transparent;background-color:#33cc00;border-radius:5px;}
    
    Screenshot of the fix
    [​IMG]

    Lines 3 and 4 have the button colors. Line 3 is the normal color state and line 4 is the color when the button is hoverd. You can change the color's to what ever you want. I used solid colors but you can use gradiant's with css if you want.
    [​IMG]
     
    manfred likes this.

Share This Page