I have a repeater. Inside the repeater there is a “See More” button. When I push this button in preview mode, it nicely flows over to the dynamic page. In less than 10 seconds, it shifts automatically to a different item in the collection and stays there. It does this for any “See More” button pushed inside the repeater. I need to be able to stay on the original dynamic page chosen until I’m ready to leave that dynamic page. Can anyone tell me how to fix this glitch? Thank you.
Hey MJ,
Please send us a link to your site, a snippet of the code you are having trouble with and a screenshot/video of the issue.
Once we have more information we will be able to help further.
Thanks!
Dara | Corvid Team
This is the only code on the dynamic page where it is happening:
// For full API documentation, including code examples, visit Velo API Reference - Wix.com
$w.onReady( function () {
//TODO: write your page related code here…
});
Hey Mj,
This forum is specifically for questions about Corvid by Wix.
If you haven’t added any code to your site I recommend you contact Wix Support .
Thanks!
Dara | Corvid Team
Thank you, Dara! I’m not a tech person, so I didn’t know. Thank you for directing me to the right department!
@marlowe-shaeffer …This seems more like a Corvid bug for the Corvid team than a tech ticket to Wix Support?
I’ve got a ticket in with WIX support now. Waiting on feedback. On the dynamic page, I played around and changed the dataset setting to include a Sort function A-Z and that fixed it BUT ONLY for the very first repeater box. Any other More button pushed, the same thing happens. Hoping WIX will have a better solution than the one I came up with.