stylishbeachbum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: add_new_image Hard Crop Not WorkingI moved my wp site from my macbook to an Ubuntu server. As soon as I did that wp hard cropping started working. My guess is that the hard cropping needs a library or program such as Image Magic to do the re-sizing and that it isn’t present on some platforms.
Forum: Fixing WordPress
In reply to: Custom homepage thumbnail size?HI Welshhuw,
Are you saying that you followed Mark’s instructions and got the hard crop to work?
Forum: Fixing WordPress
In reply to: Image size display problemsHi Brigitte,
Just had a look at your blog pages and the thumbnail for the St.Paddy’s Day post looks fine – in the search and the holiday’s listing it is a nicely cropped image. Did you fix it, or where you trying to do something else?
Forum: Alpha/Beta/RC
In reply to: add_image_size doesn’t have a crop featureThis occurs in 2.9.2 as well. People have posted a couple of times in the Forums about it, and many times in Blogs. But nobody seems to have come up with an explanation.
https://www.ads-software.com/support/topic/391035?replies=5
What platform are you working on?
Forum: Alpha/Beta/RC
In reply to: 3.0 RC1 – Possible Bug – Categories Not WorkingIf I deactivate all the plugins the categories works fine.
I’ve been through all my plugins activating them one at a time and I’ve tracked the problem down to one, Role Scoper
Forum: Themes and Templates
In reply to: add_new_image Hard Crop Not WorkingI’m using WordPress 2.9.2 and I’m trying to create a photo gallery with hard cropped images. I’ve got basically the same code as DeltaHF, except different sizes and different name for my custom size. I display the image with:
<?php echo wp_get_attachment_image($attachment_id, $size = 'gallery', $icon = false ); ?>
And I get a cropped image, but it is not hard cropped – the aspect ratio is maintained. It’s a nightmare to work with. Everytime I test I delete the images and load new ones.
Anyone got any ideas why this might be? I’m working on a Mac and wondered if this might be a platform specific problem. Anyone had this problem and found a solution?