mitchmccoy
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] Popup, but no image.Resolved in 1.2
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkThis is resolved in 1.2
Forum: Reviews
In reply to: [NextGEN Image Cropper] Dows nothingVersion 1.2 works with WordPress 3.5.1.
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] Popup, but no image.I just rolled version 1.2. This issue should be resolved.
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkI just rolled version 1.2. This fixes the foreign language bug and the form action bug. I also added a quick link to crop thumbnails as a bonus.
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkI’ll take a look at the different language problem. Never considered testing it with another language. I’ll try to get an update by next week.
It’s definitely a Javascript issue. The fact that you see the ‘Crop’ link and the image dialog popup means that some of the javascript is working. The form submission code is not however. Line 97 of /js/gallery.js is the form submission code. what browser/version are you using? Are you using jquery 1.6 or above?
Check your browser error console for any javascript errors. It sounds like the cropping form is not submitting properly because of an error. Post any errors here.
Forum: Fixing WordPress
In reply to: WP admin, even 3.3, incredibly slow.We host hundreds of blogs on a single WordPress installation. We noticed that the admin got progressively slower as we added more sites. What we discovered was that for the super admin, all user_meta records were being loaded into memory on every page click. Each site could potentially create 4+ user_meta records. 250 sites X 4 records = 1000 records being loaded into memory on every page click. WordPress needs to have a blogID column added to this table so it only loads user_meta records relevant to the current blog.