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


You are about to change this thread status. Are you sure you want to change its status? Please review this thread information below before you change its status. If you do want to change this thread status, please enter your current password to confirm.

Please review this thread before you change its status:
Thread Topic Calendar disappeared; Compatible with WordPress 4.0?
Thread Body 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.
Posts 3
Pending Posts 0
Forum Discussion Forums
Current Thread Status Normal
Thread Status
Your current password

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