• This plugin works great. It would be great to include an option to display quotes randomly. And it doesn’t appear to be responsive, so changing the container to display at 100% would also be a welcome addition.

    I was able to override the CSS very easily with my child them, so not sure what Chad is referring to.

Viewing 1 replies (of 1 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    Here is how you can set it to random:

    function testimonial_rotator_show_random( $args )
    {
        $args['orderby'] = 'rand';
        return $args;
    }
    add_filter( 'testimonial_rotator_display_args', 'testimonial_rotator_show_random' );
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Post Type is a welcome addition’ is closed to new replies.