Read the FAQ, which points the knowledge base, which has 2.15 upgrade notices.
https://aihrus.zendesk.com/categories/20104507
I’ve already upgraded to 2.19 from within WP. The FAQ page doesn’t list anything like what I described as a common issue to link to. If there is another page I should be visiting where you think my issue is addressed, please include the link.
Alrighty then… got a URL?
Also, it’s almost 11 PM here. I’ll catch up by Monday.
You might try a settings reset for Testimonials > Settings, then for the widget options. Each has a Reset page or section.
http://lauriescheer.com/
I will check out the settings reset over the weekend.
@dandelionwebworks
In the testimonials widget expand ‘Additional Widget Options’ and uncheck the ‘Show Play/Pause?’ option. Thus should solve one of your issues.
Placing the following in your style.css should remove the pale background to the testimonial:
.testimonials-widget-testimonial q,
.testimonials-widget-testimonial blockquote {
background: none;
border: none;
}
Thank you @Bamez. I want to add to the CSS.
.testimonials-widget-testimonial q,
.testimonials-widget-testimonial blockquote {
background: none;
border: none;
margin: 0;
padding: 0;
padding-bottom: 1em;
}
Thank you @Barnez and thank you Michael. These two recommendations solved all my issues!