StyledThemes

Mobile/Responsive Menu

Home Forums WordPress Themes – Premium Lavish Pro Mobile/Responsive Menu

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #16847
    Diana Cobb
    Participant

    I just upgraded to version 1.0.9. Now only half of my menu appears on my mobile device. In addition, the area above the logo/site title line is blue on my mobile device…

    Help!

    Website http://premiereroux.com/

    #22150
    Binaya D
    Participant

    Hi Diana,

    Please use the following css to fix your issue:

    
    .lavish_top {
        background-color: #ECECEC;
    }
    
    @media screen and (max-width: 1030px) {
    ul.mobilemenu {
        overflow-y: scroll !important;
      }
    }
    

    Note: Please use the custom css plugin or child theme to write the css.

    Thanks

    #22152
    Diana Cobb
    Participant

    Thanks! I copy and pasted to my child theme’s stylesheet. I cleared the cache on my mobile device and on my dashboard, but I seem to be having the same issues. Can you check my site (premiereroux.com) on a mobile device to see if it’s just me…?

    #22153
    Binaya D
    Participant

    Hi Diana,

    Could you please send us WP-login details of your site via mail, so that we could provide solution asap.
    Email Address: [email protected]

    Thanks

    #22155
    Diana Cobb
    Participant

    I sent an email

    #22161
    Binaya D
    Participant

    Hi Diana,

    We have fixed your issue, so please check once.

    Thanks

    #22167
    Diana Cobb
    Participant

    The issue was fixed on most of my page. However as I was going through the site on my mobile device, I notice the issue remains on the following pages:

    “Puppy Info” – http://premiereroux.com/dogue-de-bordeaux-puppy-information/
    “Myth Busters” – http://premiereroux.com/dogue-de-bordeaux-facts/

    Thanks

    #22168
    Binaya D
    Participant

    Hi Diana,

    We visit your site on iPhone but it work fine here, so could you please check once.

    Thanks

    #22184
    Diana Cobb
    Participant

    I checked them again and these pages look good. Thanks!

    #22207
    Diana Cobb
    Participant

    I updated to version 1.1.0 and it seems this problem is back…

    Thank you!

    #22209
    Binaya D
    Participant

    Hi Diana,

    Please use the same css to fix your issue and please use the custom css plugin or child theme, so that when you update your theme it will not replace the code.Now also we are providing same css which is given below:

    
    .lavish_top {
        background-color: #ECECEC;
    }
    

    Thanks

    #22210
    Diana Cobb
    Participant

    Hi Binaya,

    I already have this code pasted in my child theme’s css from last time I had this issue. Last time the code did not resolve the problem and I had to email my login credentials so you guys could go in and see what was going on.

    Just to clarify, I still have the issue with the blue background at the top of the mobile version of my site and only half of my menu is appearing.

    Thank you

    #22213
    Binaya D
    Participant

    HI Diana,

    Please use the following css to fix your issue:

    
    @media screen and (max-width: 1030px) {
    	ul.mobilemenu {
    		overflow: scroll;
    		-webkit-overflow-x: hidden;
    	    overflow-x: hidden !important;
    	}
    }
    

    NOTE: Please use the custom css plugin or child theme to write the css.

    And regarding the blue color in lavish head we have fixed the issue with same code, so please check once in child theme style sheet.

    Thanks

    #22220
    Diana Cobb
    Participant

    I’m sorry but my menu problem is still not fixed….

    Diana

    #22224
    Diana Cobb
    Participant

    I need help please! I have pasted the code provided in my child theme’s styleshee. But my menu problem is still not fixed. I cannot access over half of my menu on mobile devices!

    premiereroux.com

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.