ascension2020
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sorting Gallery Not Saving on WP 2.8can you disable other plugins and check also for any kind of javascript error ?
Hey Alex, I tried your suggestion and the results were interesting. It is now working, but none of my plugins were a problem. Here is what I did:
1) Deactivated all plugins except for Next-gen
2) Tested sort gallery. It worked
3) Reactivated my plugins one by one, and tested the sorting of galleries each time. It kept working.
4) Now all my plugins are reactivated, and sorting is working.So to other people having this problem, my suggestion is to try deactivating then reactivating all of your plugins. I’m no coder, but my guess is that the problem with sorting galleries was somehow caused during the automatic upgrade process from 2.7.1 to 2.8.
Thanks for the assistance, Alex! And thanks for an incredibly useful plugin!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Drag and Drop problemI’m having this same problem after upgrading to WP 2.8. I posted a thread on it yesterday. Hopefully the dev or someone good with code can figure it out.
Forum: Fixing WordPress
In reply to: Error: TinyMCE is UndefinedI could not get the WordPress flash uploader to work on one of my Web sites. It just defaulted to the HTML uploader. I was using WP 2.6.2, and the flash uploader was working for all of my other WP installations on the same server.
I noticed that i was getting the “TinyMCE is Undefined” error, so I followed the steps here (changing compress to FALSE on line 173 and commented out (while ( @ob_end_clean() );).
This did fix the javascript error, but I still could not use the Flash uploader. After a bit of playing around I decided to delete the wp-admin and wp-include directories, as described in this post: http://wordpress.org/support/topic/164999?replies=1, and re-upload them from scratch. This fixed the problem with the Flash uploader not working.
Just figured I’d throw out this tip for anyone else having the same problem.