Hello there! Our team hasn’t done anything to the site other than compress images to increase site speed. We’re unsure why the squares are popping up. It looked like we fixed it yesterday, but today the same thing is happening and it not also happened to our buttons. How do we fix this? Thanks! 
Hello Craig,
Thanks for writing in!
I have checked your site and I found a JS error on the page. That is because you have inserted this in the Pro > Theme Options > Custom JS:
<script src="https://d8921cfcafc74fc4adae3464c30acaac.js.ubembed.com" async></script>
By default, the custom js will already be wrapped with <script></script> in the front end. Since you inserted your code, it became this:
<script id="x-custom-js"><script src="https://d8921cfcafc74fc4adae3464c30acaac.js.ubembed.com" async></script>
</script>
This is no longer valid because you cannot nest <script> tag. To resolve this issue, please have your code updated and use this to prevent any errors:
</script><script src="https://d8921cfcafc74fc4adae3464c30acaac.js.ubembed.com" async>
Meanwhile, Pro 3.1.2 is now available in automatic updates! This release contains fixes for several issues, like you have mentioned above, so be sure to check out the changelog (https://theme.co/changelog/). Please do update to the latest version. After doing the updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.