Search results for Reviews
70 articles found
-
The Advanced Product Reviews Module - Sparks
π Note: The Advanced Product Reviews module is part of the Sparks plugin, which you can get from here. This module enhances Sparks' Product Review by allowing users to enable an advanced review
-
How the visitors rating are influencing the review rating in WP Product Review
Visitors review can also affect the original review rating of the product. The formula used for visitors ratings to influence the review rating is: $rating = $comments_rating * 10 * (
-
Enable user reviews in WP Product Review
To enable user reviews in WPPR, visit Product Review from Dashboard. Go to General Settings tab. Go to Show review comment option, and click on Yes. [Optional] Also, you can change original review
-
How users can leave review comments without rating
Users can also review and rate the product reviews you post on your website. You can enable the user reviews and those user ratings can influence the actual product ratings. Users can also comment
-
Sparks Documentation
The Sparks plugin brings in extra e-commerce functionalities for your shop page, allowing you to build an engaging website using its modules. π Note: At this moment, we don't have a trial or demo
-
How to create a listing grid of reviews in WP Product Review
NOTE: This is a Premium Feature. If you purchased WP Product Review then you need to have both WP Product Review Lite & Pro activated to take advantage of the plugin's pro features. To create a
-
How to prevent users from posting multiple reviews on a single post
WP Product Review allows users to post as many reviews as they want to, this is the default behavior. It can be changed by adding the snippet below in your functions.php file. Adding this prevents
-
Review Box Widget
π Note: The Review Box widget is part of Neve PRO's Elementor Booster module. This article will present the following aspects of the Review Box widget, usually used for reviewing a product. Adding
-
Migrating from WP Product Review to Otter's Review Block
We are no longer maintaining the WP Product Review plugin and if you use WPPR, we recommend that you install Otter and use its Review Block. We've made it easier for you to migrate your reviews from
-
WP Product Review Documentation
Learn how to customize and set up WP Product Review How to download the plugin How to install WP Product Review Lite How to create review articles Add a Buy Button (affiliate link) What will the
-
WP Product Review Comparison Table Documentation
This is a PRO feature, here's how to install this version if you've already purchased it. The WP Product Review plugin comes with a reviews comparison table add-on which helps you build and display
-
How to enable review post types
Post Types are the types of content in a WordPress site. WP Product Review also comes with post types known as review post types. Enabling the review post types To enable review post types in WP
-
How to increase number of review options, pros or cons in WP Product Review
To increase the number of review options, pros, or cons in WPPR, visit Product Review from Dashboard. Go to General Settings tab. Go to Number of options/pros/cons option, and select the number of
-
How to Modify Review Block Schema?
The Product Review block, by default, displays the product name, rating, pros, and cons, price, as well as some key characteristics. These appear in the structured data of the post where the block is
-
How To Use WP Product Review Shortcodes
This is a PRO feature, here's how to install this version if you've already purchased it. The WP Product Review plugin allows you to turn your boring text reviews to catchy product reviews, and it
-
Shop - Related Blocks
π Note: These blocks are part of the Otter Blocks plugin, which you can get from here. π Note: The blocks' appearance can be improved using the Otter features, such as Transform to Sticky,
-
The Product Tabs Manager Module - Sparks
π Note: The Product Tabs Manager module is part of the Sparks plugin, which you can get from here. This option helps you customize the Products tabs on the shop product page. You can add new tabs
-
How to change the status of the review
To change the status of the review for particular posts, add this following snippet to the functions.php file of your theme or your child theme. add_filter('wppr_review_change_status',
-
How to disable the review for particular posts
To disable the review for particular posts, add this following snippet to the functions.php file of your theme or your child theme. add_filter('wppr_is_review_active', 'custom_wppr_is_review_active',
-
Hotels Demosite
Live Demo and Testing Environment π Note: You can view a live, working version of the hotel listings demo explained below by visiting this page. This demo showcases a functional hotel listing
-
How to change the image size of a review
In order to display the image thumbnail in the review box, we are using the thumbnail image setting, which usually is 150x150 by default, to change this default you can go to Settings->Media, change
-
How to manually change the rating of a review
If you want to display any other ratings than the one which is calculated, you can add the following snippet to the functions.php file of your theme or your child theme. add_filter( 'wppr_rating',
-
How to dynamically change the name of the review
By default, the product name for the review box can be set up in the "Product name" option from the WPPR settings and is independent of the post title. Using the info from this document you will be
-
How to remove rich snippets in WP Product Review
Remove rich snippets in WP Product Review To remove rich snippets in WP Product Review visit, Product Review from Dashboard. Go to General Settings tab. In Enable Rich option, select No. Finally,
-
WooCommerce Booster Module Documentation
π Note: The WooCommerce Booster module is part of Neve Business or Agency which you can get from here. If you would like to learn more about the Neve Pro Addon, take a look at Neve Pro Addon's full
-
How to dynamically change the price of the review for particular posts
To change the price of the review for particular posts, add this following snippet to the functions.php file of your theme or your child theme. add_filter('wppr_price_raw', 'custom_wppr_price_raw',
-
What actions and filters are available in WP Product Review
Available Filters wppr_templates_dir apply_filters( 'wppr_templates_dir', $dirs ) where $dirs: array of directories that contain the templates Example wppr_field apply_filters( 'wppr_field', $output,
-
How to make Comment Review option work in any theme
If you're using WP Product Review and the user comment review option is still not appearing after activating it, then it's probably an issue with your theme's comments.php file. It usually happens
-
How to change the rating colours in WP Product Review
To change the rating colours, visit Product Review from Dashboard and select the Rating colors tab. Change the colors and click Save All Changes.
-
How to remove Pros/Cons list in WP Product Review
To remove Pros and Cons list from your product review, remove all the options from Pros & Cons sections click on Update. The Pros & Cons will be removed.
-
How to install the PRO version of WP Product Review
NOTE: First, make sure the free version WP Product Review Lite is INSTALLED and ACTIVATED. 1 Download your copy of the plugin from your ThemeIsle Purchase History. 2 Open your WordPress Dashboard,
-
How the before/after/manual review box placement option works
You can place the review box for the post anywhere (before/after/manual) in the post. To choose the placement of the review box, follow these steps: 1. Go to Dashboard > Product Review. 2. Select the
-
How to force description into comparision table
The description column in WP Product Review comparison table depends on the width of the table width. So, according to this, it might display or not, if set to 'auto'. If you want to display the
-
How to change the widget image size in WP Product Review
If the top review widget is showing product images in small size like 50px; add the following code to functions.php of your child theme to change the image size. If you don't have a child theme then
-
How to manually change the description of review in comparision table
You can add the following snippet to manually control the content you want to include in the description in the functions.php file of the theme or child theme. Please note that this will change the
-
How to add a top products widget in WP Product Review
To add a top products widget, Visit Appearance > Widgets. From Available Widgets, select Top Products Widget. Select the location where you want to add the widget. Select your settings according to
-
Add specific "Service" types for schema.org in WP Product Review
You might be reviewing some type of product that is not necessarily physical, like a delivery service, a list of radio shows or several financial services. In this case the available schemas don't
-
How to have a whole number ratings in WP Product Review
If you want to display final review ratings in whole number like this: instead of the ones with the decimal points like this: Add the following code snippet to your theme's function.php file:
-
How to open buttons in same tab in WP Product Review
You need to install any plugin to add JavaScript to your website, and we recommend Custom CSS and JavaScript plugin for this tutorial. After installing the plugin, you need to navigate to Appearance
-
How to change the default rating icon in WP Product Review
To change default rating icon in WPPR, visit Product Review from Dashboard. Go to General Settings tab. Go to Change Default Rating Icon option, click on Select Bar icon option. Select the icon you
-
How to change description length in Comparison Table in WP Product Review
It's possible to change the description length which shows up in the comparison table of WP Product Review. To do this you need to either add the following code to the functions.php file of your
-
Do you offer customization services?
We are unable to provide full customization services as part of our customer support because it is beyond our scope here. If you need to customize something to work differently than it does and there
-
How to display both the product title and image in the review comparison table
To show the product title along with the image in the review comparison table, first check you have added the " img" attribute in the comparison table shortcode. It should look like this:
-
What is the Difference Between Neve and Neve PRO?
Which product version is right for me, free or PRO? Jump to: Starter Sites Header Blog Page WooCommerce Custom Layouts Page Header Page Footer Single Post Page Elementor Widgets White Label LifterLMS
-
In WPPR, how do I...
Here are some of the hooks you can use with the WP Product Review plugin. Note that some of these customizations may require you to have the premium version of the plugin. To see the list of hooks
-
Post Type Enhancements Module Documentation
π Note: The Post Type Enhancements module is part of Neve Pro which you can get from here. If you would like to learn more about the Neve Pro Addon, take a look at Neve Pro Addon's full
-
What's the difference between Otter Free and Otter Pro?
Otter is a lightweight, dynamic collection of page-building blocks and templates for the WordPress block editor. You can access even more advanced blocks and features with the premium version. Free
-
Neve Documentation
View in German Neve is a super-fast, easily customizable, accessibility-ready, and multi-purpose theme. Itβs perfect for blogs, small businesses, startups, agencies, firms, e-commerce shops, personal
-
How to change the pros/cons heading text
You can change the text for the "Pros" and "Cons" in WPPR to your desired text for your website using the wppr_review_pros_text and wppr_review_cons_text filters. You can also change dynamically the
-
How to change the directory for WPPR templates
This is how you can change the directory for WPPR templates directory (which by default is in /includes/public/layouts/): Create a folder "wppr" under the child theme (e.g. twentynineteen-child/wppr)