baia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook 'likes'Thanks!
Forum: Fixing WordPress
In reply to: Different number of posts on front pageYou’re right, actually it worked fine only for the front page and page 2, but from page 3 onwards the pagination didn’t work. Now it does.
But my main problem remains : the first post of page 2 is the 11th post, whereas it should be 6th one. Post 6, 7, 8 and 9 never show.
Forum: Fixing WordPress
In reply to: Featured image doesn't appearActually it does. Thanks for your help and I advise myself to stop drinking so much orange juice.
Forum: Fixing WordPress
In reply to: Featured image doesn't appearYes I did these things in the right places but without if() statements and now it works !!
I don’t understand why it did not work though. The if ( function_exists( ‘add_image_size’ ) ) is true because this function exists in my twentyten default theme. Same with the if ( has_post_thumbnail() ) statement.
If these if() statements are true anyway, my code should work without them isn’it ? Yet it doesn’t o_O
Forum: Fixing WordPress
In reply to: Featured image doesn't appearI reviewed it again, but I still can’t see what’s wrong with my code..
Forum: Fixing WordPress
In reply to: the_post_thumbnail() not workingI think what you call ‘proportional cropping’ is actually no cropping at all. The image is visible in its totality inside the dimensions I specified, no cropping occuring there. And yes the option you mentionned is checked as I said.
Not only did I Google this issue quite a lot, but on this very forum I found many threads on it and no working solution so far.
Apparently, nobody knows how to fix this basic problem !!
Forum: Fixing WordPress
In reply to: the_post_thumbnail() not workingNow I have sizes like 150×112, 150×120, etc. That is, the cropping doesn’t work (though the crop option is selected in Settings > Media).
The cropping is also faulty for Medium and Large size as well as custom sizes (using add_image_size) : never do I obtain the fixed size I want.
And all of this happens in a fresh, default install.
Forum: Fixing WordPress
In reply to: the_post_thumbnail() not workingWell it’s a fresh install so everything is at default values. In functions.php, my set_post_thumbnail_size() is set like so :
set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );
Forum: Alpha/Beta/RC
In reply to: add_image_size doesn’t have a crop featureVentureweb : I did just as you say and it doesn’t work.
Forum: Fixing WordPress
In reply to: Post-Thumbnail Hard Crop IssueResizing the old images seems to be the problem for some, but for the others (me included) it’s something else.
The crop feature just doesn’t work properly.
Forum: Fixing WordPress
In reply to: add_image_size crop featureEven relying only on Settings > Media I can’t obtain what I want (images cropped to a fixed dimension). I’ve been stuck for two days and I’m starting to suspect the existence of a bug.
Forum: Fixing WordPress
In reply to: WordPress 3.0 Featured image sizes problemDidn’t work here.
Forum: Fixing WordPress
In reply to: add_image_size not cropingSame problem here. As suggested in this thread, you can use a plug-in to reset your thumbnails and fix the problem.
Unfortunately it didn’t fix the problem at all in my case.
This article explains thoroughly images work in WP, but you won’t find the solution to your problem.
A few Google searches show that, apparently, nobody knows what’s going on 🙁
Forum: Fixing WordPress
In reply to: Next_posts_link in PagesAnyone .. ?
Forum: Fixing WordPress
In reply to: Link button disabledup