Simon-JustGoodJuju
Member-
Content Count
46 -
Joined
-
Last visited
Recent Profile Visitors
-
RichWilliams reacted to a question: Customizing the Customer Account Sign-up
-
Simon-JustGoodJuju started following Sign-in Link on Mobile, Image Caption (right justification), Lock background image so it won't moving upon scrolling and 4 others
-
Image Caption (right justification)
Simon-JustGoodJuju replied to labuckfan's topic in Images and Videos
Did you ever get an answer to this? I am trying to do the same thing -
beckham.adrienne reacted to a question: Customizing the Customer Account Sign-up
-
Greg_FHD reacted to a question: Customizing the Customer Account Sign-up
-
Lock background image so it won't moving upon scrolling
Simon-JustGoodJuju replied to Sakis's topic in Images and Videos
Can you provide a link to the page so I can see your solution in action? -
I heard back - they agree that the dropdown is selecting ALL categories regardless of what you try to select. They do not, however, acknowledge that it is defective (I asked them how it cannot be a defect when their own documentation explains how it is supposed to work). They have suggested using Tags instead (which do work) but of course this means having to do a lot of tagging, whereas Categories were already assigned. I am expecting "working as intended" - that most arrogant of responses. If I do get anything more helpful I will let you know.
-
Thanks for the suggestion - I tried what you suggested (using arrow keys and then enter) and i even tried arrow keys and spacebar. Doesn't matter which way I do it, ALL categories get selected - there seems to be no way to select just one category
-
I am having a similar issue - I get the list of Categories but no matter which one I choose, it goes back to the same one (it always goes back to the first Category on the site, even of that category is not actually on the product). I contacted Support - awaiting an answer
-
Limit the number of related products
Simon-JustGoodJuju replied to Meeeee's question in Coding and Customization
Crazy. I see it refers to https://support.squarespace.com/hc/en-us/articles/360028367571#toc-collection-item-styles for 7.1 (from the Related Products page you mention). Does that offer anything? I have to say that everything I am hearing makes it very difficult to even consider moving to 7.1 -
Site URL: https://www.justgoodjuju.com Currently, Related Products appears at the bottom of the Product listing. Is there any way to position it ABOVE the Additional Info?
-
Limit the number of related products
Simon-JustGoodJuju replied to Meeeee's question in Coding and Customization
NOTE - THIS IS 7.0 .... FOR 7.1 IT IS DIFFERENT ON THAT PAGE YOU REFERENCE, YOU CAN CLICK WHERE IT SAYS 7.0 AND IT HAS THE SAME AS I HAVE BELOW I think it is template dependent but here is how I do it... Open one of the products that has Related Products turned on While open, select Design/Site Styles Click on one of the Products being displayed in the Related Products It should offer you options: Items per row .... Item spacing.... etc. Screenshot attached -
Customizing the Customer Account Sign-up
Simon-JustGoodJuju posted a question in Coding and Customization
Site URL: https://www.justgoodjuju.com We are trying to work with the Squarespace Customer Account functionality (rather than move to Memberspace at this time) but we have run into some significant issues. It would be actually be more efficient if we could actually enroll the user into the Customer Account rather than have it handled by SS (because there is no way for SS to alert us when someone signs-up or produce a list of all registered customers with the date they signed up) so that we can then manually add them to a MailChimp Audience and set a tag that identifies them as a regist -
Sign-in Link on Mobile
Simon-JustGoodJuju replied to Simon-JustGoodJuju's question in Coding and Customization
you're amazing. Thank you so much -
Sign-in Link on Mobile
Simon-JustGoodJuju replied to Simon-JustGoodJuju's question in Coding and Customization
Sorry but won't that impact both the Desktop and the Mobile? What I was hoping was to be able to leave the Desktop one exactly as it is and just manipulate the one on the Mobile. -
Sign-in Link on Mobile
Simon-JustGoodJuju replied to Simon-JustGoodJuju's question in Coding and Customization
I agree - I will mess around with words and padding and stuff until I get it acceptable - I just don't know how to reference it! -
Site URL: https://www.justgoodjuju.com Thanks to Tuanphan's help, I have the Customer Sign-in link renamed on our site and it works great when viewed on desktop. Can anyone give me guidance on how to make the same thing happen on Mobile? Code: /* CUSTOMER ACCOUNT SIGN IN LINK */ .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "VIP Customer"; }
-
Moving customer account link into mobile navigation?
Simon-JustGoodJuju replied to angelamryan's question in Coding and Customization
Did you ever work out how to do this? I would love to be able to position the login in the menu- 3 replies
-
- mobile
- navigation
-
(and 2 more)
Tagged with:
-
How do I change the text of 'Sign In'
Simon-JustGoodJuju replied to Simon-JustGoodJuju's question in Coding and Customization
Tuanphan I need to change the login wording on Mobile - how do I find out what the reference is? Is there a standard way to know how to reference a mobile item if you know the desktop reference (like adding 'mobile' on the front)?