Testimonials in Muffin Builder

Hi - Just a couple of questions about using Testimonials in Muffin Builder:

1. The example of your demo site rotates automatically, however with mine you have to click on the arrows to see the next testimonial. Have I missed a setting somewhere? Demo site here http://themes.muffingroup.com/betheme/shortcodes/loops#testimonials

2. On your demo site the arrows are alongside the testimonial however mine have been pushed down near the author, as per screenshot http://pasteboard.co/1yxfOt5v.jpg  Any ideas why?

3. Is there a way to remove the lines appearing under the text?

My page is here http://www.webfactory.com.au/testsites/hunterstay/corymbia/

Thank you!

Regards
Melanie

Comments

  • Also wondering if there's a reason both of the Muffin Builder Testimonial elements can only be used as 1/1? 1/2 would be very useful!

    Regards
    Melanie
  • Sorry ... one more thing - is it possible to remove "..." displaying below testimonial?
  • Hi Melanie,

    1. Timeout for sliders can be set under Theme options > Global > Sliders section.

    2. It's because you removed images for testimonials. So, because you don't use images, you can control their position with below css:
    .testimonials_slider a.slider_next, .testimonials_slider a.slider_prev { top: 60px !important; }
    3. Do you mean lines under testimonial text?

    4. Yes, there is many reasons why this item works only with those sizes. Basically because of responsive, grid size and compatibility with other items.

    5. To remove "..." under testimonial, please use below css:
    .testimonials_slider .testimonials_slider_ul li .hr_dots { display: none !important; }
  • Thank you! And yes, Point 3 I mean the lines under testimonial text. I find them a bit distracting amongst all the other styling so would be great if they could be removed.

    Regards
    Melanie
  • Ok. So to remove those lines from Testimonials item, please use below css:
    blockquote { background: none !important; }
  • Perfect! That looks much better. Thank you.

    Melanie
Sign In or Register to comment.