• On the home page and every other page of my site, the code for one testimonial that I have displayed as a widget on my sidebar looks like:

    <div  class="testimonial_slide">
    <div class="style-no_style  hide_thumbs hide_title hide_date _rating hide_other easy_t_single_testimonial">
    	<blockquote itemprop="review" itemscope itemtype="http://schema.org/Review" class="easy_testimonial">
    		<div class="testimonial_body" itemprop="description">
    			<p>A brilliant idea that never bores you.</p>
    		</div>
    		<p class="testimonial_author">
    		<cite>
    			<span class="testimonial-client" itemprop="author">Entertainment Weekly&nbsp;</span>
    			<span class="testimonial-position">&nbsp;</span>
    		</cite>
    		</p>
    	</blockquote>
    </div>
    </div>

    But when I have the widget displayed on the sidebar on any page that’s displaying my forum (using bbPress), the code looks like:

    <div  class="testimonial_slide">
    <div class="style-no_style  hide_thumbs hide_title hide_date _rating hide_other easy_t_single_testimonial">
    	<blockquote itemprop="review" itemscope itemtype="http://schema.org/Review" class="easy_testimonial">
    		<div class="testimonial_body" itemprop="description">
    			A brilliant idea that never bores you.
            </div>
    		<p class="testimonial_author">
    		<cite>
    			<span class="testimonial-client" itemprop="author">Entertainment Weekly&nbsp;</span>
    			<span class="testimonial-position">&nbsp;</span>
    		</cite>
    		</p>
    	</blockquote>
    </div>
    </div>

    The paragraph tag that contains the actual testimonial is missing. Has anyone noticed this?

    Development site: http://www.whadew.com/
    Development forum: http://www.whadew.com/forums/

    https://wordpress.org/plugins/easy-testimonials/

Viewing 1 replies (of 1 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey Joseph!

    I haven’t received a report like this, before, but this implies that either the_content filter isn’t being run or that wpautop isn’t being run (our plugin should run one or the other, depending on what your settings are.)

    It’s possible that the_content filter is being interfered with by something you have on the bbPress version? That’s not much to go on, but try messing around with options related to applying the content filter and see if that makes a difference.

    All the best,
    Richard

Viewing 1 replies (of 1 total)
  • The topic ‘Paragraph tag missing on sidebar widget’ is closed to new replies.