-
AuthorPosts
-
September 3, 2020 at 12:25 am #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.pngpreviously 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 interfaceany idea what going on??
September 5, 2020 at 1:20 am #1243496its 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>
<?php
}
add_action(‘wp_footer’, ‘custom_footer_script’);September 5, 2020 at 3:40 pm #1243628Hi smarta-brett,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 5, 2020 at 7:36 pm #1243643Thanks 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/
September 7, 2020 at 7:08 pm #1244065Hey smarta-brett!
I haven’t seen your other threads today, maybe my colleagues already helped you with those?
Cheers!
VictoriaSeptember 7, 2020 at 11:07 pm #1244107Hi 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 ;-)
September 8, 2020 at 6:05 pm #1244384Hi 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,
VictoriaSeptember 8, 2020 at 11:29 pm #1244485please 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
September 9, 2020 at 12:16 am #1244494Hi,
We will close this one and find your other open thread.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Java Script stopped working’ is closed to new replies.