1. peacetree
  2. Bug Report
  3. Wednesday, December 14 2016, 09:38 AM
Its not a true bug but a layout improvement.

From our understanding it would be better to have the star indicating the required field just right next to the field.
At the moment the star sits next to the title tag.

Especially when you want to use the placeholder to hide the titles in registration this becomes a problem.
admin Accepted Answer
Admin
Hi,
I'm sorry but unfortunately this depends from Joomla. keep in mind that Easy Profile extends Joomla user management (not replace), so registration and edit profile pages are the same of Joomla

Especially when you want to use the placeholder to hide the titles in registration this becomes a problem.

You can manage this with CSS, for example: (result in screenshot)
- In Easy Profile options set "Field Style" parameter to vertical (you will have a full width inputs)
- Add this CSS code:

#member-registration .control-group:not(.spacer-container) .control-label label,
#member-profile .control-group:not(.spacer-container) .control-label label {
position: absolute;
left: auto;
right: 5px;
}
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
alternative is to hide all "*" with CSS and add "*" in placeholder
  1. more than a month ago
  2. Bug Report
  3. # 2
peacetree Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Hi,
Joomla 3.7 custom fields already works with Easy Profile ;)

We only need to improve integration with this.
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


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