Hey Teresa,
Took a quick look and it does look a bit funny. I’m pretty sure that this isn’t directly caused by the Testimonials plugin, but most likely an interaction with another plugin.
Here’s what I’d expect to see for the widget markup:
<div id="ivycat-testimonial">
<blockquote class="testimonial-content">
<div class="ict-content">
<p>Curabitur <a class="ict-rm-link" href="https://wp-testbed/testimonials/testimonial-1/">Read More…</a></p>
</div>
<footer>
<cite>Mickey M.</cite>
</footer>
</blockquote>
</div>
Here’s what I am seeing on your site:
<div id="ivycat-testimonial">
<h3>Member Reviews</h3>
<blockquote class="testimonial-content">
<div class="ict-content">
<p>I <a href="https://wealthcop.com/testimonials/my-little-brother-is-right-b-simmons-september-27-2012/" class="ict-rm-link">Read More…</a></p>
<div id="tinypass_subscription_holder">
<tp:request oncheckaccess="tinypass_redirect" v="2.0.7" cn="__TP_W7JZEZFu2h_TOKEN" aid="W7JZEZFu2h" rdata="{jax}jgZJhokKznFDLpYmq8bUzoIrXiJUVubjHZdxQGN8yibHh11tzSNUWgyY6duocmx_I9cfxZq03T2eSiUoCKoqreSyshlDpkH_MfhA71CNsPbpXtMf2yj9x7J681v55Y0S5GoAO7q6J9lTUHkUPyr5mlyhxCysbYsOJikebdP5eWHHxRKrX3VY2n_vOJ54IoAvV3EWFPLrEskhyp4aTe-x4_F-syjuuX4VdtCEMO0TlxwrteAsvZIuC1Ca-lHnG_fH~~~lmGdqMKmBTPPOjykXkC2Pn8bEODgL2aHX3L1yFmDXvU" url="https://sandbox.tinypass.com/v2" rid="wp_bundle1" type="purchase">
</tp:request>
</div>
<p></p>
<span id="pty_trigger"></span>
<div id="wpcr_respond_1"></div>
</div>
<footer>
<cite>"MY LITTLE BROTHER IS RIGHT" -- B. Simmons, September 27, 2012</cite>
</footer>
</blockquote>
</div>
It looks to me like you’ve got another plugin, or some theme code that could be interfering.
To troubleshoot, you might try disabling your other plugins and seeing if it still happens. If not, then re-enable them one by one until the problem rears its ugly head.
Things I don’t recognize in your widget:
<div id="tinypass_subscription_holder">
<span id="pty_trigger"></span>
<div id="wpcr_respond_1"></div>
I’m guessing you’ve either enabled something special to include these, or you’ve got another plugin injecting this markup.
Can you try disabling plugins and let me know how it goes?
Thanks,
Eric