OUR COMPANY IS DISTINCT AND INDEPENDENT FROM PAYDOTCOM, LLC OR PAYDOTCOM.COM OR ANY OTHER ITERATIONS REFERENCING PAYDOTCOM AND IS NOT AFFILIATED, CONNECTED WITH OR ASSOCIATED WITH OUR COMPANY IN ANY WAY, INCLUDING BUT NOT LIMITED TO OUR COMPANY 'S PRODUCTS OR SERVICES. ALL STATEMENTS ON THIS WEB PAGE ARE MADE INDEPENDENTLY BY OUR COMPANY AND OUR COMPANY ALONE IS RESPONSIBLE FOR MAKING THEM AND SAID MATERIALS HAVE NOT BEEN REVIEWED OR APPROVED BY PAYDOTCOM, LLC OR PAYDOTCOM.COM.
Third party site~doesn’t detect the legal code on the site
Things i tried - Placed on footer,header,page and Used HTML Element*Still Not Detected?{HTTPS Only}?
Did not use Java script format or CSS format . ?Only HTML?
Please Help.
Hi Kelvin,
I moved your post to our Community Discussion category so it can get answered. Thanks!
Wix works with javascript when using code.
If you want to add html to your site then you need to be either using a html iFrame or as a custom new tool in Tracking and Analytics,
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
https://support.wix.com/en/article/embedding-custom-code-to-your-site
If you want to add something to your site that is made up of a mixture of html/css/js, then it needs to be combined into the one file and again added to an html iFrame on your page.
You can use html in a text element where you can use standard HTML tags and CSS styles as shown in the link below, however you need to change the code for it from .text to .html.
https://www.wix.com/corvid/reference/$w.Text.html#html
You can also pass data between a iFrame and a page or vice versa as well if you ever needed it.
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
https://support.wix.com/en/article/corvid-working-with-the-html-element
The most important thing to remember here is when using html or html/cs/js, that Wix will not provide you with support if the code used comes from a third party provider.
If you need help with a outside sourced code, then you need to be going back to the third parties own support for more help.
Also, when you state:
Third party site~doesn’t detect the legal code on the site
Have you tried doing this with the live published site and not on the preview site?
Note that iFrames are sandboxed unless you are using them on a premium site, so if you try it on a free site or in preview only, the iFrame probably won’t be picked up.
Think of it as if you are adding a meta tag to your site to validate it with a third party like Google and you have to add their own provided meta tag, which after you have done you need to save your site and publish it for them to be able to pick it up on their checks their end.
https://www.imperialresolution.com - Published Site for Viewing.
Please Review Site & Guidelines to make site more savvy
Yes, I’m using Premium Published Site{not preview}. Plus I Placed a Buy button on the site & the third party site detected the buy button-Which means the site works, but with the legal text code, element couldn’t be detected because as you mention wix uses Javascript.
So i believe that i need javascript code format to use the legal text code properly. I tryied iframe and embedded the code on iframe but still doesn’t detect the code once placed on the site/page, I Read the Wix guidelines and said it suitable for
html
But i strongly believe that this is my desire element= let isGlobal = $w(“#myElement”).global; // true
Would I place my legal text code in “#myElement”
What Would You think is better.
$w(“#textElement”).html = “Bold Text”;
But Im not sure, Please Help.
Third Party Site Requirement’s.
But Im not sure, Please Help.
Okay, so having a quick look at their website, the pay button is as you say a html script that can simply be put into a html iFrame.
Also, as shown on their website, the legal text should also just be able to be added to a html iFrame as well.
However, you say that you have tried that on a live and published site and it is still not being picked up for the legal text.
The only option you can do then, is to do what you have mentioned above and to use a text box element and use html inside of it which makes use of the standard html tags and css styles
https://www.wix.com/corvid/reference/$w.Text.html
With the change of the .text to .html as you have already done in your code sample too.
https://www.wix.com/corvid/reference/$w.Text.html#html
If this option still does not work for you then you need to be going back to paydotcom and asking their own support about how to integrate it into Wix.
Please note that as I have already mentioned in my previous post, that any third party provided code is not supported by Wix and you need to be going back to the third party provider if you are getting issues that can’t be fixed.
You can add a support ticket here for them.
http://support.paydotcom.com/support/home
I talked with the support And they mentioned this on the email.

How would i start with the javescript code.? As to Place it into the website.??