Login Form

This shortcode will display the frontend login form, like this example. How to Embed This Shortcode in Editor [userpro template=login] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=login]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in […]

Registration Form

This shortcode will display the frontend registration form, like this example. How to Embed This Shortcode in Editor [userpro template=register] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=register]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in […]

Edit Profile

This shortcode lets the user edit his profile directly, you can see a working example here. You can login with test account: test/test to test this feature. How to Embed This Shortcode in Editor [userpro template=edit] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=edit]’); ?>

View Profile

This shortcode will display the user’s profile, like this example. How to Embed This Shortcode in Editor [userpro template=view] How to Embed This Shortcode with PHP <?php echo do_shortcode(‘[userpro template=view]’); ?> Shortcode Options Example Options are used to customize the shortcode and can be assigned as a pair option=value in your […]

General Shortcode Options

max_width – Set the maximum width for plugin / shortcode. This option can be a % e.g. 100% or pixels. Default is 480px (To make the plugin take full width, set it to 100%) profile_thumb_size – Controls the user profile photo or thumbnail size in profile view. Enter the size you want […]

Livechat Add-on for UserPro

First of all, open “server.php” file which is located in the zip file that you will download from CodeCanyon, and configure the required areas at the beginning of the file. For Example,define( ‘HOST’, ” ); // Database domain or IP number define( ‘USER’, ” ); // Database username define( ‘PASSWORD’, […]

User profile Completeness Add-on for UserPro

1. Activate User profile Completeness Addon 2. Go to UserPro > Profile Completeness Tab > Click on User Completeness Tab > General Settings 3. Make settings for Threshold Percentage – Enter the percentage for Profile completion threshold (say 100, For example – if you have 10 fields to be compleated in profile, you can give […]

User Dashboard Addon for UserPro

This addon provides users the flexibility to edit their profiles from Frontend Dashboard and the capability to drag&drop and show the widgets on their Profile Page. So Users can edit their profiles from frontend Dashboard and Save Changes . 1. Activate User Dashboard Addon 2. As soon as you enable User Dashboard […]

WooCommerce Integration for UserPro

Using WooCommerce integration addon you can integrate woocommerce orders and purchases with UserPro profiles. How to integrate woocommerce orders and purchases with UserPro profiles 1. Go to WordPress Dashboard > UserPro > WooCommerce 2. Here you can see Order Tab Settings and Purchase Tab Settings. By using these settings you can show or hide order/purchase tabs. […]

Tags Addon for UserPro

Tags add-on for UserPro allow users to add tags to their profiles easily. Tags provide a useful way to group related profiles together. Also make it easier for people to find out related user profiles. How to add tags Go to WordPress Dashboard > UserPro Here you can see multiple tabs. […]