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


Quick Go »
Thread Status: Normal
Total posts in this thread: 15
Posts: 15   Pages: 2   [ 1 2 | Next Page ]
[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 722 times and has 14 replies Next Thread
Ohioems
New Member



Joined: May 5, 2005
Posts: 8
Status: Offline

Edit this Post   Re: Mini Calendar & Main Calendar Reply to this Post
Reply with Quote
[Delete this Post]

Thank you. That is definitely the issue, due to the way the page is set up, I will have to find a creative workaround. I appreciate your help. Thank you.


Tim
[Jun 7, 2016, 11:20:24 AM] [66.144.132.60] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
Ohioems
New Member



Joined: May 5, 2005
Posts: 8
Status: Offline

Edit this Post   Re: Mini Calendar & Main Calendar Reply to this Post
Reply with Quote
[Delete this Post]

The mini calendar is only working, but only for the current month. When users navigate to a future month, dates with events are highlighted, but events are not displaying.

http://www.ems.ohio.gov/

Any help is appreciated. Thanks.
[Jun 17, 2016, 6:51:00 PM] [66.144.132.60] 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: Mini Calendar & Main Calendar Reply to this Post
Reply with Quote
[Delete this Post]

K - let me look into it some more and get back to you.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jun 22, 2016, 1:37:15 AM] [24.190.224.252] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
Ohioems
New Member



Joined: May 5, 2005
Posts: 8
Status: Offline

Edit this Post   Re: Mini Calendar & Main Calendar Reply to this Post
Reply with Quote
[Delete this Post]

No changes made on our end, but it's working now. Thanks.
[Jun 22, 2016, 3:56:48 PM] [66.144.132.60] 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: Mini Calendar & Main Calendar Reply to this Post
Reply with Quote
[Delete this Post]

While we are always trying to work on ways to isolate our code from outside javascript, it's particularly tough with the mini-calendar (since it can't be placed in an iframe due to the balloon pop-ups)

One thing I notice is, you potentially include jQuery multiple times:
<!-- script references -->
<script src="js/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.8.1.min.js"><\/script>')</script>
<script type="text/javascript" src='//localendar.com/js/PublishedIncludeMini.js'></script>
You really only need 1 version, and ideally, you use your line that tests to see if jQuery was already included before loading it again:
<script>window.jQuery || document.write('<script src="js/jquery-1.8.1.min.js"><\/script>')</script>
I would remove the other jQuery includes, and also try moving
<script type="text/javascript" src='//localendar.com/js/PublishedIncludeMini.js'></script>
both above and below it to see if the balloons work properly
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Jun 22, 2016, 4:22:02 PM] [24.190.224.252] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
Posts: 15   Pages: 2   [ 1 2 | Next Page ]
[Show Thread Printable Version] [Post new Thread]

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