Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • timmieboy Friend
    #189968

    Hello,

    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


    1. search-results
    HeR0 Friend
    #503427

    You can not set to all, you only can set up a limit size for selection box.

    timmieboy Friend
    #503606

    I 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 Friend
    #503755

    The reason is css rule which you apply for that field. You need clear your css rule on your site,

    timmieboy Friend
    #503951

    Sorry 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 Friend
    #504087

    I 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/1o9vz5

    timmieboy Friend
    #504336

    NO it does not help, I know that I could change it like that. Now the selectbox in the resume is to big. See picture.


    1. languages
    HeR0 Friend
    #504491

    It is fixed value and you only select that value or not, no other choice.

    timmieboy Friend
    #504528

    ok, is it possible to change the fixed value, so I can make it smaller.

    HeR0 Friend
    #505346

    With the field multiple select, you could use “Height” attribute to setup it.
    http://prntscr.com/1qme1o

    timmieboy Friend
    #505500

    I 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 Friend
    #505663

    Yes, 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..

Viewing 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