Home › Forums › Themes Support › Circle › Menü klappt sich nicht wieder zu
- This topic has 8 replies, 2 voices, and was last updated 1 week, 4 days ago by
admin.
-
AuthorPosts
-
March 14, 2023 at 5:54 am #10801
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
SvenWhere can I rate you?
-
This topic was modified 1 week, 5 days ago by
sventasch.
Attachments:
You must be logged in to view attached files.March 14, 2023 at 9:47 am #10804Hi,
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,
HaruThemeMarch 14, 2023 at 12:19 pm #10805I pasted the code. Unfortunately the problem still exists. I would appreciate if you can help me.
Best regards
Sven-
This reply was modified 1 week, 5 days ago by
sventasch.
March 14, 2023 at 12:25 pm #10807Now 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.March 14, 2023 at 12:28 pm #10809Hier noch ein Video mit Beispiel…
March 14, 2023 at 12:47 pm #10810[video src="https://polajaneomara.de/wp-content/uploads/video.webm" /]
-
This reply was modified 1 week, 5 days ago by
sventasch.
March 14, 2023 at 3:33 pm #10815Hi,
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,
HaruThemeMarch 15, 2023 at 6:20 am #10819Perfekt, thank you!
March 15, 2023 at 6:24 am #10820Thanks for your feedback and also for your review!
****
Best Regards,
HaruTheme -
This topic was modified 1 week, 5 days ago by
-
AuthorPosts
You must be logged in to reply to this topic.