Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 3
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 509 times and has 2 replies Next Thread
jesserothacker
New Member



Joined: Dec 27, 2006
Posts: 3
Status: Offline

Edit this Post   Calendar some times disappearing from our website Reply to this Post
Reply with Quote
[Delete this Thread]

Hey guys,

We've been using localendar on our animal rescue website for many years, rarely with any problems. However in the last several months we've had many different people tell us they can't see our calendar on our events page. I was reviewing some calendar notes at a friend's house and we were both on our website looking at the exact same page (www.forgottenfriend.org/events ) on two different laptops. The calendar appeared on my computer but was a blank white space on his computer. Anyone ever heard of this?

In that case we were both using Macbook computers and the Safari browser.

Another friend just told me "right now I can’t get it to appear on Firefox, Google Chrome, nor Internet Explorer". And yet as I sit hear typing this support request, I can see my calendar just fine on both my Mac and my PC.

Any idea why some people can see my calendar and others cannot? Any way to fix this? Thanks!

Jesse Rothacker
Forgotten Friend Reptile Sanctuary
[Mar 5, 2018, 7:48:32 PM] [24.115.21.48] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6394
Status: Offline
Edit this Post   Re: Calendar some times disappearing from our website Reply to this Post
Reply with Quote
[Delete this Post]

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
[Mar 6, 2018, 3:03:04 AM] [69.126.127.39] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
jesserothacker
New Member



Joined: Dec 27, 2006
Posts: 3
Status: Offline

Edit this Post   Re: Calendar some times disappearing from our website Reply to this Post
Reply with Quote
[Delete this Post]

 
I think I know exactly what the problem is. Isn't it great when someone says that?


Yes Matt that is awesome!!! I think you figured it out exactly. I made the change and posted the link on FB to have friends test it out. So far 7 out of 7 said the page is now loading correctly. Hopefully no one can replicate the problem now that I changed the coding.

www.forgottenfriend.org/events if anyone wants to try it out with new coding. Thanks for the help!
[Mar 9, 2018, 12:14:40 AM] [24.115.21.48] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
[Show Thread Printable Version] [Post new Thread]

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