This is the demo page for the different options and services available in the plugin. Please check out the following features that are available in our plugin as below:
Policies Acceptance Button
Policies Acceptance Button work as the consent button for all the policies regarding the site uses.
shortcode :[ tgdprc-policies ]
Output :
Terms and Conditions Acceptance Button
Terms & Conditions Acceptance Button work as the consent button for all the terms and conditions to the user regarding the site.
Shortcode :[ tgdprc-terms-conditions ]
Output :
Cookie Services List Used in the Site
Cookies Services includes all the services that are currently used in the site and that are using some sort of cookies or any fragments that pull some kind of data from the user.
Shortcode :[ tgdprc-cookies-used ]
Output:
Advanced Cookie Control Form
Advance cookie control form includes the various list of the services used in the site and categorize them into three sections either essential, Analytical & marketing or Advertisement type which in turn can be controlled in macro level which of them you wouldn't want to be called upon.
Shortcode :[ tgdprc-advanced-cookie-setting ]
Output :
User Data Form
User form includes major three parts which are described as below.
- User Data Access Request: This section includes the form for user to request user data pulled and stored by the site at some point. The basic data that can be requested includes:
- WP User Data
- WP Comment Data
- WP Post Meta Data
- Woo Commerce Data
- Woo Commerce Data
- User Data Rectification Request: This section includes the form to call for the any data rectification for any of the data stored in database in relation to the user email address in form of json.
- User Data Forget Request: This section includes the form to call for the any of the user data that user needs to remove from the site in relation to the user email address.
Shortcode :[ tgdprc-userdata-form ]
Output :
Protected Content
This section includes the content that can be temporarily hidden from the user on the base of some user action. User action can be as listed as below:
- Terms & Conditions :Show protected content only if the user has accepted the "Terms & Conditions" button.
- POlicies :Show protected content only if the user has accepted the "Policies" button.
- Default :Show protected content only if the shortcode has attribute "restricted" set as "off" which in default is set as "on".
Shortcode :[ tgdprc_protected_content restriction_condition="terms" restricted="on" ]Sample Content[ /tgdprc_protected_content ]
Note : For this hidden content, please accept the terms & condition button to display the hidden content.
Output : This content is protected. Please accept our terms first.