localendar Forums Homepage


Print at Oct 21, 2025, 8:24:24 AM

Posted by support at Apr 10, 2014, 2:26:08 AM
Re: conflict between scripts
There's definitely a javascript conflict, as evidenced by looking at the console when I load your page. I noticed something else that is a problem.

Find this part of your page:

 
<script type="text/javascript" src='http://www.localendar.com/js/PublishedIncludeMini.js'></script>
<link rel="Stylesheet" href="styleslider.css" type="text/css" media="screen" />
<script type="text/javascript" src="Scripts/scripts.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>


and take out the 2nd include of jQuery (you are already including it) and also re-order the lines, so that you wind up with this:

 
<link rel="Stylesheet" href="styleslider.css" type="text/css" media="screen" />
<script type="text/javascript" src="Scripts/scripts.js"></script>
<script type="text/javascript" src='http://www.localendar.com/js/PublishedIncludeMini.js'></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