sanchez_77 Posted October 29, 2019 Share Posted October 29, 2019 I'm using the 'Nueva' template which is super clean but i've encountered a problem I can't overcome: - I want to create a contact bar (similar to the announcement bar, without the ability to hide) that sits at the very top of the every site page - I want this contact bar to contain Contact title Link to contact form 1 (lightbox) Link to contact form 2 (lightbox) Link to contact form 3 (lightbox) I basically have different contact forms for different departments which is a key call to action so it needs to be highly visible. The Announcement bar looks great but I don't want users to be able to hide it and I need it to contain text links to lightbox forms. Any help would be appreciated. Sanch Link to comment
colin.irwin Posted October 29, 2019 Share Posted October 29, 2019 This would require some custom JavaScript. It's achievable but it's beyond the scope of 'quick fix' solution. Actions would be: Either make announcement bar permanent or create a dedicated contact bar Add oncliick scripting so that clicking contact bar links opens the relevant lightbox Make the content of the announcement / contact bar easily maintainable. Drop me a line if you want to discuss further. If you're looking for a Squarespace Developer, drop me a line. Link to comment
paul2009 Posted October 29, 2019 Share Posted October 29, 2019 Instead of cluttering the top of every page with several contact links, it may be easier to provide a single link to a contact page using the standard announcement bar. On the contact page you can then provide attractive links to the different contact forms. To prevent the bar from being hidden by users you can hide the 'close' button. You can do this by adding some CSS to your site at Design > Custom CSS: .sqs-announcement-bar-close { display: none; } Alternatively, a developer could code an alternative custom announcement bar very easily for you. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.