Plugin Author
Kerry
(@bluenotes)
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; }
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
(@bluenotes)
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?