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.