[Plugin: Promotion Slider] Thumbnail Navigation doesn't use post thumbnails.
-
I am attempting to have the thumbnail navigation use the automatically generated thumbnail images when an image is added to the media library.
Right now, I have my WP media settings set to create a 100×100 thumbnail, auto crop, when an image is uploaded.
I have verified that the images are being created (creates them as “image-name-100×100.jpg), but the promotion slider nav still pulls the full “Featured image” and then crunches it down to 50×50, which doesn’t look good at all since the images are 625×200.
I’ve tried looking through the plugin code, and I see the line that says
$thumb = get_the_post_thumbnail($post->ID, 'post-thumbnail');
But for some reason, the promo slider navigation doesn’t use the thumbnail, it still pulls the full image.
I’ve also made sure that my posts that use the thumbnails are working, and they are, the code I use to pull the thumbnail is
<?php the_post_thumbnail('thumbnail');?>
and it grabs the 100×100 generated thumbnail image.Do I need to enter something in the “Thumbnail” box on the promotions page, in the promotion settings dialog box? Or is there something else I’m missing here?
- The topic ‘[Plugin: Promotion Slider] Thumbnail Navigation doesn't use post thumbnails.’ is closed to new replies.