Basic coding not showing up in live site (SOLVED)

I’ve done some basic coding, essentially this: https://www.wix.com/code/home/video-custom-interactions

I can get it to show up in editor preview but not when I preview my site from the dashboard. Site isn’t live yet but I assume it won’t show up there when it is.

How do I get it to show? I’m fairly certain it’s a very quick fix as I’m very new to this! Thanks in advance for your help.

Hello,

The most likely case is you are hiding some element on load and not showing it on an event.
Make sure your onMouseOut function is working properly.

Best,
Majd

Hi Majd,

I’ve discovered the solution, which was to publish my site. All works now. Thanks for taking the time to reply anyway, much appreciated.