• Resolved Ruben

    (@rubenvankempen)


    Hi there,

    When adding the shortcode for the list of (recent) reviews I can add
    pagination = off and review_count=3, but the don’t work in the same shortcode.

    So for example basically I want to show only the last 3 reviews and no pagination.
    How to fix this?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @rubenvankempen

    The last 3 reviews can be displayed by passing the parameter ‘sort_by = recent’, but it seems we have a problem with the review count. Please let us check this, and we will solve this issue, and also will inform you after fixation.

    Thanks

    Thread Starter Ruben

    (@rubenvankempen)

    Hi @amin7

    Using sort_by = recent shows 5 reviews on my site.
    Please let me know when this is fixed.

    Thanks

    Hi @rubenvankempen

    The issue is identified, and fixing is going on. We have a scheduled release on Tuesday, I will inform you once the updates are released.

    Thanks for your cooperation.

    Regards

    Amin

    (@amin7)

    Hi @rubenvankempen

    The shortcode pagination issue is fixed.
    As per your query: “basically, I want to show only the last 3 reviews and no pagination”

    Please use this
    [rvx-review-list sort_by=recent review_count=3 pagination=off]

    We have introduced a new parameter [per_page = ] of this shortcode, to display the number of reviews per page when pagination is on.

    Details here: https://reviewx.io/docs/shortcode-to-display-product-review-lists/

    Thanks

    Thread Starter Ruben

    (@rubenvankempen)

    Thanks Amin.

    Is there a simple list of all the parameters?
    Something like:

    • Reviews of all products
      [rvx-review-list]
    • All reviews for one specific product
      product-id=999
    • Show reviews with specific scores
      rating=4
    • Filter on/off
      filter=on
    • Sorting on/off
      sort=on
    • How to sort results
      sort_by=recent
      sort_by=top
      sort_by=text
      sort_by=photo
      sort_by=video

    • Ascending of descending results
      order_by=asc
      order_by=dsc
    • Shown amount of results
      review_count=3
    • Pagination
      pagination=on
    • Amount of reviews per page
      per_page=3

    What parameters am I missing?

    • This reply was modified 4 years ago by Ruben.
    • This reply was modified 4 years ago by Ruben.
    Amin

    (@amin7)

    Hi @rubenvankempen

    You are awesome.??

    You make a great list, I will add this to our documentation.

    I don’t think you missed any parameter.??

    Thanks mate, for your such cooperation.

    Regards

    Amin

    Thread Starter Ruben

    (@rubenvankempen)

    Hi Amin,

    Is there a (new) complete list of parameters?
    The page with shortcodes doesn’t show all parameters in one overview and misses the new ones.

    Looking forward to hear from you again.

    Hi Ruben

    Thanks for pointing this, I also thought about updating the documentation with all these parameters. Once I update the doc, I will inform you.

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Shortcode conflict’ is closed to new replies.