Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1242959

    I have a hotel booking site script in my pages
    it requires a script call just before the closing body tag
    it also has a widget short code call
    both of which are in place
    see https://diamondbeachcabarita.com.au/wp/wp-content/uploads/2020/09/Screen-Shot-2020-09-03-at-8.16.54-am.png

    previously the scripts were working – now they are not
    these are the two pages
    this page is meant to show a “availability chart”
    diamondbeachcabarita.com.au/wp/check-availability/

    and this page
    diamondbeachcabarita.com.au/wp/book-now-2/
    a booking interface

    any idea what going on??

    #1243496

    its ok

    i figured it out

    there was a coding error

    the correct code was

    function custom_footer_script() {
    ?>
    <script src=”https://widget.siteminder.com/ibe.min.js”></script&gt;
    <?php
    }
    add_action(‘wp_footer’, ‘custom_footer_script’);

    #1243628

    Hi smarta-brett,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1243643

    Thanks Victoria

    I still have 3 tickets regarding this site in that I am waiting for replies to

    header-help-please/

    and

    content-slider-make-fixed-height-so-it-does-not-move-about/

    and

    advanced-styling-css-not-taking-effect/

    #1244065

    Hey smarta-brett!

    I haven’t seen your other threads today, maybe my colleagues already helped you with those?
    Cheers!
    Victoria

    #1244107

    Hi Victoria

    yes it was Ismael -0 its been 4 days since a reply

    I have started new (cleaner) thread so it more specific now

    kits called ” Header logo size & positioning”

    hopefully you or Rikard will be assigned it ;-)

    #1244384

    Hi smarta-brett,

    Today I saw that thread and the message from you that it’s resolved. Can we close this one now or do you need more help?

    Best regards,
    Victoria

    #1244485

    please close this thread

    but the logo positing is still in progress and

    I have started a new thread for the java script as it is not working again despite all the code being in place

    #1244494

    Hi,

    We will close this one and find your other open thread.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Java Script stopped working’ is closed to new replies.