Menu will not display using Chrome.

Discussion in 'Poloray WordPress Theme' started by fmg8384, Feb 26, 2014.

  1. fmg8384

    fmg8384 New Member

    Joined:
    Nov 18, 2013
    Messages:
    2
    Likes Received:
    0
    We purchased the Poloray Theme back in november and it has been serving us well since day 1. Yesterday we noticed that the main menu, when browsing with Chrome, defaults to a single block that only displays it's text when you mouseover. Likewise the other top level menu items don't display until you mouseover where they "should" be.

    We just noticed this yesterday with Chrome on windows 7. With IE8 on windows7 or Chrome/Safari on IPad everything works well.
    We have done zero css or .js customization of WP or this theme.

    We had not made any content changes to the site in over a week.

    Any ideas on what causes this and how to fix it ?
     
  2. fmg8384

    fmg8384 New Member

    Joined:
    Nov 18, 2013
    Messages:
    2
    Likes Received:
    0
    Fixed it. I don't know why this fixed it but after much wading through css and js I ended up overriding a css entry changing the font from Avro, to Ariel.

    #menu .ddsmoothmenu li a {
    position:relative;
    color:#484848;
    text-decoration:none;
    padding:10px 9.6px 10px 9.6px;
    font-family: 'Ariel', serif;
    font-size:16px;
    font-weight:normal;
    line-height:40px;
    margin-right:2.5px;
    margin-left:2px;
    }
     
  3. prrcd

    prrcd New Member

    Joined:
    Sep 10, 2013
    Messages:
    9
    Likes Received:
    0
    We also have been having this problem, just noticed by one of our users this week: main menu doesn't display in Chrome until mouseover. Could you advise if fmg8384's solution is a workable one for all installations of Poloray? We'd prefer not to change the font but would be willing if this is the only solution. Thanks for the help.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. prrcd

    prrcd New Member

    Joined:
    Sep 10, 2013
    Messages:
    9
    Likes Received:
    0
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page