Title: slider filled with errors after update
Last modified: August 30, 2016

---

# slider filled with errors after update

 *  Resolved [elephunk21](https://wordpress.org/support/users/elephunk21/)
 * (@elephunk21)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-filled-with-errors-after-update/)
 * hi, i just updated my website and the testimonials slider plugin is now filled
   with errors. please view it here at [http://www.bodyskulptz.com/](http://www.bodyskulptz.com/)
   
   it should like this [http://182.71.22.42/bodyskulptz/](http://182.71.22.42/bodyskulptz/)
   the only change i had done was updating all my plugins and wordpress as well.
   please advise how to fix.
 * [https://wordpress.org/plugins/bne-testimonials/](https://wordpress.org/plugins/bne-testimonials/)

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

 *  Plugin Author [Kerry](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-filled-with-errors-after-update/#post-6693227)
 * Your second link fails to open for me so I can’t see what it “should look like”.
   However, in your case your theme is overriding the styles.
 * On style.css from your theme on line 189, it’s forcing “color: #fff !important”
   globally on all areas of the site which would also target the testimonial slider.
   In addition, your theme overrides the testimonial navigation styles.
 * So you have two options. You can add “flat-testimonial-slider” as a class option
   to the testimonial slider. This will remove the white background allowing the
   white text to be seen. Or you can add some come additional CSS to your custom
   css area to override your theme.
 *     ```
       .bne-testimonial-slider-wrapper .bne-testimonial-description { color: #333; }
       .bne-testimonial-slider.bne-flexslider .flex-direction-nav li a { background-size: inherit; }
       ```
   
 *  Thread Starter [elephunk21](https://wordpress.org/support/users/elephunk21/)
 * (@elephunk21)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-filled-with-errors-after-update/#post-6693257)
 * Hi, thanks for that. Initially it didnt show the full testimonial and had just
   a short excerpt with a read more link. Once the read more link was clicked, it
   would go to another page with the full testimonial.
 * With this update, it shows the full content. Is that excerpt function disabled
   with this new version?
 *  Plugin Author [Kerry](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/slider-filled-with-errors-after-update/#post-6693259)
 * That’s odd, because that was never an option to only show an excerpt. It’s always
   shown the full testimonial message. In addition, the testimonials do not have“
   single pages” of each testimonial to display a full version of it. Are you sure
   this was the same plugin or was it altered at the core level?

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

The topic ‘slider filled with errors after update’ is closed to new replies.

 * ![](https://ps.w.org/bne-testimonials/assets/icon-256x256.png?rev=1408516)
 * [BNE Testimonials](https://wordpress.org/plugins/bne-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bne-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bne-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/bne-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bne-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bne-testimonials/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kerry](https://wordpress.org/support/users/bluenotes/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/slider-filled-with-errors-after-update/#post-6693259)
 * Status: resolved