Hey Sue!
You can choose to hide the featured image directly via the widget or shortcode, if no other option is working.
You should be able to use the generators to get the desired shortcode – let me know if this also causes problems for you.
If nothing else works, you can use CSS to hide the image. I can provide that CSS if the above methods don’t work.
All the best,
Richard
Richard, hi.
I’ve continued to do some research, and now I think it’s possible in CSS to display the featured image at the desired size. If that’s true, please provide some CSS I can use.
I searched for a way to turn the feat image display off in the widget and couldn’t find one. When I add a testimonial by clicking that button on a single post or page — that’s the only way I can indicate whether the feat image displays or not (via “fields to display”). But no way I can find to turn the display off once it’s been turned on.
For now, I have turned them off in CSS globally, like so:
blockquote.easy_testimonial .wp-post-image {
display: none;
}
Like I said in first paragraph above, if I could CSS-ify my feat image display so I can see the full size, that would be cause for celebration. Thanks.
Hey Sue!
Well, you can definitely use CSS to change the image size, however since the source image is being displayed at thumbnail sizes this upsizing via CSS will make the image quite blurry.
We have a major update in the works, and in this update we will be exposing options such as controlling the image size to our free users – when that comes around please check it out and it should handle your issue!
Thanks again for using our plugin.
All the best,
Richard
Hey Sue!
As of version 2.0, the image size option has been made available to all users! That, combined with some CSS, will resolve this thread.
Thanks for using our plugin!
All the best,
Richard