On Avada theme 6.2.3 if change on
wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php:215
this part of the code (line:215)
<?php do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args ); ?>
and put this piece of code
<?php do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args, $current_object_id ); ?>
even Version Ultimate Member 2.1.6 plays everything right.
Thanks “Ultimate Member Support “