List of Testimonials

Home Forums AB Testimonials WP Plugin List of Testimonials

This topic contains 2 replies, has 2 voices, and was last updated by  tnsc 9 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1020

    tnsc
    Participant

    Hi there,

    I would like to be able to have a list of testimonials as well as the slider type you have for short codes.

    How would this be possible?

    Thanks

    Neil

    #1031

    ab-themes
    Keymaster

    Hi,
    you will need to edit shortcode function, it is in shortcode.php, lines 1-75.
    Class ABt_testimonials_slide initiates scroller.

    Add this line before line 18:
    ‘show_list’=>false,
    And add this line after line 63:
    $wrapper_class = ($show_list) ? ‘ABt_testimonials_wrapper_static’ : $wrapper_class;

    Then you will be able to use show_list attribute and shortcode will show list when that attribute is set to true

    Cheers

    #1051

    tnsc
    Participant

    Great that works! Thanks.

    Neil

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘List of Testimonials’ is closed to new replies.