ann_nola Posted April 19, 2021 Share Posted April 19, 2021 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 Link to comment
paul2009 Posted April 19, 2021 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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! 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; } 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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. 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! 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. 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.