• I’m using the Canvas theme and trying to get one testimonial to display per row using the shortcode and parameters.

    Here is an example of what I am trying to achieve (from another forum member with a similar problem): http://www.sarasjodin.com/voices/

    I am using the following shortcode on a page:

    [woothemes_testimonials limit="10" size="150" per_row="1"]

    Looking at the HTML source ouput the testimonial list is wrapped with the following:

    <div class="testimonials component columns-3 effect-fade">

    Am I using the shortcode wrong?

    Or does the shortcode not obey the parameter per_row?

    http://wordpress.org/plugins/testimonials-by-woothemes/

Viewing 1 replies (of 1 total)
  • Have you tried dropping this into your CSS:

    #main .widget_woothemes_testimonials .columns-3 .quote {
    width: 100%;
    }

    Hope it helps to get them into one line!

    Buzz

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode Won't Obey the per_row Paremeter’ is closed to new replies.