Hi,
yes
- In Easy Profile options disable parameter "Skip Template overrides and use Easy Profile improvements"
- Copy "edit.php" from folder /components/com_users/views/profile/tmpl/edit.php to folder /templates/your-template-folder/html/com_users/profile/ (normal Joomla template override)
Keep in mind that conditions (to hide/show fields) and tabs may not work.
Our javascript work on Joomla normal page, but basically:
- Conditions to hide/show fields search container to hide/show with class .control-group
- Tabs javascript split fieldset into tabs
So if you keep class "control-group" for fields containers and use HTML fieldsets to split fieldsgroups, it should work (probably).