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


Quick Go »
Thread Status: Normal
Total posts in this thread: 10
[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 320 times and has 9 replies Next Thread
patta
New Member



Joined: Sep 20, 2012
Posts: 4
Status: Offline

Edit this Post   https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Thread]

Calendar is in a joomla site which is now behind https.
There is no way to change the url in my localendar setup so the calendar doesn't show anymore.
Has anyone been able to get around this?
Thanks.
[Sep 14, 2016, 1:15:17 PM] [71.175.231.104] 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: 6397
Status: Offline
Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

localendar supports https (and http of course)
In the code where you have published your calendar, you should use a protocol-agnostic url like this:

//localendar.com/public/patta

instead of something you probably have now, which I am guessing is this:
http://localendar.com/public/patta

If you use the protocol-agnostic url, the calendar will show up regardless of whether the user has accessed your site via http or https.

The localendar Publish Wizard generates protocol-agnostic urls automatically if you use it to create the html to publish your calendar.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Sep 15, 2016, 8:48:35 PM] [24.190.224.252] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
laysalvatorian
New Member



Joined: Jun 5, 2012
Posts: 2
Status: Offline

Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

 
http://localendar.com/public/patta


Hi, after I changed our Webpage from http to https the calendar isn't shown anymore. I tried to change the code like the quote above without any positive result.
Could you tell me how I can get back the view on the calendar - what I have to do or to change, please.
Thanks in advance for your help.
[Jan 21, 2018, 5:17:26 PM] [62.178.220.8] 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: 6397
Status: Offline
Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

It would be super-helpful if you would provide a link to the page where you have included your calendar so I could take a look and see what's going on.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jan 21, 2018, 7:38:41 PM] [69.126.188.75] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
laysalvatorian
New Member



Joined: Jun 5, 2012
Posts: 2
Status: Offline

Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

Oh - sorry, the address of the web page is https://www.laiensalvatorianer.at/klausur/index.php
The calendar should appear below of the page. It did it in the past but not after changing http into https.
The code --> <script type="text/javascript" src="//localendar.com/js/PublishedResponsiveIframe.js"></script>
<iframe style="width:100%"; id="localendar-iframe" src="//localendar.com/public/Klausur"></iframe>
is included in the overall_footer.html of the forum.
[Jan 23, 2018, 10:38:24 AM] [62.178.220.8] 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: 6397
Status: Offline
Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

That page seems to have a login which is preventing me from seeing the content.
If you can set up an account/password for me to use, that would be helpful. But please don't post it here on the public forums. Use the Contact Us link from the bottom of the page to send it to use privately (also include a short note about the calendar not displaying, so I know it's related to this post)
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jan 25, 2018, 2:07:19 AM] [69.126.188.75] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
youramc
New Member



Joined: Oct 10, 2017
Posts: 3
Status: Offline

Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

Has anyone solved this problem yet and if so how?
I removed the "http://" and a username/password box pops up from localendar. HELP!
[Dec 18, 2018, 5:07:00 PM] [104.6.73.115] 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: 6397
Status: Offline
Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

youramc,

what specific problem are you having? would you please share a link to where your calendar is published?
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Dec 19, 2018, 10:33:51 PM] [69.126.127.39] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
youramc
New Member



Joined: Oct 10, 2017
Posts: 3
Status: Offline

Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

Calendar is showing up on http://collateralmanagement.org/timeclock BUT NOT SHOWING UP on HTTPS://collateralmanagement.org/timeclock

Please advise.
[Dec 19, 2018, 11:49:49 PM] [73.57.194.213] 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: 6397
Status: Offline
Edit this Post   Re: https prevents calendar from showing Reply to this Post
Reply with Quote
[Delete this Post]

To make sure your calendar operates correctly regardless of whether the user is using http or https, please make your urls "protocol neutral". Basically that means in your page where you pasted these lines:

<script type="text/javascript" src="http://localendar.com/js/PublishedIncludeMini.js"></script>
and
<script type="text/javascript" src="http://localendar.com/public/youramc?style=M5&include=Y"></script>


change them to this:
<script type="text/javascript" src="//localendar.com/js/PublishedIncludeMini.js"></script>

and
<script type="text/javascript" src="//localendar.com/public/youramc?style=M5&include=Y"></script>

----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Dec 20, 2018, 10:52:21 PM] [69.126.127.39] 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