I need to have a title and description with the slide images.
I had started building my own lightbox with a ‘modal wrapper’, etc but it’s becoming very complex and very large in terms of required elements and interaction programming. Every time I have a new project to add, I have to amend the existing interactions from the current projects to ensure the desired project is shown and others are hidden. It will be a nightmare to work with as it gets larger so I wish to abandon this method.
Getting very frustrated that Webflow doesn’t have third add-ons like Weebly does!
Yes! Webflow allows you to place custom scripts to your website, without any kind of limitations. There’s nothing that Webflow doesn’t allow you to do. Its only purpose is to make your life easier, and if they don’t really do something well, you still have the ability to use custom code to make that happen, just like the good ol’days
You’ll still be able to edit everything from the Webflow Designer. These kind of jQuery (libs?) normally only need to know about an element class or its ID, and then it will do all the job for you. Just keep in mind that you’ll need to have at least a minimal understanding of javascript so you can get it to work, and you’re only able to see the results on the live website, as webflow doesn’t run scripts from the designer