• Resolved Dandelion WM

    (@dandelionwebworks)


    I just loaded the available updates to the testimonials plug-in. Now, on the sidebar, there is a light grey box around the text, which looks bad. Also there is a play/pause button that I would like to remove. And I could swear the margins got bigger so long testimonials look terrible in the sidebar whereas before they looked fine.

    Can you tell me how to fix these issues?

    https://ww.wp.xz.cn/plugins/testimonials-widget/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Read the FAQ, which points the knowledge base, which has 2.15 upgrade notices.

    https://aihrus.zendesk.com/categories/20104507

    Thread Starter Dandelion WM

    (@dandelionwebworks)

    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.

    Plugin Contributor Michael Cannon

    (@comprock)

    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.

    Thread Starter Dandelion WM

    (@dandelionwebworks)

    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;
    }
    Plugin Contributor Michael Cannon

    (@comprock)

    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;
    }
    Thread Starter Dandelion WM

    (@dandelionwebworks)

    Thank you @Barnez and thank you Michael. These two recommendations solved all my issues!

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

The topic ‘Things look different now’ is closed to new replies.