axelerant / testimonials-widget

Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
http://wordpress.org/plugins/testimonials-widget/
GNU General Public License v2.0
10 stars 7 forks source link

Stack of testimonials appear on load #165

Closed michael-cannon closed 9 years ago

michael-cannon commented 9 years ago

Per https://github.com/michael-cannon/testimonials-widget/blob/master/templates/testimonial-open.php#L19, CSS class display-none is appiled and normally this is good enough as CSS loaded before HTML, it's fine. For some users though, CSS is delayed or slow to be parsed. As such, a stack of testimonials is displayed.

Need to replace CSS class display-none with an inline style="display: none;" that bxSlider overrides.