Hi
Since the last update of the ultimate member plugin, we cannot edit the menus anymore.
On GitHub the ultimate member developers helped us:
https://github.com/ultimatemember/ultimatemember/issues/654
So, we should change the following code:
enfold/framework/php/class-megamenu.php
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args, $current_object_id );
My question is:
Is it possible, to overwrite this file in the child theme for not overwriting the original file?
Would Enfold fix this in a later release?
Thanks very much.
Best regards
Mike
Hey Mike,
The issue will be fixed in upcoming update.
If you have already applied a workaround, you do not need to make any changes since it will be fixed in next version as mentioned :)
For future readers: Please edit enfold/framework/php/class-megamenu.php file and replace the content of it with – https://pastebin.com/Yk97FR4y
Then edit enfold/functions-enfold.php file and replace the content with – https://pastebin.com/D3UFy47n
Cheers!
Yigit
Hey Yigit
So, the first file (enfold/framework/php/class-megamenu.php) I already edited.
For what the file enfold/functions-enfold.php should be edited?
Should I do this also?
Cheers
Mike
Hi Yigit
Ok, I will do that.
I think, you can close this issue, when Enfold fixed this problem ;-)
Best regards
Mike