Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    I believe it’s a trim issue on your testimonials with them having an extra line break at the end of each testimonial. My test systems don’t have these, but I’ve put in code to remove such.

    Shortly, try release 2.2.9.

    Thread Starter ericjacksonwood

    (@ericjacksonwood)

    I tried updating, but nothing changed. I reviewed the testimonials, and there doesn’t seem to be any extra line breaks in the testimonial itself.

    I also reviewed the code and found the extra unclosed <p> after each testimonial.

    <div class="test_nuggets">
    <div class="testimonialswidget_testimonials testimonialswidget_testimonials_list">
    <div class="testimonialswidget_testimonial testimonialswidget_testimonial_list"><q>
    <p>“I learned how to answer behavioural questions effectively.”</p>
    <p></q></div>
    </div>
    </div>

    Shouldn’t this look more like this:

    <div class="test_nuggets">
    <div class="testimonialswidget_testimonials testimonialswidget_testimonials_list">
    <div class="testimonialswidget_testimonial testimonialswidget_testimonial_list">
    <q><p>“I learned how to answer behavioural questions effectively.</p></q>
    </div>
    </div>
    </div>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Plugin Contributor Michael Cannon

    (@comprock)

    Can you please create an admin account on your system for support@typo3vagabond.com? I need to debug further.

    Thread Starter ericjacksonwood

    (@ericjacksonwood)

    You’ve been added, and the passwords been sent. Let me know if you can figure it out! Thanks

    Plugin Contributor Michael Cannon

    (@comprock)

    Did you just change the CSS? The styling has disappeared.

    Plugin Contributor Michael Cannon

    (@comprock)

    I’ve determined that it’s your theme or another plugin adding the extra p tags. I’ll try to figure out which and why soon.

    Plugin Contributor Michael Cannon

    (@comprock)

    It’s an issue with your Born theme than Testimonials Widget. As such, my debugging stops here. To go further, it’d need to be paid effort.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Testimonial List Loading 2nd Blank Box’ is closed to new replies.