A rebuild of the Framer X website, the interactions work on the preview but not on the
published website… any ideas on how to solve this?
Here is the link:
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
A rebuild of the Framer X website, the interactions work on the preview but not on the
published website… any ideas on how to solve this?
Here is the link:
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi @Tom_Reuveni! Such a cool interaction . When something is working in the Designer but not on the published site, 9/10 times is due to some custom code for future reference.
All you need to do is add a /
to close up your style tag in your custom code embed:
<style>
.sticky{
position: -webkit-sticky !important;
position: sticky !important;
}
</style>
Thereafter please be sure to publish your site and it should resolve the issue.
Please let me know if this solves the problem.
If not, I’m happy to help further!
Thanks so much @Waldo! works like a charm!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.