Forum Replies Created
-
AuthorPosts
-
jonaslillevold
ParticipantAnd there it works. The two changes needed:
1. Replacing <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js”></script> with <script type=”text/javascript” src=”<?php bloginfo( ‘template_directory’ ); ?>/js/jquery.js”></script>
2. Change $ to jQuery
$(document).ready(function() {
$(“#foo1”).carouFredSel({
replaced by
jQuery(document).ready(function() {
jQuery(“#foo1”).carouFredSel({Thanks for the help.
jonaslillevold
ParticipantIt crashes because it’s two different jQuery-libraries in the http://www.halden.net/aktiviteter I think, I’m trying to use the jQuery.noConflict()-function with no luck.
jonaslillevold
ParticipantThank you, you are absolutely correct, my theme crashes when this:
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js”>
is in use.By removing this, the upcoming-buttons works perfectly fine. However, my slider-plug-in then crashes, which is important for the site. Do you know any way around this?
jonaslillevold
ParticipantThis doesn’t solve my problem, unfortunately. The Events Calendar is version 3.5.1 and The Events Calendar Pro is 3.5.2.
-
AuthorPosts
