pjablonski
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Tiles] Post-tiles breaks smooth-sliderHi Omniflo,
You could remove from the code, but I wouldn’t recommend it as you may want to go back to it. It’s simpler to comment out the line like this:
//echo “<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’></script>”;
There are a few ways to comment out a line (so that php ignores it) and I’ve used two forward slashes (//) at the beginning of the line (bolded above for emphasis; you of course would not bold in the code).
Hope that helps.
Forum: Plugins
In reply to: [Post Tiles] Post-tiles breaks smooth-sliderI’ll consider this resolved. Thanks for a great plugin!
Forum: Plugins
In reply to: [Post Tiles] Post-tiles breaks smooth-sliderThink I have a handle on this. It looks like the culprit is having jquery.js (or jquery.min.js) called twice (once by Smooth Slider and once by Post-Tiles). If I turn off jQuery Category Sorting and Animation, smooth-slider appears properly as does post-tiles.
If I comment out line 446 in post-tiles.php
echo “<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’></script>”;and enable jQuery Category Sorting and Animation, smooth-slider and post-tiles appear correctly. I will play a little bit more with this to see if there are any functional issues, but at least I think I’m headed in the right direction. Any thoughts appreciated.