Hamburger menu not displaying on mobile

Home Support Business Point Hamburger menu not displaying on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17556
    Anonymous
    Inactive

    The hamburger menu is not displaying on mobile. When viewing the element the background-color and color are not set. I can force the background color (not what I want) with CSS but not the line color, even using !important. Not sure what is going on.

    #17593
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We have checked the issue on our demo page at https://www.prodesigns.com/wordpress-themes/demo/business-point/ and were not able to recreate the issue.
    Please share your site URL on which we can check the issue as it will help us to provide you an effective solution.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17950
    nirav
    Keymaster

    Hello There!

    Hope you are doing well!

    It is because of the latest update in WordPress.
    We will solve this in our theme and will launch a new version soon.
    To temporarily resolve this issue edit file: business-point/assets/js/custom.js

    Search below code

    $('#main-nav').meanmenu({
    meanScreenWidth: "1050",
    });

    and replace it with

    $('#main-nav').meanmenu({
    meanMenuOpen: "<span></span><span></span><span></span>",
    meanScreenWidth: "1050",
    });

    Hope this helps!

    Have a great weekend ahead!

    Regards,
    Team ProDesigns

    #19244
    Anonymous
    Inactive

    Hi buddy, can you share the error log if possible?

    Regards,
    Connie R. Lawson

    #19252
    Anonymous
    Inactive

    Hi buddy, can you share the error log if possible?

    Regards,
    Connie R. Lawson

    Or else it is a bit hard to help you.

    Regards,
    Connie R. Lawson

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