Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Hey Teresa,

    Thanks for posting your question.

    For some reason, the first word from the testimonial paragraph is inserted just before Read More…

    That certainly doesn’t sound right.

    A few questions:

    1. Have you verified that this isn’t a CSS issue? Do you see the testimonials first word in the markup appearing in two places too?
    2. Is there a link to a site you can post, or send me so I can see what you’re seeing?

    Thanks!

    Eric

    Thread Starter Teresa Lo

    (@teresa_lo)

    Hi Eric:

    Thanks for your quick response.

    1. I can’t be sure, but this doesn’t look like a CSS issue since the first word of each testimonial shows up in succession.

    2. You can see it in action at WealthCop.com. The full versions of the testimonials are at http://wealthcop.com/member-reviews-investment-portfolio-and-strategies/ so that you can see the title vs. the paragraph.

    Thanks!

    T.

    Plugin Author Eric Amundson

    (@sewmyheadon)

    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="http://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="http://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

    Thread Starter Teresa Lo

    (@teresa_lo)

    OK, I see the problem. Tinypass.com is the paywall plugin.

    Many thanks!

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Quite welcome, Teresa!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra Word before Read More… in widget’ is closed to new replies.