-
AuthorPosts
-
timmieboy Friend
timmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 22, 2013 at 7:50 pm #189968Hello,
On search for for jobseekers are filter option shown. Is it possible to have all the field shown the same way (all with singel select).
Thanks
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 26, 2013 at 8:14 am #503427You can not set to all, you only can set up a limit size for selection box.
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 27, 2013 at 9:36 am #503606I do not understand. Why is the box with “MBO” a small and long box and the box with “Nederlands” a big box. How can I setup that all the boxes are the same size. This has to be possible.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 28, 2013 at 9:13 am #503755The reason is css rule which you apply for that field. You need clear your css rule on your site,
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 29, 2013 at 1:58 pm #503951Sorry but I still do not understand what you mean?
On the fil in form I added a width an height for 150 x 90 but on the search form it has to have no size and just a box like the rest.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 30, 2013 at 9:30 am #504087I checked that fields setting and see you set up height attribute for them. Now i removed it to solve your issue.
Please look http://prntscr.com/1o9vz5timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 3, 2013 at 7:39 am #504336NO it does not help, I know that I could change it like that. Now the selectbox in the resume is to big. See picture.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 4, 2013 at 7:22 am #504491It is fixed value and you only select that value or not, no other choice.
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 4, 2013 at 9:38 am #504528ok, is it possible to change the fixed value, so I can make it smaller.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 11, 2013 at 9:54 am #505346With the field multiple select, you could use “Height” attribute to setup it.
http://prntscr.com/1qme1otimmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 12, 2013 at 7:45 am #505500I think you do not understand what I mean. I will explain.
When I have a field called “Spoken languages” for a jobseeker, he or she can select more than one language that he or she will be speaking. I set up a field for this with a multi selectbox. Because I use 5 languages a jobseeker can select from the box in the resume is way to big. So I choose to change the height on this box.
Because a language can be a item where a employer can search job seekers on, I check the checkbox in the field that it has to be shown on the search form for employers. At the searchform it is a single selectbox because an employer can only search on one language. Because I choose to change the height in the field, the field at the search for is becomming bigger and looking very strange on the searchform.
Because you use the same parameters of a multi/single selectbox in employer searchform and job seekers resume, it is going wrong. See my pictures and hopefully you understand.
So the question is: How can I make the height on a resume smaller and still keep the single box normal on the searchform.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 13, 2013 at 2:36 am #505663Yes, in this page, the multiselect field type is converted to single select. You could find it in this file componentscom_jajobboardviewsjaresumesview.html.php and go to function _getViewLists
[PHP]if ($field->field_type==’MSELECT’) {
$field->field_type = ‘SELECT’;
}[/PHP]
You could modify any there as you wish.<blockquote>So the question is: How can I make the height on a resume smaller and still keep the single box normal on the searchform.</blockquote>You could change css for it..
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by HeR0 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum