Code on mobile not working

I have a private site for a local sports club. One of the areas is an “events” area with an “RSVP” capability. This works fine on desktop but does NOT work on mobile devices.

What would be the best way to debug this?

Does this happen often?

Thanks!

Hi!

Please share a link to your site so one of us (WixTeam) can inspect it and provide you with an answer.

Doron. :slight_smile:

Thanks for this! It is here:

https://fatdads.wixsite.com/fat-dads-website

You will need an account to “get inside” the site but just sign up and I can approve you while you poke around. Le t me know how I can help…

The area with issues is the Events section.

@Doran - Did you happen to look at this? I can create an account for you? Would love to get it sorted as many of our members only use mobile. Thanks!

Hi Dmz!

It seems that on your mobile version of the site (which looks awesome!) the component $w(“eventNumber”) is hidden.


Once an element is hidden (on mobile version) it is as it doesn’t exists, Hence the code does not recognize the element name and reacts as if it is an error making your RSVP system break on mobile.

Hope it helps.
Best of luck!

Doron . :slight_smile:

That was it - many thanks! I really appreciate it.

I was confused as I thought it was just hidden - not unavailable.

Thanks!