Hi,
Glad you found the plugin causing the issue. Some plugins that manipulate the menus in WordPress don’t call their code appropriately and as such cause an error with K Elements (menu icons etc).
As an alternative to the plugin you were using you could use Menu Item Visibility Control which can be found via WP Admin > Plugins > Add New for free.
https://wordpress.org/plugins/menu-items-visibility-control/
If you do install this plugin each menu item will have a new field titled ‘Visibility’ you can add the below code snippets into this field to show menu items to logged in or logged out users.
Logged in only
is_user_logged_in()
Logged out only
!is_user_logged_in()
You can use any number of conditional statements and tags in this section. See here for more information https://codex.wordpress.org/Conditional_Tags.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution