-
AuthorPosts
-
July 31, 2017 at 4:15 pm #832218
Hi Team,
after updating on the new version of enfold, the new meta menu open no more the submenus of an meta menu:“Produkte” is an Metamenu and “Müller & Team” is an normal submenu.
Hope you can help me, thank you!
best Regards
MikeAugust 1, 2017 at 9:32 am #832718Hey Mike61,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Best regards,
John TorvikAugust 1, 2017 at 9:40 am #832723This reply has been marked as private.August 4, 2017 at 5:55 pm #834429Hi,
We have reported the issue to our devs.
For a temporary workaround, you can choose not to display your menu item as mega menu or Alternatively, you can try creating a new menu for mobile version and add following code to Functions.php file in Appearance > Editor and display different menu on mobilefunction av_different_mobile_menu( $args = '' ) { if($args['menu_id'] == 'avia-menu') { if(wp_is_mobile()) { $args['menu'] = 'main-menu-mobile'; } else { $args['menu'] = 'main-menu'; } } return $args; } add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );
Please make sure to replace menu names (“main-menu” and “main-menu-mobile”) in the code to match the name of your menus
Best regards,
YigitAugust 4, 2017 at 7:28 pm #834471Hi Yigit,
thank you for answering!
How long is “temporary”?Regards
MikeAugust 4, 2017 at 7:33 pm #834474Hi Mike,
Unfortunately we are not able to provide an ETA yet. Our devs are working on it though.
Cheers!
YigitAugust 4, 2017 at 8:25 pm #834497Hi Yigit,
this is bad ;)
I find out that the sub menus will display after click when the parent menu item have an regular link (not # or colum title).
Further all sub menus will display when I use the enfold setting “alway display submenu items” – this is my workaround
for the time you need for an solution.
Stay in touch please…Best regards
MikeAugust 9, 2017 at 10:55 pm #836674Hi,
We will
Kriesi always announce the updates we do also.Thank you very much for your understanding
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.