• Resolved chrision69

    (@chrision69)


    Hi, when a job is posted and applicant clicks on Submit in single job post, it does nothing. With required fields it does ask for entry but then nothing happens – phone number format doesn’t appear to be recognised either.

    I’ve disabled all plugins that are likely to affect this (particularly Contact Form 7) but still nothing seems to work.

    Using theme “Infographer” (Qode) – can anyone please help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    @chrision69,

    It seems like that Job Board scripts are not including to job detail page.

    Are you overriding single page template at theme level? If yes then please make sure following code is present in single-jobpost.php.

    
    /**
     * Enqueue Frontend Scripts.
     * 
     * @since   2.2.4
     */
    do_action('sjb_enqueue_scripts');
    

    If above code is missing in single jobpost file then please add above mentioned code. Let us know if the problem still persists.

    Thanks & Regards,
    PressTigers

    Thread Starter chrision69

    (@chrision69)

    Thanks that code is in the single-jobpost.php – which is still in the plugins/simple_job_board/templates folder.

    The code comes after the get_header() ob_start and global $post; entries.

    Any help you can give gratefully received.

    Thanks,
    Chris

    Plugin Author PressTigers

    (@presstigers)

    It might be due to theme conflict with Simple Job Board plugin. Can you please switch your theme to any WP twenty theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit Not Working (‘ve checked other’s posts don’t seem to have the solution)’ is closed to new replies.