Plug in still works as long as I load the videos in order and use the sort by video ID. But the drag and drop function for the sort order no longer works in 3.5.
I’m having the same issue.
I get this error with firebug when I try to move a video: TypeError: $.curCSS is not a function: Line 84
awesome. I just figured it out. The jquery UI is not in sync with the proper version with the rest of jquery. Copying the new jquery UI files into the js folder within plugins/cool-video-gallery worked. I can now sort again and I don’t get the error.
Make sure you keep track of this just in case it doesn’t get fixed in the next version.
Hey geoffreysf-
Can you point me to where I get “the new jquery UI files” from.
Much obliged.
Cheers.
Copied all the files from jquery UI in wp-includes to cool-video-gallery js folder and it it still doesn’t work.
Did I miss something?
@ geoffreysf
Thanks for figuring out this issue. Will update this on the next release.
I was able to fix the mentioned issue.
Appreciate it!!!
Regards,
Praveen Rajan
Hi Parveen –
How were you able to resolve the sort issue? Can you please post detailed instructions? I tried what geoffreysf suggested in his post, however, it’s still not working for me.
Thanks!
Go to http://jqueryui.com/ and download the stable version.
Navigate to development-bundle/ui/ and copy the following files and paste it in cool-video-gallery/js/.
jquery.ui.core.js
jquery.ui.sortable.js
jquery.ui.tabs.js
jquery.ui.widget.js
jquery.ui.mouse.js
Regards,
Praveen Rajan
That worked for me. Thank you, Praveen!