Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    Your site appears to be hidden at the moment:

    https://d.pr/i/1f2Yi/5tP1SM9B

    Can you make it publicly accessible so that we can run some tests? Thanks!

    Thread Starter siriusly

    (@siriusly)

    Hi. Thanks for your response! Sure. It’s back to public. Had to create a temporary workaround with just a post category while we figure this out. The non-working job board page is at https://bit.ly/1SUTH9R

    I think it may be related to the page template in the theme, though it worked fine before WP 4.5.1 … I tried using the page template instructions I found in the documentation, to no avail, however.

    Thank you!

    Thread Starter siriusly

    (@siriusly)

    Hi — Just checking back to see if you discovered anything that can help here. Thanks!

    I am having the same problem, are there any updates?
    my site is https://usadrivers.com/jobs-2.html

    mjefferson96- It looks like your jobs are working when I went to your page I could see them listed. Did you find a fix?

    I’m having the same problem where only the Keywords/Location & checkboxes show.
    Site is – https://fluidconsultingco.com/jobs/

    In the console I’m getting the following error:
    JQMIGRATE: Migrate is installed, version 1.4.0
    Uncaught Error: Syntax error, unrecognized expression:a[href*=#]:not([href=#])
    jquery.js?ver=1.12.3:2

    I’ve tried deactivating my plugins and turning them back on one at a time to no avail.

    Have resolved this for someone else who uses this plugin, the error above is what is blocking the ajax from loading in the jobs. In my case it was the main.js from the themes that was causing the problem. Using firefox or chrome dev tools you should be able to find the name of the file that is causing jquery to throw that error.

    So i had to change

    jQuery('a[href*=#]:not([href=#])').not('.fusion-accordian .panel-heading a, .fusion-tabs .nav-tabs a, .pyre_tabs .tabset a').click(function() {
    .
    jQuery('a[href*=\\#]:not([href=\\#])').not('.fusion-accordian .panel-heading a, .fusion-tabs .nav-tabs a, .pyre_tabs .tabset a').click(function() {

    as per https://github.com/jquery/jquery/issues/2885

    I love this plugin. Keep up the great work fellows

    I’m having the same problem – none of my jobs will show! How can I fix this?

    https://wacrao.org/resources/jobs/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Job listings do not display after WP 4.5.1 update’ is closed to new replies.