Data443 Risk Mitigation, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Spanish translation pop up does not showPlease confirm that you have added function above on correct file.
I have setup an environment with divi theme and almost same plugin used by you but didn’t get any such issue.
There may be possibility that you have added the code at wrong place? or use it in wrong manner?
Please respond to [email protected] so we can better assist you most directly and promptly. Thank you!Forum: Plugins
In reply to: [The GDPR Framework By Data443] Spanish translation pop up does not show@gijsdros no additional information as I cut and paste the same answer directly in this thread. Have relayed your response to support.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Spanish translation pop up does not showHi @gijsdros
We have answered your question here:
https://data443.atlassian.net/browse/SD-181You need to add short-code to display text according to language.
For example for WPML : You can add this code to the current working theme’s function.phpadd_shortcode( ‘wpml_language’, ‘wpml_find_language’);
function wpml_find_language( $attr, $content = null ){
extract(shortcode_atts(array(
‘language’ => ”,
), $attr));
$current_language = ICL_LANGUAGE_CODE;
if($current_language == $language)
{ $output = do_shortcode($content); }
else{ $output = “”; }
return $output;
}You can add short-code like this http://prntscr.com/m26qfm
[wpml_language language=”en”]
English
[/wpml_language][wpml_language language=”it”]
Italian
[/wpml_language]You can see the content according to language at the front end. In this case, you will get “English” for the English language. and “Italian” for the Italian language.
Also, I have checked the page https://www.villasriomar.com/es/sobre-hotel/
And get that the scripts and CSS are missing for some reason on these pages.
Missing js and CSS are follow:cookieconsent.min.css
cookieconsent.min.js
cookieconsent.jsI don’t think its problem with plug-in because it this is plug-in problem then it will not work on other pages also.
You can try this in function.php maybe this will work for you.if(is_page( 31628 ))
{
popup_gdpr();
}if this will not work then please remove this.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Spanish translation pop up does not showThanks for letting us know. We’ll get right on that.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Plugin conflictHi @larodiel
Latest release has just been posted.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Notice won’t go away!Hi @rpb1001
Were you able to try the above? Did this resolve your issue?
Is any other issue still outstanding?
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Notice won’t go away!Check by adding this in theme function :
add_action(‘admin_head’, ‘gdprd_logo_fix’);function gdprd_logo_fix() {
echo ‘<style>.gdpr-badge{ width: 100px !important; }
</style>’;
}this will resolve image issue.
also for appearing “Privacy Policy Page” two times that WordPress is offering to select privacy page and our plugin work also. Both add same post state to wordpress page which cause displaying 2 states on a page. In upcoming release we will fix it.
If you need anything further you can reach us faster by emailing [email protected]. Thanks!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Notice won’t go away!@jdembowski Apologies for breaking the rule and thank you for letting us know. We understand. Often it just makes remote support that much faster and easier and we hope that admins give us a temporary login and change it when our task is complete, but better safe than sorry for both parties.
We noticed our recent pinned post about a webinar we had education users of our plugin about a demo was removed sometime between yesterday afternoon and 9am EST this morning. Did that break some sort of rule? Just want to make sure we stay compliant.
Thank you!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Notice won’t go away!@rpb1001
Are you on the latest version? because this issue was resolved in the latest version. However I have shared your dropbox links with our support team so they can further investigate.
and please make sure that Tools > Data443 GDPR > General > Privacy Tools Page,Privacy Policy Page are selected. Screenshot: http://prntscr.com/ltw9koForum: Plugins
In reply to: [The GDPR Framework By Data443] Notice won’t go away!Hi, thanks for letting us know – we will take a look ASAP.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Plugin conflictThank you for reporting this @larodiel.
Function name has been changed and so in our next release this will be updated. (Scheduled for Week of 17th).
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Plugin conflictThanks for letting us know. We’ll get right on that.
The fix has been deployed today:
1.0.21 (12/05/2018)
GDPRF-60: Update links in support tag in plugin
SD-138: Resolve header popup issue
SD-139: Flamingo integration stopped working in latest version
SD-140: New submission on HubSpot Form “GDPR Framework Newsletter Form
SD-144: The pop-up banner is always visible on the bottom
SD-145: There is a bug with your Flamingo integration, here’s the fix
SD-146: Compatibility with Gutenberg plugin
SD-150: Compatibility to PHP 7.2
SD-155: Query Monitor analysisForum: Plugins
In reply to: [The GDPR Framework By Data443] Compatibility with Gutenberg pluginThe latest version has been deployed – sorry for the delay!
1.0.21 (12/05/2018)
GDPRF-60: Update links in support tag in plugin
SD-138: Resolve header popup issue
SD-139: Flamingo integration stopped working in latest version
SD-140: New submission on HubSpot Form “GDPR Framework Newsletter Form
SD-144: The pop-up banner is always visible on the bottom
SD-145: There is a bug with your Flamingo integration, here’s the fix
SD-146: Compatibility with Gutenberg plugin
SD-150: Compatibility to PHP 7.2
SD-155: Query Monitor analysisForum: Plugins
In reply to: [The GDPR Framework By Data443] Upgrade to PHP 7.2The latest version has been deployed:
1.0.21 (12/05/2018)
GDPRF-60: Update links in support tag in plugin
SD-138: Resolve header popup issue
SD-139: Flamingo integration stopped working in latest version
SD-140: New submission on HubSpot Form “GDPR Framework Newsletter Form
SD-144: The pop-up banner is always visible on the bottom
SD-145: There is a bug with your Flamingo integration, here’s the fix
SD-146: Compatibility with Gutenberg plugin
SD-150: Compatibility to PHP 7.2
SD-155: Query Monitor analysis