I would like to create a reusable component that uses a background video. Whenever a designer uses that component, how can I add the background video source as a selectable property? When I ‘replace video’, the video changes for all instances of that component. Is this possible to do in Webflow?
any finsweet CMS filter pros in here? Trying to get an active state on a view all button and cant seem to get it to work!
can anyone help me with a timeline component issue?
First time using timeline 9: am I ment to set overflow hidden on timeline9_comp to hide the progress line cover?
https://preview.webflow.com/preview/celltolerance-6461b0?utm_medium=preview_link&utm_s[…]&pageId=669a20b7f22bb5506b6ef46c&locale=en&workflow=preview
Hey, using this template and will be adding CMS attributes. Does this not all need to sit within a form?
Not relume lated but having a strange issue. Since setting up optibase for some a/b testing the textspan gradient and copy is not updating on the live site. I made changes to the image and they updated.. super weird. Anyone had a similar issue? can send a read only.
Had a little look as I think I saw someone ask this before but can’t find it. Is there a way to have the first drop-down set as open with the FAQ component?
working on a site, components have already been added. I am not familiar with all the animation, whats ment to come with this component?
Hey, icould someone help me solve why this images are behaving weird on hover with this component? https://preview.webflow.com/preview/blackinai?utm_medium=preview_link&utm_source=desig[…]&pageId=66175bd3744a9bca4a8b79c2&locale=en&workflow=preview
Hey guys, having some issues with the new Relume plugin, heres a loom explaining my issue: https://www.loom.com/share/fb152e1e1f2b4af2854e3d1882250a02?sid=767125de-cb2c-43c0-95d9-b3eba0a3c3d8
Hey guys I have literally only copied this FAQ section in and its not working properly, is this common or is there an easy solution?
https://www.loom.com/share/939a2331f1cb43de9add1d562c85181a?sid=97e728d8-f7de-4685-9b72-6a88609a98c7
Can anyone tell me why the hover / show image section on here is getting stuck and the image staying on the screen: https://preview.webflow.com/preview/black-in-ai-138476?utm_medium=preview_link&utm_source=designer&utm_content=black-in-ai-138476&preview=1a013d4e5d54e9426df0edf2d4035930&workflow=preview
Is webflow down for anyone else?
Hey guys nor really an issue more of a question, I usually use Splide Sliders but want to try this relume one, is it easy enough adding a CMS collection?
hey guys, any obvious reason why this hero element is not wrapping? https://preview.webflow.com/preview/summize-rebrand-d64a37?utm_medium=preview_link&utm[…]237f0e3b15&pageId=65fb0797ea0c6b1909b5efc4&workflow=preview
The relume CMS sliders that are powered by finsweet attributes, is there a limit to how many you can have on 1 page?
<script> $(document).ready(function() { // Hide the additional fields initially $('.additional-fields').hide(); // When the user types in the email input $('#email-input').on('input', function() { var email = $(this).val(); // You can add your email validation logic here // If email is valid, reveal the additional fields if (isValidEmail(email)) { $('.additional-fields').slideDown(); } }); // Function to validate email (you can replace this with your own validation logic) function isValidEmail(email) { // Your validation logic here return /\S+@\S+\.\S+/.test(email); } }); </script>
cant get it to work
Crap GPT gave me this
anyone competent with Js able to help me with a custom code issue? Trying to make a two-step form work, so there will be most of the form hidden in a div set to 0px, I would like the first form input to trigger the div to open when you start typing in the input field
What is the easiest way to add more logos to the animated banner omponents
and not mess with the animation
Hey guys, when you use a component that has either left or right column with no padding/margin how do you get the rest of the content to align with the rest of the sections when using a container large for example, here is a screenshot to show you what I mean, and showing the desired effect if there is a better way of doing it.
Is there a way to set the accordion to be open as default?