Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #307556

    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!

    #307558
    This reply has been marked as private.
    #307587

    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

    #307867
    This reply has been marked as private.
    #307892

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.