Kaleb.G
Forum Replies Created
-
Much appreciated! I’m looking forward to the next update. =}
Forum: Plugins
In reply to: Saving custom fields for attachmentsThanks for pointing me to that tutorial!
I’m pretty sure I had tried that function and it didn’t work for me.
Then again I may not even been searching the Codex for “post type”. I was searching for stuff like “page or post”.
Agreed. Hopefully the people who have access to work on it can improve on this aspect.
alchymyth, I already knew what the database schema is. I just didn’t know I could access the field by using $post->field_name. I haven’t seen that explained anywhere in the Codex.
Ha, that worked! I think this would be good information to add to the Codex. Or if it’s in there, make it easier to find. Anyway, this is exactly what I needed. Thank you!
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] clearing div has no class descriptorsYou know what, it was a problem with my CSS that didn’t occur strangely enough until I replaced the default code with the wp_page_numbers code. My apologies. However, this feature would still be good to have.
Forum: Plugins
In reply to: Scissors – When cropping, error: ‘Failed to save new image’ pops upI’ve been testing this new version a lot and I haven’t found any problems. Note that I only use this for thumbnails though.
Forum: Plugins
In reply to: Scissors – When cropping, error: ‘Failed to save new image’ pops upThank you for taking the time to implement the thumbnail fix, Stephan! I didn’t mention it before, but this really is a great plugin. I should be testing out the new version over the next weeks or so.
jaynee, what’s your default size for medium pictures?
Forum: Plugins
In reply to: Scissors – When cropping, error: ‘Failed to save new image’ pops upHi Stephan,
I have discovered one point of failure that causes this problem to occur.
Let’s say my thumbnail size is set to 150×150. When cropping an image, if the selection is smaller than 150×150 (142×142 for example), this “failed to save new image” error will arise. If I have the selection larger than 150×150 for the exact same image, it saves properly with no error.
Do you have any code to support scaling up a selection smaller than the target thumbnail size?