I am creating a one-page sales website in SQSP which introduces several new topics and wanted to be able to expand on the topics without linking to another page nor making the copy too long. The Lightbox Anything plug-in has enabled me to have my cake and eat it too! Instructions were clear and performance is great. Thanks!
Worked like a charm – I was a little skeptical but it all went remarkably smoothly and, as far as I am aware, the client is really happy with the way it turned out.
Update! This is the fix: if you're seeing multiple or doubles of the announcement bar after downloading the lightbox anything plugin.
To fix the issue, add this code to Custom CSS:
// Fix an issue where Announcement-Bar is displayed multiple times
.sqs-announcement-bar-custom-location + .sqs-announcement-bar-custom-location {
display: none;
}