• It is very easy to work with. It has so far been the best free testimonial plugin.

    The Author of the plugin was very very helpful when I needed assistance.

    Tips to those with issues that I had.

    1.) If it simply isn’t working 100% properly, be sure that

    <?php wp_head(); ?>

    is in the header.php file right before the </head> tag

    and also that

    <?php wp_footer(); ?>

    is in the footer right after the </body> tag.

    2.) If you are trying to list your testimonials on a page and you wish to change the width, do the following:

    .testimonials-widget-testimonial.list {
        width: 100%;
    }

    (of course change the width to whatever you want in pixels or percent).

    It’s a great widget!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great!’ is closed to new replies.