Your account expired support, please renew to get your support.

Home Forums Themes Support Circle Menü klappt sich nicht wieder zu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #10801
    sventasch
    Support Expired

    Hello,

    Before the site goes online, I have one last request. I have a one page site and work with anchors in the menu. Unfortunately, the phone menu does not close, but covers the screen when it jumps to the anchor. It would be great if we could change that.

    Thanks very much
    Sven

    Where can I rate you?

    • This topic was modified 8 months, 2 weeks ago by sventasch.
    Attachments:
    You must be logged in to view attached files.
    #10804

    Hi,
    Thanks for contacting us and choosing our product!
    About this issue you need to add a function to hide the menu when click on the menu link on mobile.
    You can go to: wp-content/themes/haru-circle/assets/js then open file haru-main.js
    Go to after line 571 then add this code:

    $('.haru-nav-mobile-menu > .menu-item a').click(function() {
           $body.removeClass('menu-mobile-in');
           $('#haru-nav-mobile-menu').removeClass('in');
    
    	$('.toggle-mobile-menu[data-ref]').trigger('click');
    	$('.toggle-icon-wrapper[data-ref]').removeClass('in');
    });

    Maybe you need clear cache to see changes.
    You can vote for Circle here: https://themeforest.net/item/circle-multipurpose-wordpress-theme/reviews/20454326
    Thanks so much!

    ****
    Best Regards,
    HaruTheme

    • This reply was modified 8 months, 2 weeks ago by admin.
    • This reply was modified 8 months, 2 weeks ago by admin.
    • This reply was modified 8 months, 2 weeks ago by admin.
    #10805
    sventasch
    Support Expired

    I pasted the code. Unfortunately the problem still exists. I would appreciate if you can help me.

    Best regards
    Sven

    • This reply was modified 8 months, 2 weeks ago by sventasch.
    #10807
    sventasch
    Support Expired

    Now it shows this line in the menu. Can we still disable or hide this? (see attachment).

    Attachments:
    You must be logged in to view attached files.
    #10809
    sventasch
    Support Expired

    Hier noch ein Video mit Beispiel…

    #10810
    sventasch
    Support Expired

    [video src="https://polajaneomara.de/wp-content/uploads/video.webm" /]

    • This reply was modified 8 months, 2 weeks ago by sventasch.
    #10815

    Hi,
    1. We updated the code because you don’t use Fly Menu.
    2. About the issue with border please go to Appearance -> Customize -> Additional CSS & add this code:

    header.haru-main-header.header-under-slideshow {
        border-bottom: 1px solid transparent;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10819
    sventasch
    Support Expired

    Perfekt, thank you!

    #10820

    Thanks for your feedback and also for your review!

    ****
    Best Regards,
    HaruTheme

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.