Daryl Koopersmith
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: edit galleryHi! You’ll be happy to know that this bug was reported earlier, and has been fixed for the final release. For more information, see this ticket: http://core.trac.wordpress.org/ticket/22723
Forum: Alpha/Beta/RC
In reply to: Media Uploader: Won't Add Featured ImagesThe featured images meta box was temporarily broken as we shuffled around a few of the media pieces. Sorry about that!
As of [22496], the featured images meta box should be running smoothly. Until a nightly is pushed, you’ll need SCRIPT_DEBUG turned on to test it.
Forum: Alpha/Beta/RC
In reply to: Insert different sizes of image missingSelecting different image sizes and accurately printing links were both added to core tonight. Look for them in tomorrow’s nightly.
Forum: Alpha/Beta/RC
In reply to: 3.5 beta missing 'Use As Featured Image' link in media upload screenforalien, you just happened to see a few bugs as the main media UI was ironed out. As of about ten minutes ago, the featured images meta box should be running shipshape (that is, if you’re running trunk and have SCRIPT_DEBUG turned on).
Practically speaking, the featured image meta box will be testable in beta 3 and tomorrow’s nightly build.
To answer the original question, we removed the link from the “upload/insert” window intentionally in an effort to guide media towards a more streamlined experience (as opposed to a crowded buffet). I think the new UI has reached a point where we can consider adding featured images back into the mix, but that probably won’t happen in time for 3.5.
The good news is that regardless of the outcome, adding featured images back to the modal can be done in a plugin (which I may build as an example following the release of 3.5).
Forum: Alpha/Beta/RC
In reply to: customize optionsHi ezhil,
We’ve added a Customize link into the toolbar. You’re right about redirecting back to the front-end, but at this stage, that likely won’t make it in until 3.5.
We’ve also integrated Twenty Eleven’s theme options into the customizer, so you should be able to change the layout options, color scheme, and link colors in 3.4 as well.
Image handling is still very basic — hopefully that’s another area that will see some improvements come 3.5.
Forum: Alpha/Beta/RC
In reply to: CustomizerYou found a bug! We should fix this in core before 3.4 is released — I’ve created a ticket #20879 with a patch, which should land in trunk later today. Thanks!
Forum: Plugins
In reply to: [Debug Bar] [Plugin: Debug Bar] Impotent Debug ButtonHi yanklperets,
That is the correct HTML for the button—the debug bar is rendered in a separate location on the page.
That said, it seems like you’re hitting a JS error having to do with jQuery, which is odd. Are you running any other plugins on your site? If so, try disabling them and see if the bar works then, as there could be a conflict.
Thanks for the feedback.
—Koop
Forum: Plugins
In reply to: [Debug Bar] [Plugin: Debug Bar] javascript error in version 0.4.1Thanks for the feedback. This is fixed on trunk, and will be included in the next release.
Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] Cannot activateHi clkavg,
That file should be included with the download. I’ll look into it and try to find the problem. In the meantime, I’d suggest deleting and reinstalling the plugin. Let me know if that fixes it.
Thanks,
DarylForum: Plugins
In reply to: [Plugin: Elastic Theme Editor] Elastic page doesn’t appear in Theme menuHi sillybean,
I’ve been running Elastic on 3.0 (trunk) without a problem. A link to “Elastic Editor” should appear in the Appearance menu when the plugin is activated. Could you provide a screenshot?
—Daryl (Elastic developer)
Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] json errorHi everyone,
This bug will be fixed in the next release, which will become available later this week.
WP 2.9.x now includes a file to simulate PHP’s json functions. Elastic included a similar file that caused conflicts with WP’s new file. Ironically, this bug exists because Elastic is designed to be compatible with PHP 4.3+. Once the update is released, please let me know if you still encounter errors.
Thanks for the feedback,
Daryl (Elastic developer)Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] json errorFirst, a thanks to Ron for all his help. Second, I’ll hop right on making the proper checks for the JSON class. My apologies!
—Daryl
Update: Scratch that, Elastic is making the proper checks. WP added JSON support to 2.9, and I’ll try and figure out where the definitions are conflicting.
Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] any documentation available?Sorry to hear it’s not working for you Joe! Just to be sure, when you hit save, you’re getting a “Saved!” confirmation message, right? Also, can you usually use the WordPress automatic upgrade / plugin & theme upgrade features without a problem?
I’ll try and figure out the problem you’re running into—I want Elastic to be compatible on as many systems as possible.
Thanks for letting me know.
—DarylForum: Plugins
In reply to: [Plugin: Elastic Theme Editor] any documentation available?Ah, I missed the 4.4.9 above. That’ll be a good reference point to check the bug.
What’s odd is that you said that it saved, but that the theme didn’t appear on the themes page. Did any files copy into your
wp-content/themesfolder (in php4), or nothing?Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] any documentation available?Okay, good to know. What version of php4 were you using? I ran a few tests on php4 earlier and wasn’t getting any errors, but clearly something’s failing—I’ll try and replicate your results when I get the chance. Was the save function hanging in php4? If so, the editor probably couldn’t write to the filesystem. Did you get any erroneous php callbacks or javascript errors? I’ll try and write some error detection in so this will be clearer in the future. 🙂
I’m glad it’s rendering properly on php5. Those warnings should be gone by next release, which is coming soon.
Thanks for testing!