• Resolved mdroge

    (@mdroge)


    I have the [jobs] shortcode placed on a page on my site, and while it shows the search box, the category drop-down and the filters (if I had them turned on), the three or so jobs I have created and activated are not showing. What am I doing wrong?

    Thanks!

    If you need a link I will PM it to you, but I’d rather not post it publicly for now. Sorry if that is an inconvenience!

    https://ww.wp.xz.cn/plugins/wp-job-manager/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    I need to see a link ideally 😉

    Thread Starter mdroge

    (@mdroge)

    I sent you an email using the contact form on your site 🙂

    Plugin Author Mike Jolley

    (@mikejolley)

    Due to this:

    http://glui.me/?i=ct9s3fa9bxt5qfi/2015-06-02_at_19.50.png/

    I think it’s breaking because in your footer you have this:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

    2 jqueries on your page will break scripts.

    Thread Starter mdroge

    (@mdroge)

    I see. Commenting that out does actually fix the problem, but I need that script for the rotating banner on the home page 🙁

    Plugin Author Mike Jolley

    (@mikejolley)

    That is jquery – jquery is already on your page. You don’t need it twice.

    Thread Starter mdroge

    (@mdroge)

    Ah I see what you’re saying now. Sorry, but where are you seeing the first instance of jQuery? I am having a hard time finding it.

    Plugin Author Mike Jolley

    (@mikejolley)

    Thread Starter mdroge

    (@mdroge)

    Good morning! I have managed to remove the jQuery from the header as requested, but the Job Manager is still not working. Taking a look at the page the only other jQuery thing that I see is the collapse-o-matic, could this be causing the issue? Thanks again!

    Edit: I just checked without that script, and it is still breaking. Seems like it’s the jQuery include in the footer then? If I remove the googleapis include then the plugin works, however I need that include in the footer for other items on the site 🙁

    Plugin Author Mike Jolley

    (@mikejolley)

    it was the footer one which needed removing – the googleapis one. Leave the enqueued one in the header 🙂 Jquery is in the header, so other scripts should not break. If they do, they are likely miscoded or out of date.

    Thread Starter mdroge

    (@mdroge)

    The googleapis one actually has to be in the footer for the homepage banner to work, I’m not sure on the specifics on why as I did not build that part 🙁 Ah, oh well.

    Plugin Author Mike Jolley

    (@mikejolley)

    That doesn’t make sense since jquery only needs to be present on the page once. I suspect your banner code is not waiting for the page to load before executing.

    Thread Starter mdroge

    (@mdroge)

    Fixed! There was some other jQuery somewhere that wasn’t playing nice with WordPress, thanks so much for your patience!

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

The topic ‘jobs shortcode not working’ is closed to new replies.