This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Auto Rotator For Woocommerce Reviews

Description

The Auto Rotator For Woocommerce Reviews is a simple widget to show Woocommerce reviews in a rotational style. You can set the options
of this plugin to fetch the reviews of the products based on their categories, their tags or their authors. Also, it has different options to set
the ordering type, length of the reviews, number of the reviews, etc. This plugin shows woocommerce reviews in the ratational style with fade and
slide transitions. It is very flexible with customizable settings ( See screenshot images ).

Some Features of this plugin:

  1. Displaying reviews based on selected tags, categories and authors

  2. Rotating style with fade and slide transitions

  3. Easy to use

  4. Customizable settings

  5. Limiting the number of reviews

  6. Ordering reviews based on post created date, comment created date, post rating, comment rating, reviews count, total sales and product price.

  7. Limiting the length of reviews

  8. Custom text for readmore links.

  9. Using a pretty style for displaying the items.

  10. Loading reviews after loading page by using AJAX method. (It has been added to version 2.0)

    Settings of the Widget:

    1. Title: A title for widget.Leave it empty if you don’t like to show the title.

    2. Tags: Fetch the reviews of the posts contain selected tags.

    3. Categories: Select some categories to fetch reviews of their posts.

    4. Authors: If the authors of the posts are selected users, then fetch posts reviews.

    5. Count: Number of reviews are shown at first before loading more reviews.

    6. Limit Review Length: Number of words for truncating posts descriptions.

    7. Order By: Ordering type.

    8. Order: Determine to order reviews ascending or descending.

    9. Readmore Text: A text for readmore button.

    10. Width and height for avatar image.

    11. Transition Type: Fade or Slide.

    Other options are used for showing or hiding reviews items.

    To edit CSS codes:

    Important CSS classes:

    .arfwr_infoblock: The CSS class for the container of text element.( If you don’t like to show avatars, change it’s width value)

    .arfwravatar: The CSS class for container of avatar image.

    .arfwrauthor: The CSS class for author span.

    .arfwremail: The CSS class for email span.

    .arfwrdate: The CSS class for date span.

    .star-rating: The CSS class for rating stars.

    .arfwrlink: The CSS class container for post link and it’s text.

    .simple_display p: You can style the reviews text with this.

    .arfwr_readmore: The CSS class for read more link.

    .arfwr_load: The CSS class for load more button.

Screenshots

  • Settings of the widget in admin panel.
  • Output in frontend

Installation

Upload Auto Rotator For Woocommerce Reviews plugin to your blog, Activate it. Then, set it’s options in widgets section.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Auto Rotator For Woocommerce Reviews” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

First release

2.0

Loading reviews after 3 seconds by using AJAX method