I need to see a link ideally 😉
Thread Starter
mdroge
(@mdroge)
I sent you an email using the contact form on your site 🙂
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 🙁
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.
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 🙁
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.
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!