• Resolved Tymnus

    (@tymnus)


    First off, I want to say thank you for a great plugin. Much gratitude!

    We are experiencing an interesting issue with the testimonial slideshow feature. When they first load there is an issue with all of the testimonials in a given category populating and displaying in a stack for just a moment before they resolve into the proper slideshow viewing mode as they are expected to be shown.

    Can you take a look at that and tell me what you think the problem might be?

    http://www.debraschwartz.com
    This problem occurs everywhere that uses this feature not just the home page.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks!

    This was a problem that was fixed in every template but I forgot the Unstyled template. I will work on it and publish an update tomorrow. Until then, try this in your theme’s custom CSS:

    /* prevents flash on slow page load */
    .strong-view.unstyled .strong_cycle .testimonial:not(:first-child) {
      display: none;
    }

    This may still not be working properly on your site. I found another potential problem that I will fix in the next update.

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

The topic ‘Testimonial Slideshow Display loading issue’ is closed to new replies.