Hey Guys,
Im trying to embed code into one of the pages in my and I did so by using the embed element. I added the code and this worked a few days ago so I assumed this as completed and continued working on other pages, While testing a few days later I realized that the Iframe element is not working. I thought it may be an issue with my code so I replaced my code with a simple p tag with hello inside it, it loads in the preview setting but does not load in the live site.
When I tested this a few days ago wix was loading my code in an iframe which i checked throught the inspect element, Now when I go to the source code and look at the code, the iframe itself does not exist on the live site even though it does exist while previewing the site. So it’s not that it isnt loading the content inside it, rather it isnt loading the element itself.
How can I fix this?
For context my website is fillmycalendar. org and the page im trying to embed code into is fillmycalendar. org/checkout . Currently I have an iframe with just a hello inside it and even that does not load.