Web Bae

WB

Web Bae

Chat and get help with Webflow and Javascript.

Join

glossary letters - 2nd click interaction

Hey guys, I'm building a simple glossary and I want to highlight the letter that is selected by the user, and when the user clics on another letter "diminish" the first one and highlight the second one. I'm using interactions but I noticed that the 2nd click only works if the user clics the same letter... you can see the issue clear in the snapshot attached. Does anybody knows a workaround for this?...
No description

Automation

Hi, What would be the starting point/reseources to learn airtable, zapier, webapps and Apis. What kind of portfolio project can help with that? Any youtube channel which covers all things?...

Problem with blog post aspect ratio

Hey all, so I tried setting the image position to absolute after wrapping it in a div block for the image aspect. When I set the image position to absolute, it just disappears and I'm not sure why. https://preview.webflow.com/preview/mikos-marvelous-site?utm_medium=preview_link&utm_source=designer&utm_content=mikos-marvelous-site&preview=d780f92187e5fa6cb15c0aac5500f10e&workflow=preview...

Design question

I realize that in Webflow they do this a lot when design a website - Putting a div as a spacer. Why is the reason behind it and not just give some padding and/or margin for example?

Fonts

I think I miss something. There is any file for the fonts ? 🙂

Problem with button animation

Hey there, I'm working on the new web of my agency and I made this cool interaction for the buttons: https://www.loom.com/share/0774aa7f793c45d791a072805c634d35 But as you can see in the loom I have an issue when you hover fast over the button. ...

Issue with "Random CMS Collection Page Button"

Following up from this comment I posted on the YouTube vid (https://www.youtube.com/watch?v=qyTrZuTgxLI) "Thanks for the tutorial! I'm fairly certain I've set everything up correctly... but the event listener doesn't seem to be listening? Any tips for troubleshooting this? Listening to your walkthrough of the code, everything makes sense, but it seems like my button is failing to build the URL. It just shows up as a link to the current page." Some additional info: this is my first time delving into CMS, so not sure if there's something I could have messed up there... But it seems simple enough that someone who's more educated than me in the world of web design shouldn't have trouble seeing my mistake 😅 ...

Webflow IOS template

Hi. I have a client who wants to make a single page site that looks and feels like an ios app. I know 🙂 Ive searched around to see if i could find a template but all i can find is templates for the promotion of actual apps. So my question is, does anybody know of such a template or a good ios template for Figma? Any help appreciated. ...

Making cursor stick to circle path

Hey guys! Does anyone know how to make a cursor stick to a circle path. I'm working on this fun side thing : https://round-slider.webflow.io/ It was inspired by: https://www.brybry.co/ ...

Hey Webbae, I saw you're in Midjourney's server too.

Hey, thanks for the course by the way. I was just curious if you're using Midjourney in your workflow? If so, do you mind sharing how?

How to EMBED code in Webflow Rich Text?

Hey wizards, I'm trying to embed a code from an external source i.e "https://gist.github.com/" but couldn't find the best way. I want my own styling, which should take the entire width of the rich text elements. @Web Bae...
No description

Hosting files online

Hi guys, what's the best way to host files online? I have .glb files that I'm currently hosting in webflow by adding the .txt file extension to them but it limits my functionality when it comes to modifying them. I came across this service called Uploadcare(https://uploadcare.com/) but it only works with image files. The only other alternative I can think of is building an FTP server, I'm a bit familiar with Nodejs. I just don't know if it's the most efficient way though...

Chrome Extension

hey @Web Bae I attempted to build a chrome at the weekend with out success. Do you know if this is even possible.. I wanted a way to select multiple sites in the Webflow dashboard and then delete them in bulk! I've attached the files I was uploading. I could see the delete button but after many attempts I couldn't get the checkboxes to show. I figured even once I did I'd hit the next hurdle pretty quickly as that's probably an easier part! Somehow it needs to automate the delete process where you need to type the site name to delete. Would be awesome to get your thoughts....

2 Issues With FAQ Questions

Sorry to bother again Keegan, but these 2 issues are driving me crazy Little background I’m using your code boost of linking to CMS FAQ items. Unfortunately, we are only using the accordions on mobile version (see about and governance page). The links embed is on the nav. ...

Reduce jitter on GSAP animations.

Hey @Web Bae I noticed that some of my GSAP animations such as a horizontal marquee, tend to jitter / lag a bit when on mobile. I was wondering if you had any tips on reducing this lag and optimizing performance. I understand certain that CSS properties like drop shadows and filters can cause performance issues, but I was more curious if there were some GSAP utility functions or other JS-based solutions that could improve performance. Thanks!

Attributes 'Copy to Clipboard' not woking on Collection list.

Hey, any idea how I can get the copy to clipboard Attribute by finsweet working for each collection item?
I'm targeting a text block that's rendering a link from a few locations depending on the resource. I have the copy to clipboard attributes set in the right places but it's just getting the link from the first collection item on all items. I think I need to loop through all the .resource-card elements and apply the script to each one but Ii'm not sure how to do that with out starting from scratch on the JS and inputting manually. ...