I have installed Elgg 1.12 in my GoDaddy hosting. The site is working fine, but there is one problem. When someone tries to register, clicking on the registration page. The OK (tick mark) sign for a particular field, like Password, or Username is showing on the next field. Is there any way to fix this issue?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- ReaL@Real
ReaL - 0 likes
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- Rohit Gupta@Rohit_1990_3676
Rohit Gupta - 0 likes
You must log in to post replies.That's not a core feature - likely some incompatibility with your css and a plugin that affects the registration page (profile manager?).
Yes it can be fixed, but there's no good way to tell you how as it depends on too many factors. You'll need to inspect your css.
Yes I have profile manager plugin.......and I kind of got that it is because of that....but I looked over the css in profile manager and everything looks OK..
Use your browsers inspect tools to see what is happening, looking over the css in the plugin probably won't give you an idea of what's actually happening on the page. Especially if you have other plugins affecting the css or markup.
I saw your website. You are using your own custom design for elgg. This is not an elgg issue but your design issue. I can give you a dirty fix but I would suggest you to find the actual error and fix it. Temporarily what you can do is edit your css file and add margin-top: -70px; to your .elgg-icon.profile_manager_validate_icon_invalid and .elgg-icon.profile_manager_validate_icon_valid class. So the class would look like
Note: This trick might hamper your other css view where the class is called.