• nuzik
    Participant
    @nuzik 6 hours, 3 minutes ago
    My menu works on mobiles and tablets but has issues on low resolution computers or those that like to split screen. The menu just doesnt click.
    On full screen its ok and nice and big and then when its shrunk or on a lower res the hamburger menu comes in and doesnt work for like 600-900 pixels lower and higher its fine

    https://www.bristolselfiestation.co.uk

    Ive tried disabling all plug ins but it still has the issue. Im using sydney theme

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    Thank you for reaching out to us here.

    I noticed that you are having two mobile menus. Which one does have the issue? Could you please be more specific?

    Regards,
    Kharis

    Thread Starter nuzik

    (@nuzik)

    the big one in the middle of the screen.
    When the screen is full size on a decent resolution its fine but smaller resolutions it wont click the hamburger correctly.
    https://gyazo.com/1068715d7b08613e7d6d6736e43d4ff4 see when this happens on some resolutions it does not load the menu on the click

    Hello there,

    The mobile menu script is intentionally written to make it works like so. Basically the mobile menu is only visible on the screen resolution below 1025px. As you have modified its visibility, you should do code adjustment. Please see this thread. I hope it could help.

    Regards,
    Kharis

    Thread Starter nuzik

    (@nuzik)

    think thats helped a little there are some screen sizes still with the issue, but ve changed as per your reply

    Thread Starter nuzik

    (@nuzik)

    hi dude, sorry its having issues with a certain res
    1366 x 768 any ideas it just doesnt do anything….

    Please edit the /js/main.min.js file.

    Replace this line:

    
    if ( matchMedia( 'only screen and (max-width: 1280px)' ).matches ) {
    

    with:

    
    if ( matchMedia( 'only screen and (max-width: 9999px)' ).matches ) {
    

    Regards,
    Kharis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hamburger Menus Issue’ is closed to new replies.