Webflow.js in Wordpress

I am trying to transition one of my site designs to wordpress and while i can get design and css working, i am unable to get the webflow.js to properly function. I can fire off js files successfully, but for some reason this is not working. I welcome any suggestions. I tried some of the other suggestions I’ve found online but nothing has worked so far

thanks!


Here is my public share link: LINK
(how to access public share link)

Without a published URL to look at it would be hard to say what your issue is. Most likely data attributes are missing on pages in WP that WF interactions bind to. I avoid this hassle by not using interactions anywhere on sites that will be migrated. If I need to animate, I use GSAP and if I want a visual editor for GSAP on WP I use motion.page.

thanks for replying! how might i fill in the missing page attributes if that’s the case