ann_nola Posted April 19, 2021 Share Posted April 19, 2021 (edited) Site URL: https://bison-apricot-b8el.squarespace.com/ I'd like to ideally redirect OR remove the default "Join" button that appears on the Member Area access denied screen as only trade members will be granted access to create a member account. Have tried various code snippets to remove with no luck. Screenshot attached. To access the live page, this link should work: https://bison-apricot-b8el.squarespace.com/all-lighting-trade Any help would be appreciated. Thank you Edited April 19, 2021 by ann_nola KMoreno 1 Link to comment
Solution paul2009 Posted April 19, 2021 Solution Share Posted April 19, 2021 1 hour ago, ann_nola said: I'd like to ideally redirect OR remove the default "Join" button that appears on the Member Area access denied screen as only trade members will be granted access to create a member account. Remove You should be able to hide it by adding the following to Design > Custom CSS: #sqs-member-access-page-root button:first-of-type { display: none!important; } Redirect You can add an alternative 'Join' option by adding a link within the text of the Access Denied Screen (you can edit this in Design > Access Denied Screen) or you can write some JavaScript to modify the behaviour of the original button instead of hiding it. KMoreno 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
ann_nola Posted April 19, 2021 Author Share Posted April 19, 2021 Perfect, removal worked and working on the alternate. Thanks Paul! Colin_22 1 Link to comment
ann_nola Posted April 19, 2021 Author Share Posted April 19, 2021 One follow up I now have @paul2009 is how to remove "Create Account" from the popup to log in to the Members Area? Pre-approved members will only be able to create an account by being provided the link to a hidden page. I've tried variations of the below code but no luck. Since "Forgot Password?" and "Create Account" both look to be a part of the footer, it's ok if by removing one the other gets removed as well. Thank you! //HIDE MEMBER SIGN IN INFO// #user-account-login-root .footer .footer-sections { display: none!important; } Colin_22 1 Link to comment
paul2009 Posted April 19, 2021 Share Posted April 19, 2021 18 minutes ago, ann_nola said: How [can I] remove "Create Account" from the popup to log in to the Members Area? This cannot be removed! You cannot style the popup windows for login and sign-up, or the account panel where members manage their account. As you'll have seen, this means that anyone can join and access the member content without being approved. I raised this - and other Member Area limitations - with Squarespace but there's no news on when or if this will change. If you're interested, you can view my list of Member Area limitations here. KMoreno, kateatkins, MrsLydia and 1 other 4 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
ann_nola Posted April 19, 2021 Author Share Posted April 19, 2021 Darn, well that's annoying. Thanks for the response and voicing the request. Customizing the popup as more and more people begin using Member Area functionality is definitely needed. Colin_22 and KMoreno 2 Link to comment
whererujanet Posted July 9, 2021 Share Posted July 9, 2021 This is ashamed that we can't approve people for the members area. Huge limitation! kateatkins, Colin_22 and KMoreno 3 Link to comment
abicon Posted July 14, 2021 Share Posted July 14, 2021 I have exactly this issue, alot of companies only want an 'invite only' member not public. Colin_22 and kateatkins 2 Link to comment
robcauson Posted July 15, 2021 Share Posted July 15, 2021 On 4/19/2021 at 2:40 PM, ann_nola said: Site URL: https://bison-apricot-b8el.squarespace.com/ I'd like to ideally redirect OR remove the default "Join" button that appears on the Member Area access denied screen as only trade members will be granted access to create a member account. Have tried various code snippets to remove with no luck. Screenshot attached. To access the live page, this link should work: https://bison-apricot-b8el.squarespace.com/all-lighting-trade Any help would be appreciated. Thank you Hi, I'd like to do exactly the same as you. I can see you've set it up so they complete an application, and that you have a password screen that doesn't look to have any other way of applying. Do you mind giving me an outline of how you've set it up? Thanks Rob Link to comment
paul2009 Posted July 15, 2021 Share Posted July 15, 2021 2 minutes ago, robcauson said: I can see you've set it up so they complete an application, and that you have a password screen that doesn't look to have any other way of applying. Do you mind giving me an outline of how you've set it up? It isn't possible to do this with Member Areas right now. It looks like a standard Squarespace Form Block to apply for a shared password to a password-protected page. kateatkins 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment