Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter bertustelgenkamp

    (@bertustelgenkamp)

    Also when i open a job the whole style of the theme dissapears, and footer is style is gone too.

    Plugin Author PressTigers

    (@presstigers)

    Dear bertustelgenkamp,

    It seems like that your website other plugins are conflicting with Job Board. Please deactivate other plugins except SJB and then check this issue.

    We have also gone through provided link. It’s HTML structure issue. So, we suggest you please adjust job detail page HTML structure as other pages of your site.

    Thank you for using SJB. Let us know if you need our further assistance.

    Thanks & Regards,
    PressTigers

    Thread Starter bertustelgenkamp

    (@bertustelgenkamp)

    I deactivated all plugins except the SJB, but filter search still didnt work.

    What do i have to adjust in the job detail page HTML ? cant remember changing it in the first place.

    Tnx !

    Plugin Author PressTigers

    (@presstigers)

    bertustelgenkamp,

    This issue might be happened due to plugin conflict or functions in your website code. So far everything is good and this release is stable, we haven’t identified such issue in plugin.

    For customizing job detail, please go to simple-job-board> templates> single-jobpost.php & do customization according to your requirements.

    Please use the Job Board templating feature so that your changes are not lost on plugin update.

    1. Create “simple_job_board” folder at your default theme root directory.
    2. Copy simple-job-board/templates/single-jobpost.php file into “simple_job_board” folder.
    3. Do customizations.

    Thanks & Regards,
    PressTigers

    Thread Starter bertustelgenkamp

    (@bertustelgenkamp)

    Hi, tnx again.

    Hi found out the problem is in the url of the job page.

    The job page is :
    https://www.bouwgenius.nl/voor-werknemers/vacatures/

    When hoovering over the search button i noticed its going to:
    https://www.bouwgenius.nl/voor-werknemers/
    So basicly it removes : vacatures/ from the search url.

    I tried adding [jobpost] to a page without a head page on:
    https://www.bouwgenius.nl/testpagina/
    and now searching filters does work.

    Any idea on how to fix that ?

    But also the footers still gets screwed up when showing 1 single job , the style of the page isnt correct. any idea on how to fix that too ?

    Plugin Author PressTigers

    (@presstigers)

    Hello bertustelgenkamp,

    So basicly it removes : vacatures/ from the search url.

    Go to the following file to add removed parameter in url:
    simple-job-board/templates/job-filters.php

    For second issue, kindly read again above previous thread.

    Happy Code Customization!

    Thanks & Regards,
    PressTigers

    Thread Starter bertustelgenkamp

    (@bertustelgenkamp)

    I’ve tried all possible options but cant get it to work.

    where do i add the line ?
    <form class=”sjb-job-filters-form” action=”<?php echo apply_filters(‘sjb_job_filters_form_action’, esc_url(home_url(‘/’)) . $slug); ?>” method=”<?php echo apply_filters(‘sjb_job_filters_form_method’, ‘get’); ?>”>

    Plugin Author PressTigers

    (@presstigers)

    Dear bertustelgenkamp,

    Find the following line:

    $slug = ( get_option('permalink_structure') ) ? $page_slug : '';

    and replace it with:

    $slug = ( get_option('permalink_structure') ) ? $page_slug.'/vacatures/' : '';

    Note: Please use the Job Board templating feature so that your changes are not lost on plugin update.

    Thank for using SJB.Let us know if we can help you further.

    Happy Code Customization ??

    Thanks & Regards,
    PressTigers

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Searching jobs doenst work anymore?’ is closed to new replies.