Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • timmieboy Friend
    #202593

    Hello,

    Can you tell me if it is possible to not show the text with the filter list on jobseekers list, jobseekers serach page. It shows them because I filled them in with form customization but on the filterfield it shows them differently. See picture.

    Thanks


    1. filter-jobs
    Luna Garden Moderator
    #554809

    Hi,

    You can try to add these code in your CSS file:

    #filter-inactive-job_type,
    #filter-inactive-location_id,
    #filter-inactive-cat_id
    {
    display:none;
    }

    If it doesn’t work, PM me your site URL, backend info and FTP account for further checking.

    timmieboy Friend
    #556003

    Sorry Luna, it does not work. I will send you an PM

    Luna Garden Moderator
    #556297

    Hello,

    You didn’t send me Admin account of your site, so I can’t check in the back-end. So check yourself in Backend >> Forms customization >> on Resume Form >> Open Category >> Find for ‘Field example‘. Did you fill any text to that input box ? Try to remove it, then save and rebuild Db

    timmieboy Friend
    #556468

    Hi Luna,

    Ok, sorry forgotten. But lets be clear, when I remove the text as you tell me to do it does not show on any form.

    Let me make it clear:

    I want to show the text: Use ctrl for more options

    Resume form:
    – Text is shown at the boxes – That is good becaue a jobseeker can fill in more than one option by using ctrl.

    Search form resume employers
    – Text is show but that form does not allow to check more than one option, it is no a multiselect option. So on this form it must not show the text. It is confusing for people if there is a text for using ctrl for more options while it is not possible.

    Luna Garden Moderator
    #556596

    You can try as my bellow suggestion:

    1. Go to file: componentscom_jajobboardassetrendfield.php

    Find for these lines:

    if(isset($field->field_comment_ml) && !empty($field->field_comment_ml)) {
    $field->field_comment = $field->field_comment_ml;
    }

    change to

    if(isset($field->field_example_ml) && !empty($field->field_example_ml)) {
    $field->field_example = "<span class="rs_exam">".$field->field_example_ml."<span>";
    }

    and
    if ($field->field_example != '') {
    $example = $field->field_example;
    }

    change to:

    if ($field->field_example != '') {
    $example = "<span class="rs_exam>".$field->field_example."</span>";
    }

    2. Go to file: componentscom_jajobboardviewsjaresumestmpljalist.php
    find for:
    <div id="jobboard-content">
    change to:

    <div id="jobboard-content" class="jb_resumelist">

    3. Go to your css file and add code


    .jb_resumelist span.rs_exam{
    display:none;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Luna Garden 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum