Data443 Risk Mitigation, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Download as a Table not workingPlease see version 2.0.3 which should solve this issue.
Forum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site Formatting@coriannas Good to hear! Thank you for letting us know.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Polish Language@budryslp FYI – We are releasing this permanent fix as part of a larger update later today.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Download as a Table not working@johndoeg @wonderorsi We have identified the issue and a fix will be out later today.
Forum: Plugins
In reply to: [Tracking Code Manager] Javascript code in TCM gets quotes changedForum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site FormattingHello @coriannas,
We released version 2.0.13. It should fix the problem of splitting the code between the head and body of the page.
-Oliver
Forum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site FormattingForum: Plugins
In reply to: [Tracking Code Manager] Javascript code in TCM gets quotes changedWe’re in the process of fixing this problem and will release an update soon.
Forum: Plugins
In reply to: [Tracking Code Manager] Javascript code in TCM gets quotes changedHello
we are sorry for the inconvenience, we are still working to find a solution for this issue.
The issue is generated by the comparison operator used in the loop for, it is probably mistaken as the start of an html tag and then the PHP function used to sanitize the code goes to clean up everything after it
maybe you can invert the comparison operator
for(var i = 0; ca.length>i; i++) {instead of
for(var i = 0; i<ca.length; i++) {Could you please edit your script, then check if the javascript function getCookie works as expected?
Thank you
Forum: Plugins
In reply to: [Tracking Code Manager] Update Breaks Replies in BB ForumGreat! Very glad to hear it – thanks for confirming.
Forum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site FormattingYou can also email us or open a support ticket here if you would like to keep that private:
data443.com/supportForum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site FormattingI used the code you provided but I am not able to reproduce the problem you are experiencing.
Please provide an url for the page where this problem is happening.
Forum: Plugins
In reply to: [Tracking Code Manager] Version 2.0.8 Breaks Site FormattingOk thanks for letting us know, we will take a look.
Forum: Plugins
In reply to: [Tracking Code Manager] Brakes my websiteGreat! thank you for your patience and for confirming.
We are getting into the nitty gritty of making sure all use cases and setups are satisfied with the latest enhancements we did. Appreciate your help.