Data443 Risk Mitigation, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Related Posts] Inline Related Post is not apearing as per the designYou can also open a ticket if you prefer to provide your website and details off the forum:
https://data443.com/supportForum: Plugins
In reply to: [The GDPR Framework By Data443] Polish languageWe can add the Polish translation file to our plugin but we don’t have the resources to do the translation. Would this be helpful to you?
Forum: Plugins
In reply to: [WooCommerce] Fatal error in PageController.php line 359Thank you for the response. I’ll submit a bug report on GitHub.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Custom URL Validation Issue – Partial URLThank you for your request. We will include this feature in a future release.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] autoload composer dependency conflictsThank you for letting us know that this is a problem for you. We will need some time to figure out how to integrate php-scoper into our plugin.
Forum: Plugins
In reply to: [Inline Related Posts] How to hide text-decoration upon hover?Hi @amsaswata ,
Thanks for submitting a request in our support portal. I’m putting the answer here in case anyone else has a similar question in the future:please go to appearance > customize > additional css and paste the following css code
div[style=”clear:both; margin-top:0em; margin-bottom:0em;”] a:hover .postTitle { text-decoration: none!important;- This reply was modified 4 years, 7 months ago by Data443 Risk Mitigation, Inc..
Forum: Reviews
In reply to: [Inline Related Posts] add external link in the footer!It is optional and you can turn it off in the plugin settings tab.
There is a checkbox to turn on or off the advertising of the creator of this plugin and it is called “Display “Powered by” text”. It is below the color drop down options. It has always been this way and is this way for all of our plugins.I hope you can change your review if that is the only reason you give us 1 star – thank you!
Forum: Plugins
In reply to: [WooCommerce] Fatal error in PageController.php line 359I looked at your code and found the problem.
Here are lines 357 to 361 in woocommerce-admin/src/PageController.php:
// Disable embed on the block editor. $current_screen = did_action( 'current_screen' ) ? get_current_screen() : false; if ( method_exists( $current_screen, 'is_block_editor' ) && $current_screen->is_block_editor() ) { $is_connected_page = false; }When $current_screen is set to false, then false is used as the first parameter to method_exists() causing the fatal error.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Fatal error caught by WordPressA new version has been just been released. Please let us know if you see any more error.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Fatal error caught by WordPressHi @jessewatermelon ,
We’ve identified the issue and will put in a hot fix today. Will let you know once it is pushed out! Thanks for bringing this to our attention.Forum: Plugins
In reply to: [The GDPR Framework By Data443] Fatal error caught by WordPressYou can also email us at [email protected] or open a ticket at https://data443.com/support to attach it there. Thank you!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Fatal error caught by WordPressHello,
Thank you for reporting this error.
Would you please attach a screenshot of the error on the user’s profile page.
Thank you.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Impossible to edit posts, missing tablesWe recently corrected the problem with a missing database table. If the table is missing, it is created during plugin activation. For your case, go to Admin Plugin page, click on the (GDPR Framework) ‘Deactivate’ link, and then click the ‘Activate’ link. This will resolve the problem.
Forum: Plugins
In reply to: [Inline Related Posts] help before use pluginGreat! Glad to hear it.
If you need any more help in the future you can add a topic on this support board or open a ticket at https://data443.com/supportOur plugin did not cause this error. The Error is caused by the Woo Commerce plugin. Please report this error to them.