Hi,
STEP 1 - Remove Template Overrides
Easy Profile extends Joomla user management (not replace), so edit profile/registration pages are the same of Joomla. Your template overrides Joomla normal output and this create problems with our Javascript Tabs.
We recomment you to remove these override by following these simple steps:
- rename file /templates/theme3050/html/com_users/profile/edit.php to edit.php.old
- rename file /templates/theme3050/html/com_users/registration/default.php to default.php.old
STEP 2 - CSS Fix
your template already include bootstrap classes so you can disable the option "Include Bootstrap CSS" from Easy Profile configuration.
After this you will see that missing a icon on Google Map field, you can simply add this CSS code to fix:
.icon-map-marker:before {
content: "\f041";
}