Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Where do the parameters need to go in this document? I’ve tried many times to no avail. There’s no indication of initialCountry in the document, so I’m guessing it needs to be pasted in, but where, and how much of the code?

    Thank you for your patience, I don’t have experience adding parameters into existing javascript – it’s all very new to me. I cannot have USA flag as we’re located in UK and will deter applicants from applying.

    Thanks,
    Darci

    Hi there,

    I’m trying to show gb as the default flag. I’ve tried to follow the directions from the previous support thread, by doing the following in the intelTellinput.js file:

    initialCountry: “gb”,
    // don’t insert international dial codes
    nationalMode: true,
    // number type to use for placeholders
    numberType: “MOBILE”,
    // display only these countries
    onlyCountries: [],
    // the countries at the top of the list. defaults to united states and united kingdom
    preferredCountries: [ “gb” ],
    // specify the path to the libphonenumber script to enable validation/formatting

    However, it doesn’t change anything. Do I need to copy this file into another folder now that I’ve edited it?

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    I have attempted the below as per your directions to show all job posts, and it is still paginating.

    $args = apply_filters(‘sjb_output_jobs_args’, array(
    ‘posts_per_page’ => ‘-1’,
    ‘post_type’ => ‘jobpost’,
    ‘jobpost_category’ => $a[‘category’],
    ‘jobpost_job_type’ => $a[‘type’],
    ‘jobpost_location’ => $a[‘location’],
    ‘paged’ => $paged,
    ));

    I’ve also tried 50 as a test and that doesn’t do anything either. Is there something I’m doing wrong?

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    The slug I’ve defined for the page that this plugin creates by default (jobs) I’ve changed to “current-vacancies” in the back end settings.

    In this case, by calling current-vacancies in the array above, it should have worked. What would be the page title or output or post type for this page then, as the plugin doesn’t actually “create” a page in wordpress.

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Thanks for the response.

    I’m asking about the default jobs page that doesn’t use shortcode. Is there a way to show all listings on that page without pagination?

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Hi there,

    Thank you for your response.

    May I suggest functionality to be able to export the applicant data into a csv or an excel sheet?

    The structure of the table in the back end doesn’t include all of the form fields, making it more of a job to go in and see each of the form fields submitted.

    Being able to export this form data into a table would be quite helpful.

    Any chance this will be a functionality soon?

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Thank you for this! Is there a particular reason that the styles aren’t applied when using shortcode? The listings look fine on the normal jobs page, but if I use shortcode, all styles are stripped.

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Thank you for your response

    Regarding #2, where are these hooks defined in the plugin templates? I searched all documents and only was able to find where it was called, not where it was defined.

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Thank you for the response!

    Do you know the name of the table it is stored in in the WordPress database?

    We may find it easier to extract the data via our application rather than manually export and import.

    Thanks,
    Darci

    Thread Starter darcimm

    (@darcimm)

    Hi thank you for your quick response.

    1 – Could you expand on this? What template file can this be done in? What code would list them in a category order?

    2 – Sorry, bear with me here – I’m new to this! I have not been able to figure out where the action hooks are stored. Do I need to create a new one or does this hook exist in a file somewhere? If so, in which file? Is the below ok for creating a new action hook – which file do I save it in? I tried adding this to simple-job-board-public.js as well as job-filter.php and it didn’t work:

    function sjb_job_listing_before(){ ?>
    <h2>TEST</h2>
    <?php}

    Thank you for your help

Viewing 10 replies - 1 through 10 (of 10 total)