When I substituted that code it has marked all of the "$item"s as “undefined.”
Also, I really appreciate the time you’re putting in to help me tackle this.
Copy and paste it again. there was another typo
The scrolling function still isn’t working on the published site. Should I abandon ship?
Do you have anything on the SITE code panel?
@jonatandor35 How does one access the site code panel?
@brennan_kannapell see attached:
@jonatandor35 Not really. Just this:
// For full API documentation, including code examples, visit http://wix.to/94BuAAs
$w.onReady( function () {
//TODO: write your page related code here…
});
@brennan_kannapell so I give up. Maybe someone else can help, because it seems like something that Wix does behind the scenes (it looks like they scroll the window up and it collides with our sliding down). I can guess that if you put a delay before the slideTo(), using setTimeout() it may resolve the issue.
@jonatandor35 Your guess was spot on! You’re a genius
There was a page transition animation that was set and when I turned it off, the page scrolled the way it was supposed to! Thank you so so much for all your help. I really appreciate it!
Its beyond me why there isn’t a built-in anchor alternative for repeaters. This was a coding journey for sure! Thanks again for your help!
@brennan_kannapell Glad to hear it worked ![]()
