jQuery Conflicts
-
Fantastic plugin – thanks.
A number of comments have pointed towards a jQuery conflicts with other plugins.
Can I suggest that the line:
echo “<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’></script>”
in post-tiles.php be changed to a wp_enqueue_script function in WordPress and be made conditional on jQuery not already being loaded?
Secondly, in post-titles-frontend.js, all the references to $( should be replaced by jQuery( to avoid any conflicts where the jQuery shorthand isn’t available. There will be no affect on functionality by doing this.
Best wishes,
David.
- The topic ‘jQuery Conflicts’ is closed to new replies.