Title: [Plugin: Testimonials Widget] quotes overlapping
Last modified: August 20, 2016

---

# [Plugin: Testimonials Widget] quotes overlapping

 *  Resolved [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/)
 * This widget is great, and working perfectly, until I let my site site open for
   a while. When I let it sit idle, the quotes start to overlap. One fades in before
   the last one fades out.
 * any ideas?
    Thanks!
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922667)
 * What’s your website URL?
 *  Thread Starter [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922733)
 * It’s actually not live yet and password protected until launch. I think we’ll
   be launching with the bug, so I can share once we do. But listening if anyone
   has some ideas until then. Much appreciated!
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922745)
 * Then can you send me zip’s of screenshots at [http://typo3vagabond.com/contact-typo3vagabond/](http://typo3vagabond.com/contact-typo3vagabond/)?
 *  Thread Starter [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922845)
 * thanks! just sent a screenshot.
 *  Thread Starter [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922847)
 * we’re live, if you open the page and let it sit open for awhile, then click the“
   GET HELP NOW” like at the top it pulls down the preheader where the rotating 
   quotes live. It will show the overlapping quotes. I’m wondering if there’s a 
   problem because I’m using nextGen gallery on the site. [http://liveoakconsulting.net/](http://liveoakconsulting.net/)
 * any suggestions are appreciated. Thanks in advance!
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922849)
 * That pull down is slick. In which browser do you have the overlapping happening?
 * I’m not seeing it on OSX Chrome. Ah, I see it now on Firefox. Why is that browser
   the pain these days? It used to not be.
 * Okay… I saw the FF problems the first time I pulled up the page, but not again
   on refreshing. That’s definitely weird.
 * I’ve tried many ways to get the FF problems to show up again without success.
 * Is `position:relative` of the following needed?
 *     ```
       /* --- Teestimonials --------------------------------------------------------------------------- */
       .testimonial > .inner {
       	position:relative;
       	font-family: Georgia, Times, 'Times New Roman', serif;
       	font-style:italic;
       }
       ```
   
 *     ```
       .testimonial.type-bubble > .inner {
       	padding:22px 22px 1px;
       	position:relative;
       	-webkit-border-radius:3px;
       	   -moz-border-radius:3px;
       	   		border-radius:3px;
       }
       ```
   
 * How about the `display: block` of
 *     ```
       .testimonial.type-bubble > .inner:before {
       	width:0;
       	display:block;
       	content:"";
           position:absolute;
           bottom:-16px;
           left:30px;
           border-width:8px;
           border-style:solid outset outset solid;
           border-right-color:transparent !important;
           border-bottom-color:transparent !important;
       }
       ```
   
 * I think that some testing of the CSS in main/styles needs to happen to figure
   out if the position: relative or display: none is causing the FF display issues.
 *  Thread Starter [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922852)
 * It’s actually happening in all browsers. If you open the page, click the top 
   pull down, close it. wait about 20 seconds and click the pull down again, you’ll
   see it happens every time and in every browser. I’ve been playing with the css
   for over a week now.
 * I think there’s something going on in the code, because basically one quote fades
   up and the prior one doesn’t fade off, so they all display fine, just don’t fade
   off correctly.
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922894)
 * Did you get the CSS sorted out? Still need help?
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922897)
 * Is this still a problem with the 2.0 release?
 *  Thread Starter [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * (@lindsaylu)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922898)
 * i actually had to go with a different plugin that, I couldn’t get it to work 
   Thanks for all your help though!!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘[Plugin: Testimonials Widget] quotes overlapping’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonials-widget_c56561.svg)
 * [Testimonials Widget](https://wordpress.org/plugins/testimonials-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonials-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonials-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonials-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonials-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonials-widget/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [lindsayLu](https://wordpress.org/support/users/lindsaylu/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-testimonials-widget-quotes-overlapping/#post-2922898)
 * Status: resolved