Sooo. As the title says. #RealNoob here. lolz. Any help or kindness is greatly appreciated!! Okay so there’s a few things I’m trying to do here but the more I try it starts telling me “Wixapp is not defined” like what? Why did it tell me to use it in the guide then? Pssht.
OK. I’ve enabled the Dev kit on my computer Wix Editor X app, here. And Now I need to create 2 things.
-
A Age Check Verification, nothing fancy just wanna make sure they have read the Terms of Conditions, cookies agreement, privacy agreement if they continue to use the site.
-
An auto scroll down to the next page break, as soon as the viewer arrives on the Home page and finishes their Age check.
I haven’t really coded in a good couple years, so any help or explanation is greatly appreciated! Let’s hope we can get this working, Peeps!
Thank-you for taking time out of your busy day for me!
import wixWindow from 'wix-window';
import wixLocation from 'wix-location';
$w.onReady(
wixwindow.scrollTo(300, 500)
);
this is what I’ve got from different sources and it does NOT work. Please help asap. U are AWESOME!