• I don’t see a place on the page where you create a testimonial yourself where you can upload an image.. does it use the featured image?

    Also, when I submit one through the form, it makes the image a seemingly random size and crop. When I look in firebug it seems to be some attachment image size that it’s using. Is there a way to change that?

    Ideally I’d love it to be a little thumbmail like shows in the rows when I’m looking at all the testimonials in the dashboard!

    http://wordpress.org/extend/plugins/gc-testimonials/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author devnz

    (@eringarscadden)

    Yes, the testimonials use the featured image function.

    To change the size of the testimonial image on the front-end, open the testimonials.php plugin file, and at around line 327 you should see this code:

    $display .= '<div class="photo">'.get_the_post_thumbnail($testimonial->ID, array(100, 100)).'</div>';

    Change the values of “100” here to the size you want the image.

    Please note that by changing the plugin file, these changes may be overwritten in plugin updates, so please backup your files before updating.

    Thread Starter arianafalerni

    (@arianafalerni)

    Sorry, figured it all out after I wrote – it looks FABULOUS. Really a well done plugin, thank you 🙂 http://www.shootandsellapp.com/about/testimonials/

    For the above example I just upload anything and set it as the featured image and choose “thumbnail” as the size. Perfect!

    The only think I find myself wanting is the option to include more than 5 in one page instead of pagination, maybe via a shor-tcode option?

    I just started using this plugin after trying several others. I’m using this in a right sidebar (one testimony at a time) with thumbnail and also on an “all testimonies” page.

    A few issues I’m having related to images…

    (1) Most important… On the “all testimonies” page, I would like just a medium size image centered with the testimony underneath. By default I’m seeing a 100×75 thumbnail image. When I go into “featured image” and add the medium size thumbnail I’m now seeing both the 100×75 image and the medium image on the “all testimonies” page. How do I remove the 100×75 image from the “all testimonies” page but keep the thumbnail on the sidebar?

    (2) On the sidebar widget image, the testimony is not wrapping around the top of the picture as is shown in the author’s demo screenshots. Instead the copy is shown wrapping around the very bottom of the image. How can I fix this alignment?

    (3) One more… I’d like to make the sidebar widget thumbnail a little bigger. I tried editing the php file in Dreamweaver to change the size but it made my WordPress inaccessible until I uploaded the original file again. How can I increase the size slightly? Would 125×125 or 150×150 be best?

    Thanks in advance to the kind soul(s) who offer to help with these issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: GC Testimonials] Images’ is closed to new replies.