localendar Forums Homepage


Print at Nov 13, 2025, 5:18:09 AM

Posted by RickRich at Oct 9, 2014, 5:08:53 PM
Calendar disappeared; Compatible with WordPress 4.0?
The Localendar calendar I installed at http://www.carolstein.com/dev/calendar2/ was working well until recently.

Here is the code that was on the calendar page to display the interactive monthly calendar:
<script src="http://www.localendar.com/public/MY_USERNAME?include=Y&dynamic=Y&style=M0"></script>

Now, the page would be blank if the above code is present.

A developer replaced the above script with the following as a temporary fix. It is not working well; it does not display responsively in other devices other than desktop computer.

<div id="localendar-div"></div>
<script>
jQuery( document ).ready(function($) {
$("#localendar-div").load("/localendar.php", function() {
$("#b_search").detach();
$(".mal-usr").detach();
$(".mar-usr").detach();
});
});
</script>

I recently updated this site with WordPress 4.0. Is Localendar compatible with this version? Are there any other known issues to fix this problem?

Thank you.

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