1. dimazik
  2. General
  3. Saturday, August 10 2019, 11:35 PM
I want to change the login and registration pages.
In what files can I make the necessary edits?
Thanks!
admin Accepted Answer
Admin
Hi,
login layout comes from Joomla (not Easy Profile) and the file to override is /components/com_users/views/login/tmpl/default_login.php.

NOTE: many templates already override this file, you can find the override at /templates/your-template-folder/html/com_users/login/default_login.php
  1. more than a month ago
  2. General
  3. # 1
dimazik Accepted Answer
I use Yootheme templates, its have not overrides..
I want to delete the following details of the registration form.
Thanks.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
you can add following custom CSS code to your template:
#jsn-form >ul,#jsn-form legend + .spacer-container {display:none !important}
  1. more than a month ago
  2. General
  3. # 3
dimazik Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Hi,
great, but keep in mind that every time you update Easy Profile then this file will be overwritten. Normally layout things should be managed from template, so many templates allow you to add custom CSS/JS code
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


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