243 questions
Score of 0
0 answers
146 views
How to correctly configure a Cloudflare Worker as a reverse proxy for Webflow and a WordPress subdirectory?
I am trying to set up a reverse proxy using a Cloudflare Worker to serve content from two different hosting providers under a single domain.
main domain is pointed to WebFlow and sub domain is being ...
Score of 0
1 answer
382 views
Background Gradients + Noise Combo
I’m trying to replicate the gradient + noise in the image below.
Gradient + Noise:
So far I think I roughly got the 2 gradients covered but really struggle with the noise here. I tried loads of ...
Score of 0
0 answers
78 views
How to Detect App Uninstall Event in Webflow?
I'm currently developing a Webflow app and have completed the OAuth integration. I successfully installed the app on our development site, and it's now listed under the Apps & Integrations section....
Score of 0
0 answers
150 views
swiper-slide: How to create hover &/or click interaction so when swiper-slide is clicked on the image pops up larger
I can't seem to get only the swiper-slide that's clicked on to pop up. Instead all the images with the class pop up at once.
I have tried using webflow native interactions in interactions panel using ...
Score of 0
1 answer
221 views
Serving .js and .css from Vite + Svelte to a static website
I have a pre-existing website using a popular website builder.
I want to be able to inject interactive svelte components on certain blog pages to help demonstrate concepts.
I got a rough prototype ...
Score of 0
1 answer
64 views
Exclude CMS Items from Custom Attribute Filtering in Webflow
I am working on a Webflow site. We have a CMS collection of TV Channels that are grouped by package. On the TV Channels page, the packages each have their own buttons where customers can see which ...
Score of -1
1 answer
140 views
How can I turn nextjs app into a widget in webflow?
Has anyone widgetized a nextjs app for webflow, non iframe solution? Or embedded somewhere with cdn url? I’m wondering what i need to do to deploy a static ui that can hit an api endpoint hosted ...
Score of 0
0 answers
171 views
How to add images in the embed code feature on Webflow?
I am trying to add a carousel to my website on webflow and I have used to embed code feature. I have added the HTML, CSS and JavaScript all together because I'm not sure how to do that on seperate ...
Score of 1
1 answer
197 views
Slow Bouncy Effect on Hover using CSS and JS
I have this reference website called pipe.com and I'm so impressed with the bounce effect of the first section after the banner (see attached photo and please try to hover on the card on their website)...
Score of 1
0 answers
49 views
How to add the multilang in Webflow
I actually ended up re-doing the whole thing. Was planning on doing a post about it, and it needs some cleanup before working on more than two languages, but this is the idea:
Paste attached code in ...
Score of 0
1 answer
94 views
JavaScript not finding css-variables - darkmode toggle in WordPress (webflow conversion)
I have an issue with my WordPress website and some custom JavaScript I want to use. The code gets loaded into the site with this script tag on line 16 in the head-section:
<script tr-color-vars=&...
Score of 1
2 answers
210 views
Tracking traffic across two sites, one a subdomain of the other
Context
As the title mentions, I have two sites, one a subdomain of the other. To be clear:
Landing page (hosted on Webflow) - website.com
Application (hosted on Bubble.io) - app.website.com
Desired ...
Score of 0
1 answer
1862 views
Swiper.js autoplay issue
I am trying to implement swiper.js into my webflow solution and I have run into a problem. The slider is doing nearly everything I need it to, except for pausing on autoplay when I mouseover the ...
Score of 0
1 answer
146 views
Is it possible to connect an AWS WebSocket API to Webflow using Socket.io?
I have a WebSocket API setup with a two-way communication integration using a lambda function to host the server. When I try running my published site, I get this error:
Access to XMLHttpRequest at '...
Score of 0
0 answers
369 views
Barba.js reload / init a script in a specific page
I have a base transition with gsap nothing too fancy and in the contact page a script to load a multistep form. I can't get barba to reload that script in that specific namespace 'contacto'. Anyone ...