Data443 Risk Mitigation, Inc.
Forum Replies Created
-
Forum: Reviews
In reply to: [The GDPR Framework By Data443] Spectacular pluginThank you, @joaogarcia50 !
We have a new CCPA one as well if you need CCPA protection as well: https://ww.wp.xz.cn/plugins/the-ccpa-framework/
Have you put our new privacy seal on your website yet to show users you are protected? 🙂
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Some problemsHello @hitesh4317 ,
For some reason we did not get the typical email alert of a new posting for your topic. Just seeing this now so will have our technical staff take a look. Thank you for your patience.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Manage cookiesThe GDPR Framework has two hooks you can call when the user has selected decline or accept. You can use the WordPress function add_action to access a custom function to then control your cookies. Accept, calls the action ccpa_consent_accept_cookies. Decline, calls the action ccpa_consent_deny_cookies.
If you have any more questions please let us know.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] PHP errorHi @jdelgadoesteban ,
Thanks for your patience as the world slows down a bit.Can you send us a screenshot of the entire php error?
Forum: Plugins
In reply to: [The GDPR Framework By Data443] help! no possible to delete datasHi @jchrist2020,
We’d be happy to help you. Do you have a URL to your privacy tools page you can share?Forum: Reviews
In reply to: [The GDPR Framework By Data443] ImpressiveThank you for your review!
Glad to hear it Sandra. Any other questions, please let us know.
Forum: Reviews
In reply to: [The GDPR Framework By Data443] The best help when it comes to GDPRThank you for your feedback!
Hi @r0711012 ,
Do let us know which contact form you are using and then also confirm all the settings are enabled at Tools>Data443 GDPRThanks!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Comments checkboxHi @agatoosh ,
Did you try this?
Please try to run GDPR setp again and you need to do nothing with its settings. It should show o Comment box automatcally. Please try to clear cache and remove cache plugin for a while, then check the comment box.
Thanks.
http://tinyurl.com/wx33cq2Forum: Plugins
In reply to: [The GDPR Framework By Data443] ajax login@keesjan
There is no need to create add-on for this. Just need to add some code in functions.php to save consent on login into form. Read the plugin to create a consent and then save that consent in wp_gdpr_consent db table after saving the login form.Forum: Plugins
In reply to: [The GDPR Framework By Data443] How to change email senderHi @richardu ,
In WordPress admin, go to Tools > Data443 GDPRHere you can edit the settings of the emails that will receive and respond to requests in the General tab.
The email shown in the Privacy Policy and your listed officers can be edited in the Privacy Policy tab.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Disable Woocommerce Checkout CheckboxThere will be 3 check-boxes under Woo-commerce integration
screenshot: https://prnt.sc/qjvlu3
First one enable disable plugin for export import woo-commerce.
second one disable checkbox at checkout page
third one disable checkbox at register page.The solution for this one is this hook :
add_filter( ‘gdpr-framework-consent-policy’, ‘funtion_name’,20);
function funtion_name($text){
return “By using this form you agree with the storage and handling of your data by this website in accordance with our %sPrivacy Policy%s”;
}Forum: Plugins
In reply to: [The GDPR Framework By Data443] Disable Woocommerce Checkout CheckboxYou can disable from the back-end: https://prnt.sc/qjvlu3
The path will be: admin > tools> Data443 GDPR > General > Woo-commerce Integration