• Resolved dayan123

    (@dayan123)


    How to show 2 testimonial sliders? There is an option in a shortcode limit=”2″,but it only works for list for me. It should look like this:
    [bne_testimonials limit=”2″ layout=”slider” image_style=”circle”]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerry

    (@bluenotes)

    Yes, you can have multiple sliders/list on a single page. The limit argument sets how many testimonials are shown in the individual set. Screenshot

    [bne_testimonials limit="2" layout="list" image_style="circle"]
    [bne_testimonials limit="2" layout="list" image_style="circle"]
    

    Using the same shortcode twice will, of course, show the same testimonials. If you wanted to show a different set in the 2nd shortcode, then you’ll want to include a category.

    [bne_testimonials limit="2" layout="list" image_style="circle" category="cat1"]
    [bne_testimonials limit="2" layout="list" image_style="circle" category="cat2"]
    
    Thread Starter dayan123

    (@dayan123)

    Hmm I think that my explanation was bad.I meant something like this: https://ps.w.org/testimonialslider/assets/screenshot-2.png?rev=946209
    but 2 sliders with layout=”slider” next to each other in one testimonial,no two testimonials with layout=”list” 🙂

    • This reply was modified 8 years, 9 months ago by dayan123.
    • This reply was modified 8 years, 9 months ago by dayan123.
    Plugin Author Kerry

    (@bluenotes)

    So you’re wanting two testimonials to display per slide or two separate sliders next to each other horizontally? If it’s two per slide then that’s not possible. Each testimonial, when using the slider layout, is a single slide.

    Thread Starter dayan123

    (@dayan123)

    I wanted two per slide,anyway thanks for help.Great plugin 🙂

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

The topic ‘Two sliders’ is closed to new replies.