pattern behind drop down menus

Discussion in 'ButterBelly WordPress Theme' started by imagegrafx, Mar 17, 2014.

  1. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    Good morning! I saw another thread for this and you suggested uploading a newer version of the theme. I have done this. I don't see the pattern, but customer is complaining about the pattern when she moves through drop down menu. The site is www.testdummy24.com/endrizzi/ Would you mind checking it and letting me know if there is a fix. She sees it in Chrome and IE.

    Also, on the mobile site, the logo drops off on all pages. Any fix for that?

    Thanks!



     
  2. Piyush

    Piyush Support Staff

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

    Menu background pattern issue has been resolved in our latest version (version 1.0.5) of Butterbelly theme.
    See the image for reference.
    [​IMG]

    I have checked your website also and not found menu background pattern issue.
    I think it may be the cache issue at the customer end.
    So asked them to clear their system cache.
    This will solve your menu background pattern issue.


    For logo issue on mobile devices,
    I think you have done some custom code in this theme due to which the logo issue is occuring on the mobile devices.
    So remove the code given below from the Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu_container {
    position: fixed;
    width: 100%;
    z-index:999;
    }
     
    .header_container.home {
    padding: 100px 1000px;
    background: none;
    }
     
    This will solve your issue.
     
  3. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    Thanks! The pattern is gone. I was never seeing it, so I couldn't figure it out.

    Also, is there a way to get rid of the screened white box behind the logo on the home page, leaving the logo to sit overtop of the slides and still have it responsive on a mobile device? If I removed the custom coding as you suggest above, the white screened box shows back up. And Is there any way to get the menu to stay static at the top of the page and still have it responsive on a mobile device? My url is www.testdummy24.com/endrizzi. I have the logo built on the slide right now and will change that out if I can get the logo to sit over the slides without the white background. Thanks!
     
  4. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container {
    background: none;
    }
     
    This will solve your issue.
     

Share This Page