Trying to create a custom member dashboard. HELP

I see that it works now! However, now the Enter Member area is not working.

Yeah I noticed that too. Where should that button take you? Can you post the code for that button?

This is where it is supposed to be linked https://shchamberweb.wixsite.com/shtchamberbuild-demo/copy-of-members-area. I didn’t do a location code I just linked it.

That is really weird because I see that it’s connected correctly. Try doing an click event for that button and include a wixLocation.to(/shtchamberbuild-demo/members-area);

Sorry it should be wixLocation.to (/shtchamberbuild-demo/copy-of-members-area);

Still not working.

The page you want to link to is a separate page right? Like when you link it, it opens the list of all your pages and the copy-of-members-area is a separate page?

Yes, it is separate.

That is really weird. It seems like it should be working. The only thing I can think of is maybe try deleting the button and then creating a new one.

It might be a bug with Wix because if you right click on it and open the link in a new tab or window it directs you to the correct page.

oh ok. so should I put debugger; at the bottom?

Did you try deleting the button and creating a new one? I would do that or just redirect the user to the copy page once they have logged in. I’m not sure a debugger would help here.

I deleted the old button and I got it to work with linking it. I took out the location part. Thanks for all your help

Glad I could help!!