• Resolved TZAL

    (@tzemaitis)


    Great plugin!

    Using the sidebar widget set to cycle / show all / limit of 10 testimonials.

    When a page is refreshed or when you first click on it, the widget momentarily shows all 10 testimonials (or whatever limit is set) then it settles down to showing one testimonial & starts the cycle.

    This happens whenever a new page is shown. The only way of stopping it seems to be having a limit of one.

    Is there a way of stopping this initial ‘show all’?

    https://wordpress.org/plugins/gc-testimonials/

Viewing 4 replies - 1 through 4 (of 4 total)
  • That’s how most sliders work. The page loads everything then the slider hides every block/image except the one being shown. There are many possible reasons for the delay you’re seeing. Can you post a link to the site so I can take a look?

    Thread Starter TZAL

    (@tzemaitis)

    Thanks for the info.

    Here’s the site: http://www.zemaitis-uk.com/wordpress/home/

    It’s under development still (the main site is still html)

    Try this in your theme’s stylesheet:

    .gc-testimonial-widget {
      height: 325px;
      overflow: hidden;
    }

    This sets the widget height and hides any text that doesn’t fit. You may have to adjust that 325px up or down slightly.

    Thread Starter TZAL

    (@tzemaitis)

    Thanks so much for the quick response – that’s helped.

    Will need to play with it but certainly on the right track!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget initially shows all testimonials’ is closed to new replies.