Support

  1. dagroupinc
  2. Support
  3. Friday, December 20 2019, 08:05 PM
Is there a way to change the order of the fields in the 'Fields to Seach'? When we enter them in the order we want them to appear and then save, it defaults back to the order they appear in the 'Manage User Fields' where they were originally built.

The 'Manage User Fields' has them in the order we want the fields to appear on the User Profile page, but we want the order to be different on the Search menu.
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry for late reply, unfortunately this is not possible natively, anyway you can manage it with CSS, let me know if you need help with this, we will send you the code to add in your template (NOTE: we need you site link to see search form)
  1. more than a month ago
  2. Support
  3. # Permalink
dagroupinc Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Hi,
you can add following CSS code to your template:
.well.jsn_search {display: flex;flex-direction: column;} /* Container */

.well.jsn_search > .control-group:nth-child(0){order:0;}
.well.jsn_search > .control-group:nth-child(1){order:1;}
.well.jsn_search > .control-group:nth-child(2){order:2;}
.well.jsn_search > .control-group:nth-child(2){order:3;}
.well.jsn_search > .control-group:nth-child(4){order:4;}
.well.jsn_search > .control-group:nth-child(5){order:5;}
.well.jsn_search > .control-group:nth-child(6){order:6;}
.well.jsn_search > .control-group:nth-child(7){order:7;}

.well.jsn_search > input{order:20;} /* Button */
With this code you can change order directive for each element
  1. more than a month ago
  2. Support
  3. # 2
dagroupinc Accepted Answer
Pro
Ok. Maybe Easy Profile can implement an easy way to reorder these—similar to how Joomla backend allows you to reorder articles?

Thank you!
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


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

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.