Tagged: Code block, css conflict, html code
I have a reservation form from a third-party vendor which needs to be added to my site, but the calendar to select dates isn’t functioning. I installed the WP-No-Format plugin and added the <!– noformat on –> and <!– noformat off –> straddling the booking code, with no success. I’ve tried the code wrapper option; the code block option; and both with and without the tags. Any help much appreciated!
Hi!
The script doesn’t work because WordPress already include jquery into the page and your script is trying to as well. The script needs to be properly wrapped when used inside WordPress and definitely shouldn’t include its own version of jquery.
See: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers
Cheers!
Devin
Its beyond the scope of support to debug third party scripts so in this case if removing the jquery include and adding the wrappers is unclear I would suggest looking into a freelance developer from somewhere like Envato Studio to add in the script for you.