• SilentQ1989

    (@silentq1989)


    I was having an issue with the rotator. Whenever I would set it up to show testimonials in the rotator (in content, not widget), I would switch to another tab for a few minutes and come back to the page to see that all the testimonials were being displayed. The individual testimonials were not having their inline style changed to “display: none”, so all of them were showing. Here is my CSS fix if anyone else has this problem:

    .katb_test_box_basic.katb_rotate_noshow {
    display: none !important;
    }

    This is only a workaround. I imagine the real issue is in some javascript code, but I couldn’t say for sure.

    https://ww.wp.xz.cn/plugins/testimonial-basics/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    Hmmmm …I will look into that 🙂

    Thanks

    Plugin Author kevinhaig

    (@kevinhaig)

    I just checked on my test bed and I am not seeing that problem.
    Can you supply a link to your site so I can take a look?

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

The topic ‘Issue with rotator’ is closed to new replies.