Data443 Risk Mitigation, Inc.
Forum Replies Created
-
Hi @thatwellnessgirlau ,
I’m happy to help you. If you are using a form the checkbox and checkbox label can be edited through your forms plugin.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Popup Learn More Text@stebato FYI – New version has just been released.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Default email textApologies for the delay, but we have checked again and it is still working well on our end. Maybe there is an issue with the child theme? Please try after adding the same folder at main theme. If this works then it means your child theme has the issue.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] This page is currently disabled.@alistairmckenzie did you mark this as resolved?
We checked on our end:
You need to go to Admin panel > Tools > Data443 GDPR >and have to check these option .Do let us know if this will work well.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Usergroup allowed to delete dataYou need to extend the functionality and have to use plugin hooks to full fill this requirement.
If you have knowledge about the coding you need to go through developer documentation and then you can make these code changes.
Documentation : https://www.data443.com/wordpress-gdpr-framework-developer-docs/Forum: Plugins
In reply to: [The GDPR Framework By Data443] Usergroup allowed to delete data@julia19 ,
There is no such option present in the plugin, but you can do custom coding to extend this functionality.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Default email text@julia19 ,
You can change the text by overwriting the template in the current working theme.
the path of the file in which you need to change is “plugins\gdpr-framework\views\email\request-forget.php”
to overwrite this template you can copy the template to your theme path will be
“Current_theme/gdpr-framework/email/request-forget.php”.Do let me know if this solves your issue?
Hello,
To edit the text on consent checkbox You need to add a hook to WordPress current working theme.
The hook will be this :
add_filter( ‘gdpr-framework-consent-policy’, ‘gdprfPrivacyPolicychangeconsenttext’,20 );
function gdprfPrivacyPolicychangeconsenttext(){
return ‘
{You Text Here}’;
}Note : Need to replace *{You Text Here}
* with your text which need to be add there.Forum: Reviews
In reply to: [The GDPR Framework By Data443] GDPR Framework By Data443Thank you for the compliment @vbfish !
Hello @andreacinque ,
Can you please share which SEO Plugin you are using on your website?Forum: Plugins
In reply to: [The GDPR Framework By Data443] Popup Learn More TextIn current version we have only “_blank” option. In next plugin update we will add this option to plugin.
Forum: Reviews
In reply to: [The GDPR Framework By Data443] Best one!Thank you, @orbam7819 !
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Cookie consent buttons don’t work?Hello,
We have checked and the cookie consent script is loaded on the header and jquery is not working so try to load the script at footer and this will solve the issue. the cookie consent script will be loaded after jquery.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Issue with “WooCommerce Product Options”Hi @laudag ,
I do not see a plugin on ww.wp.xz.cn by WPShowCase. and there are a few WooCommerce Product Options ones. can you please point us to the right one so we can try some integration testing?Hi @knottulf
You need to set privacy policy URL here http://prntscr.com/oskebn
Also, you can add manual URL there.