I found the problem. WP had inserted incorrect code tags inside the shortcode.</p>
<p>Editing them manually to:
code[catlist id=7 thumbnail=yes force_thumbnail=yes thumbnail_size=150,150]code
works.
No idea why they were wrong.
I still have a problem with the above.
I have date, author and excerpts working. Images are being displayed. But thumbnail_size is not re-sizing the image.
The plugin takes the first image in the post and uses it without resizing it. If the post has a large image – it is large in the category list. If it is a thumbnail in the post, it is a thumbnail in the list.
I have the same problem: After the update ,the thumbnail_size parameter is not re-sizing the image.
I am also having this problem, the thumbnail size parameter seems to be ignored when it is loading the first image of a post. Has any one found a fix for this?
I added this to my style sheet, and my images are back.
img.wp-post-image {
display: block !important;
}
I tried the suggestion form curiousit – did not fix the problem.
I added this to my style sheet,to force the image resizing.
ul.lcp_catlist li img {
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
hi!
I am having the same problem with resizing. My code currently looks like this:
[catlist name=[name] date=yes excerpt=yes excerpt_size=30 excerpt_class=alignright thumbnail=yes force_thumbnail=yes thumbnail_size=thumbnail thumbnail_class=alignleft pagination=yes numberposts=5]
I have also tried:
[catlist name=detention-project date=yes excerpt=yes excerpt_size=30 excerpt_class=alignright thumbnail=yes force_thumbnail=yes thumbnail_size=150,150 thumbnail_class=alignleft pagination=yes numberposts=5]
But it doesn’t work. Is there any other fixes other than having to edit the style sheet? how else have folks been able to solve this problem?
@robertpavlis were you able to resolve your issue?
@carlos Pinero – which is the style sheet? (ie. list-category-posts/list-category-posts.php)