Hi All,
My website is here: www.stratusx .com
I’d like to be able to do one of two things.
When the user clicks on a Solutions drop down item from the menu in the header…
Either:
-
The Solutions page opens and that specific slide from the slide show is open.
-
The Solutions page opens along with a specific light box.
I’ve tried using wix-storage, setitem and getitem to send a parameter but the line
import {local, session, memory} from ‘wix-storage’ ;
is greyed out in my code and doesnt work.
I’ve tried setting up a new menu in velo onhover opening container boxes with the drop down menu as buttons, then using onclick commands to do two actions - go to page and then open a certain slide, but without being able to use wix-storage, this doesn’t work.
I’ve tried opening lightbox and then opening new page, but the lightbox closes when the new page opens.
Can anyone help with this - nothing is working for me
Thank you.