Questions tagged [webflow]

Webflow is an online visual builder for websites, simliar to Squarespace and Wix. DO NOT use this tag for questions on how to use the Webflow designer interface, CMS editor, SEO, or setting up and configuration of Webflow hosting. Questions tagged with [webflow] must show prior research and some example JavaScript custom code, together with the HTML markup of the elements you are working with.

259 questions
1
vote
0 answers

Issue with absolute position on webflow

I'm trying to develop a website for my company on Webflow. On the section shown in picture you can see a vertical navbar and 2 different contents (app screenshots and texts) according to the selection. The right part works properly but I can't find…
Haox
  • 608
  • 1
  • 7
  • 23
1
vote
1 answer

Triger Next Prev function button when clicking the left right key

good day everyone... badly needed help how can I trigger the next prev function if I press the left and right arrow keys. this is for the slider/lightbox that I was assign into. this is the code $(document).ready(function() { var currentIndex =…
BenDyi3
  • 61
  • 6
1
vote
1 answer

Is there something wrong with my mix-blend-mode code snippet?

I’ve been trying emulate (in Webflow) this nifty 'fluid text hover' from the following codepen: https://codepen.io/robin-dela/pen/KKPYoBq As you can see, there is a fair amount of HTML, CSS (SCSS) and JS (Babel), but I believe the pertinent code…
hencubed
  • 11
  • 2
1
vote
1 answer

Get variable values from the DOM and use them as parameters in a webhook

I'm very new to JS and trying to work around a limitation in Webflow. I want to get some values from the webpage, and use those as parameters in a webhook. The page structure could look something like this:
Hemi
  • 113
  • 5
1
vote
0 answers

Inconsistent execution of Error function for Jquery Ajax POST request

I am running into an issue in my error handling of a Jquery Ajax request, and I'm having trouble finding the root of it. I have a staging site where I am testing error responses for a form submission. The first time I fill out the form fully and…
1
vote
2 answers

Import Canva Designs into Webflow

So, I had wanted to make a simpler landing page for my website using Canva. Now that I have done this I am having troubles importing it into Webflow. I couldn't find much about this doing research online and was hoping that maybe someone here would…
1
vote
1 answer

How to disable a sticky element on smartphones using locomotive library?

I have a question regarding javascript.(I'm new). I'm using the locomotive smooth scroll library in a Webflow project. Because Webflow interactions tend to not work very well in combination with locomotive, I've used the functionality provided by…
Jeroen
  • 11
  • 1
1
vote
1 answer

Styling a checkbox on webflow and jQuery

I am building a site on webflow and am trying to have a form that has some checkboxes to select several services. I'm trying to add style the checkboxes when they are checked (add a background color and change the color of the label and icon from…
1
vote
1 answer

Loading Wordpress footer into a second Website

I'm working on a website in Webflow, since the project is part of another platform, my client want to display the footer and header of their Website (which is in Wordpress) into the one I'm building. I thought I could solve it using Wordpress REST…
1
vote
0 answers

Stuck with Cloudflare workers bulk origin proxy please

I need some help with Cloudflare workers. I'm not a dev by any stretch of the imagination and use Webflow so no code, but I've got a Webflow project where I need to squeeze every ounce of speed out of the site and I'm trying it on my domain…
1
vote
0 answers

Based on a "yes/no" question in the form, I want to update one field within the existing collection in Webflow

I've tried contacting Zapier and Webflow on how to do this but they have been unable to help much. Basically, I have a form with only has yes and no answers, depending on the answers, I want to show a div within the collection item saying that the…
gracia goh
  • 11
  • 1
1
vote
0 answers

Ajax page loader breaks all other custom code on Webflow

I’m having a weird issue on a Webflow site I’m building for a radio station and can’t find a solution anywhere so I thought I’d try to ask you for some help. I have this ajax page loader code to allow for continuous playback of the radio stream…
1
vote
0 answers

How can I make my html embed (js) visible on different tabs?

I have built a vertical tab dropdown and in each tab, I have Html embed (javascript). I only put code into my html embed so there is no code on the page site. Maybe this could be an issue why it does not work. However it only shows on the first tab…
Ebi Tayfun
  • 27
  • 4
1
vote
3 answers

How to fix CORS issue between webflow and netlify

I have deployed my first netlify site that simply returns a few records from airtable: https://codefy-airtable.netlify.app/.netlify/functions/courses it also works with a redirect I set up:- https://codefy-airtable.netlify.app/api/courses However,…
Jonathan Lyon
  • 3,862
  • 7
  • 39
  • 52
1
vote
0 answers

Typeform-like form on Webflow, navigate and submit with enter key

I wish I could use the enter key to change the pages of a form (like Typeform). I would also like the enter key to allow form submission. I used Keycodes this way. But by doing this, the form makes an infinite loop and it doesn't submit. $…
1 2
3
17 18