When you purchase our Plugin from codecanyon, you need to download the directory-pro Plugin files from your codecanyon account. Navigate to your downloads tab on codecanyon and find directory-pro . Click the download button to see the two options. The Main Files contain everything, the Installable WordPress Plugin is just the installable WordPress Plugin file. Below is a full list of everything that is included when you download the main files, along with a brief description of each item.
After installing the wp-membership.zip file successfully you will see like this in the dashboard. Click Active link to active Plugin.
After installing the Plugin 7 Pages will create
1. Pricing Table page
2. Registration page
3. Thank you page
4. Login page
5. My Account page
6. User Directoy page
7. User Public profile page
You can use this plugin to import user
Signup Form
Short Code : [iv_membership_form_wizard]
PHP Code : <?php
echo do_shortcode('[iv_membership_form_wizard ]');
?>
My Account
Short Code : [iv_membership_profile_template]
PHP Code : <?php
echo do_shortcode('[iv_membership_profile_template ]');
?>
Login
Short Code : [iv_membership_login]
PHP Code : <?php
echo do_shortcode('[iv_membership_login ]');
?>
User Directory
Short Code : [iv_membership_user_directory]
PHP Code : <?php
echo do_shortcode('[iv_membership_user_directory ]');
?>
Public Profile
Short Code : [iv_membership_profile_public]
PHP Code : <?php
echo do_shortcode('[iv_membership_profile_public ]');
?>
The template files can be found here : /plugins/wp-membership/template : Copy the template folder and paste into on your current theme folder and rename it as "wpmembership" e.g. /themes / twentyseventeen / wpmembership
Why Overriding templates: If you change any thing on the template file then it will will not affect on your change of the plugin next upgrade .
Use the plugin
https://wordpress.org/plugins/loco-translate/
OR
1. Please download the software http://poedit.net/
2. Open file epfitness/language/xxxx.po by the software.
3. Change text to your language by the poedit software and save.
Admin can create unlimited package.
User role "Basic" will create on the plugin activation.
The "Basic" role has only file upoload privilege.
For under the package user will get the package role [upload pic, add post, edit post].
After cancel or unsuccesful payment it will convert to "Basic" Role.
Now User can use woocommerce payment gateway from plugin "User Registration" page.
The woocommerce oder status will be "Processing".
When site admin set "Completed" the oder status then the user role will change(When the user try to login).
If you want auto complate order status then use the plugin : https://wordpress.org/plugins/woocommerce-autocomplete-order/
You can select the Pricing Table page style.
You can select the registration page style.
You can select the Public profile style.
Admin can change user's role , expire date and payment status.
The Plugin will creates pages when it will active.
This is email template page. You can edit the template.
Email Template
1. Signup email
2. Forgot password email
3. Payment invoice email
4. Payment reminder email
User Signup email will store on MailChimp list.