1. mindoxy
  2. Bug Report
  3. Sunday, April 10 2016, 09:45 PM
Good day,

I notice an improper display of the form elements on the profile edit page(screen shot attached)..

Please how do i rectify this issue.

Thanks
Attachments (1)
Accepted Answer
mindoxy Accepted Answer
Thanks for the timely replies... you are very much appreciated...
  1. more than a month ago
  2. Bug Report
  3. # Permalink
admin Accepted Answer
Admin
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";
}
  1. more than a month ago
  2. Bug Report
  3. # 1
mindoxy Accepted Answer
What css file will i edit to add the code?
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
for example at the end of file /templates/theme3050/css/template.css
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.