Real Testimonials Pro

  1. Home
  2. Docs
  3. Real Testimonials Pro
  4. FAQs

FAQs

Q. How can I Showcase Testimonials?

Ans: After activating the plugin, you will see Real Testimonials Pro in WordPress Admin Dashboard.

Firstly, Go to Real Testimonials → Add New and add testimonials as many as you want.

Secondly, Go to Manage Views Add New, and you will find 6 Settings Tabs General Settings, Theme Settings, Display Settings, Image Settings, Slider Controls, and Typography. You can customize the setting fields how you want & publish, and you will see a generated shortcode in the top area.

Finally, You can insert it on any page or post through the Gutenberg Block editor easily.

Q. Will it automatically use my existing testimonials when Upgrading to Pro?

Ans: Yes. If you already have the FREE version of the testimonials in your theme or site, you will automatically get the testimonials to use in the PRO version.

Q. Is the Real Testimonials Pro compatible with my theme or design?

Ans: Real Testimonials Pro works nicely with any theme if themes are developed according to WordPress standards.

Q. As I have a business site, Do I need to purchase a Business license or Personal license is sufficient?

Ans: If you have a business site and want to use the plugin in your single business site, you don’t need to purchase the Business package/license. A Personal license is sufficient for you. You can just purchase a Personal package/license as you have a single website, whether it’s a business or personal site.

Q. How can I get support if the plugin is not working?

Ans: If you face any problem with our plugin or something is not working as it should, first follow the preliminary steps:

  • Test the plugin with a WordPress default theme to be sure that the error is not caused by the theme you are currently using.
  • Deactivate all plugins you are using and check if the problem is still occurring.
  • Ensure that your plugin version and your theme version are updated and that the problem you are experiencing has not already been solved in a later plugin update.

If none of the previously listed actions help you solve the problem, then, Submit a Ticket in the forum and describe your problem accurately, specify the WordPress and Plugin versions you are using, and any other information that might help us solve your problem as quickly as possible.

Q: How to insert the php do shortcode (template include)?

Ans: To use a shortcode inside a page template, you need to know which page template file you want to insert the shortcode into. This could be a custom template file that you’ve created or one of the default page templates that comes with your WordPress theme. Once you have located the page template file, open it in a text editor such as Notepad. To insert the do shortcode, simply copy and paste the PHP function

<?php echo do_shortcode( '[sp_testimonial id="x"]' ); ?>

into the appropriate place in your template file. Save the page template file. Go to the front end and refresh the page to see the changes.

Q. How to grant Editors access to the plugin?

Ans: By adding the following custom code to your current theme’s functions.php file, you can provide the plugin access to the Editors.

function sp_testimonial_post_type_args_permission_to_editor( $args ){
    unset($args['show_ui']);
    $args['show_ui'] = current_user_can( 'edit_posts' ) ? true : false;
    return $args;
}
add_filter( 'sp_testimonial_post_type_args', 'sp_testimonial_post_type_args_permission_to_editor' );

Q. How to Activate the License Key?

Ans: This video will show you how to activate the license key.

Q. How to Create a Testimonial Form?

Ans: This video will show you how to create a testimonial form with Real Testimonials Pro.

Q. How to Store and Manage Testimonials?

Ans: This video will show you how to store and manage testimonials with Real Testimonials Pro.

Q. How to Prevent Spam in Testimonial Form?

Ans: This video will help you with how to prevent spam in testimonial form.

Q. How to Customize Real Testimonials Themes?

Ans: This video will help you with how to customize testimonial themes.

Q. How to Export and Import Testimonials?

Ans: This video will help you with how to export and import testimonials.

Q. How to Display Testimonials in Different Layouts (Slider, Grid & More…)?

Ans: This video will help you with how to display testimonials in different layouts (Slider, Grid & More…).

Q. How to Configure Testimonial/Reviewer Image (A-Z)?

Ans: This video will help you with how to configure testimonial/reviewer image (A-Z).

Q. How to Add and Display Video Testimonials Manually?

Ans: This video will help you with how to add and display video testimonials manually.

Q. How to Display Video Testimonials Collected Through Testimonial Form?

Ans: This video will help you with how to display Video testimonials collected through testimonial form.

Q. How to Display Thumbnails Slider for Testimonials?

Ans: This video will help you with how to display the thumbnail slider for testimonials.

Q. How to Filter To Display Testimonials?

Ans: This video will help you with how to filter to display testimonials.

Q. How to Enable Schema Markup for Testimonials?

Ans: This video will help you with how to enable schema markup for testimonials.