• Resolved gmbwizards

    (@gmbwizards)


    Hi,

    First of all thanks alot for such a great plugin it works so beautifully that novice like me could also create a website as well for myself.

    Two issue I am facing and trying to fix it:

    1.) Mobile Nav menu does not autoclose: It could be because I use one page website and menu scrolls to anchor ids fine but it doesnt autoclose.

    2.) Scroll with sticky header: It scrolls behind the sticky header I need to offset scroll to about 50px I guess but any suggestions are welcome.

    P.S This is my first website so my knowledge is limited but I can follow instructions to the T.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gmbwizards

    (@gmbwizards)

    No updates ??

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @gmbwizards

    Sorry for the delay in response.

    We have replied to your ticket opened at our support portal.

    You can reply to the same email and we can get back to you as soon as possible.

    Regards,
    Rahul.

    jokubas2000k

    (@jokubas2000k)

    Hey @gmbwizards,

    Have you found a solution to your 1st issue? I’m experiencing the same problem with the mobile menu not closing after link click because the links are anchors on the same page.

    Any help would be greatly appreciated.

    Hey @jokubas2000k

    Please try the below code at your end once –

    add_action('wp_footer','custom_hfe_menu_dropdown_close');
    function custom_hfe_menu_dropdown_close(){
    ?>
             <script type="text/javascript">
                 (function($){
                      $(document).ready(function() {
                      $('.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li').on('click', function() {
                            $('.hfe-nav-menu__toggle').trigger( "click" );
                        });
                      });
                  })(jQuery)
             </script>
    <?php
    }
    • This reply was modified 3 years, 11 months ago by BSF - Rahul.

    It works, thanks @bsfrahul!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Nav Menu not closing and Scrolling Anchors’ is closed to new replies.