localendar Forums Homepage


Print at Sep 18, 2025, 1:06:40 PM

Posted by support at Mar 6, 2018, 3:03:04 AM
Re: Calendar some times disappearing from our website
I think I know exactly what the problem is. Isn't it great when someone says that?

First, look at this page:
http://forgottenfriend.org/outreach/events/ (calendar appears!)
Now try this one:
https://forgottenfriend.org/outreach/events/ (calendar missing!)

The problem is, in your HTML code, you have linked to localendar using http://
When someone views your page over https://, that link is considered insecure, so it won't be loaded.

What you want to do is edit the line when you include localendar and change it to what's called a "protocol relative url". Basically, change this:
<iframe src="http://www.localendar.com/public/jesserothacker"

to this:
<iframe src="//www.localendar.com/public/jesserothacker"


That new code will automagically use https or http, depending on how your visitor is accessing your site.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us