Are you working on a website which is on your computer and not online yet? For example using Dreamweaver? Then the calendar might not display, but it’s easy to fix.

In your embed code you will find this piece of code:

src="//www.availabilitycalendar.com/embed/... (etc.)

When you’re working offline, you have to add http: in front of the //. So the piece of code becomes:

src="http://www.availabilitycalendar.com/embed/... (etc.)

Then the calendar should start to work.

We don’t include the http: by default. That’s because some users have https: websites (secure SSL). Using just // (without http: or https:) the calendar will work on both websites (with or without SSL). But because you’re working ‘offline’ the // without http: or https: gives problems.

Need more help with this?
Don’t hesitate to contact us here.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.