Then today, checking again and the Edit mode UI seems better but still broken.
Checked the Lemmony companion plugin and it’s still in my plugins.
If you guys have any idea of what is going on, I’d be grateful.
Thanks
P.S. I have found such code in one of your widgets
public function get_style_depends() {
if ( Icons_Manager::is_migration_allowed() ) {
return [
'elementor-icons-fa-solid',
'elementor-icons-fa-brands',
];
}
return [];
}
and it works good but I need to make this depends only when Elementor is in Edit mode ( Plugin::$instance->editor->is_edit_mode() ).
In such case :
public function get_style_depends() {
if ( \Elementor\Plugin::$instance->editor->is_edit_mode() && \Elementor\Icons_Manager::is_migration_allowed() ) {
return [
'elementor-icons-fa-solid',
'elementor-icons-fa-brands',
];
}
return [];
}
– does not work ok
Please, guide me in this area if you can !
Regards, @stas0238
I’m running Ultimate Member 2.1.19 .I can’t save profile changes neither as a user neither as an admin this start happening from 2.1.18 . I didn’t have this issue on 2.1.17 and I haven’t done any changes. I hope this will be fixed in next update. Thanks for your time.
Best,
Emm
Is there a way to add the code below to the user’s profile when only in edit-mode? (Meaning, the code below will not show on the profile in view mode)
<?php echo “Welcome to edit-mode” ?>
]]>My question is, inside the render
or content_template
functions is there a way to determine the state of Elementor and whether it is in Edit mode?
I couldn’t find anything in the docs about this.
thanks,
]]>Once I Select that a Field is not editable, it is no longer showing, it becomes invisible, in the Profile. As indicated above, the Version 2.0 upgrade broke this functionality because it was working fine until I upgraded.
Help!
]]>Any tips on how to fix this to avoid having to check through and add them back on fresh? I have over 600 posts.
]]>