-
AuthorPosts
-
October 17, 2016 at 9:36 pm #700262
i deactivated standard menu and moved it to look like mobile menu.
I have two problems:
-first problem is that when you load page on mobile/tablet device, menu is automatically open and you can move website content left and right. Can you give me css code to close menu.
-second problem is when i am at middle of website and when i click on main menu to open, it get me on top of page.for changing menu to mobile menu i use this code:
@media only screen and (max-width: 2600px) {
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
display: block;
}.responsive .av_mobile_menu_tablet .main_menu {
display: none;
}.html_mobile_menu_tablet #mobile-advanced {
display: block;
width: 20%;
right: -20%;
}}@media only screen and (max-width: 990px) {
.html_mobile_menu_tablet #mobile-advanced {
display: block;
width: 100% !important;
right: -100% !important;
}}just try to move on mobile or tablet whole content after loading without opening menu you will see that you can move whole content but when you open and close menu you can not move content anymore…so i guess menu is automatically open after loading page.
October 18, 2016 at 10:26 am #700544hello
October 18, 2016 at 2:21 pm #700649hey guys why aren’t you replaying me anymore?
October 18, 2016 at 2:25 pm #700653Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }
Regards,
YigitOctober 18, 2016 at 2:31 pm #700658hey, first problem with moving is solved, but second problem is still there….on desktop when you are in middle of page and when you click on menu you directly go on top page…how to deactivate that, i want when i open and close menu to stay where i was on page?
October 18, 2016 at 3:10 pm #700672Hi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.