• Resolved Jbowater

    (@jbowater)


    Hi,

    I have found a bug I believe may be common to all websites using this theme, and so may need updating in the next version.

    Say you in a browser on a computer and the window is small enough to make the site appear in mobile menu. You open the menu, and then whilst it is still ‘open’, change the width of window you are using to be larger. The site then changes the menu from the mobile version to the full size version. The problem is that as you didn’t ‘close’ the mobile menu, it continues to use that menu, but positions it in the same format/position as the full sized menu.

    If you go back to the mobile menu, close it, then make the size larger again to view the full size menu, then it is fixed. Therefore, the issue is simply that when you move from mobile menu to full menu, it doesn’t ‘auto-close’ the mobile menu, which messes up the display of the full menu.

    This happens on my site https://www.cactosfp7.eu, as well as this one https://daviesandbells.co.uk/ and this one https://www.frankpipia.ca/ (these other two I found as the owner was asking for help in another post on this forum), hence me thinking it is common to all sites using this theme.

    Could you please provide a short-term fix, until the next updated version?

    Thanks,
    James.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jbowater

    (@jbowater)

    PS – just noticed it doesnt do it on this site – https://blog.pet-portraitartist.com/

    In case that helps you work out a fix.

    Best
    James

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Sorry for the late reply. Please use the following css to fix the issue:

    @media screen and (max-width: 768px) {
    .primary-navigation ul.nav-menu{
       display: none;
      }
    }
    @media screen and (max-width: 782px){
    .primary-navigation ul.nav-menu{
       display: none;
      }
    }

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

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since two weeks. We hope you got the solution of your issue.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu to Full Screen Menu Bug’ is closed to new replies.