localendar Forums Homepage

Print at Apr 19, 2024, 6:19:43 PM View all posts in this thread on one page
Posted by patta at Sep 14, 2016, 1:15:17 PM
https prevents calendar from showing
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.

Posted by support at Sep 15, 2016, 8:48:35 PM
Re: https prevents calendar from showing
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

Posted by laysalvatorian at Jan 21, 2018, 5:17:26 PM
Re: https prevents calendar from showing
 
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.

Posted by support at Jan 21, 2018, 7:38:41 PM
Re: https prevents calendar from showing
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

Posted by laysalvatorian at Jan 23, 2018, 10:38:24 AM
Re: https prevents calendar from showing
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.

Posted by support at Jan 25, 2018, 2:07:19 AM
Re: https prevents calendar from showing
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

Posted by youramc at Dec 18, 2018, 5:07:00 PM
Re: https prevents calendar from showing
Has anyone solved this problem yet and if so how?
I removed the "http://" and a username/password box pops up from localendar. HELP!

Posted by support at Dec 19, 2018, 10:33:51 PM
Re: https prevents calendar from showing
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

Posted by youramc at Dec 19, 2018, 11:49:49 PM
Re: https prevents calendar from showing
Calendar is showing up on http://collateralmanagement.org/timeclock BUT NOT SHOWING UP on HTTPS://collateralmanagement.org/timeclock

Please advise.

Posted by support at Dec 20, 2018, 10:52:21 PM
Re: https prevents calendar from showing
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


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