• Resolved hdesmond93

    (@hdesmond93)


    Hi,

    We’re trying to set up this plugin because the testimonials plugin included with our theme requires us to manually enter the testimonial rather than allowing a customer to enter it. We created a test testimonial to make sure everything is configured correctly, but we can’t get the testimonial to display. We get a black outline around where the text should be, but nothing else. We’ve tried disabling the included testimonials plugin and re-saving the permalink settings, but neither of those things has worked.

    Any suggestions?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • anonymized-13171256

    (@anonymized-13171256)

    It’s a conflict with theme over a CSS class name. The theme is hiding testimonials initially, probably for some fancy transition effect.

    Add this to your child theme’s stylesheet or the Additional CSS section of the Customizer:

    .strong-view .testimonial {
        opacity: 1;
    }
    Thread Starter hdesmond93

    (@hdesmond93)

    That worked great! Thanks so much!

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

The topic ‘Testimonials Not Displaying’ is closed to new replies.