mikebarry83 Posted June 27, 2020 Posted June 27, 2020 Site URL: https://grape-mango-82zb.squarespace.com/bookings I have tried for a couple of days now to add code to my site and i'm on the verge of giving up! I am trying to finalise my website for my restaurant and I have a booking widget supplied to me by my third party booking service. It worked just fine copied and pasted into my old site, but I get no signs of life of it on my squarespace site. I have read through FAQs and other forum posts and the advice I keep seeing is a) view it on another device, i.e not it edit mode... which i now do, and b) disable Ajax loading, which after a few emails to customer support I have now discovered isnt even an option anymore here is the code i am trying to insert; <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>LiveRES Demo Unit</title> <style type="text/css"> #container{width:710px;height:485px} /* 7" tablet */ @media only screen and (max-width: 709px) { #container{width:610px;height:585px} } /* phone landscape */ @media only screen and (max-width: 609px) { #container{width:480px;height:585px} } /* phone portrait*/ @media only screen and (max-width: 479px) { #container{width:320px;height:855px} } </style> </head> <body> <div id="container"> <script type="text/javascript"> <!-- _fez_account = "5561cc4d-960f-4fbe-ae65-855d8ba32783"; _fez_brand = "1"; _fez_rest = "CON"; _fez_width = "100%"; _fez_height = "100%"; _fez_scrolling = "No"; _fez_anal = ""; _fez_stylesheet = "https://bookings.liveres.co.uk/css/responsive_demo1.css"; _fez_mobile = "no" _fez_ascript = "0" _fez_head = "Table Reservation"; _fez_desc = ""; _fez_offer = ""; _fez_offerpopup = "1"; _fez_partner = ""; _fez_restaurantpicker = ""; _fez_daymarketingpopup = "1"; _fez_offerpicker = ""; _fez_offerpopupchoosefullprice = ""; _fez_choosefullprice = ""; --> </script> <script type="text/javascript" src="http://bookings.liveres.co.uk/scripts/fez.js"></script> </body> </html> There is nothing at all showing on my site! please help
mikebarry83 Posted June 27, 2020 Author Posted June 27, 2020 Within a block, in the main part of the page. I have tried a code block and also embedding, both with same result. I have also tried inserting into header and footer. I feel like i'm missing something obvious!
rwp Posted June 27, 2020 Posted June 27, 2020 Its working, the "script disabled" is coming from the script. Maybe it needs to be tied to your webpage URL or something in the setting of the place that gave you the script.
mikebarry83 Posted June 27, 2020 Author Posted June 27, 2020 Thank you for your help, I have contacted the company that have supplied the code and waiting for them to get back to me, they blame squarespace and insist the code should work as given (which it did on my previous site)
mikebarry83 Posted June 27, 2020 Author Posted June 27, 2020 Thankyou RWP fro your help! I carried on trawling through this forum and stumbled upon the answer from another post, again from yourself. It was to change http: to https: in the code, so again you were correct to point to the urls as source of the problem. Thank you very much for your help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.