Community forum for knowledge and support

Home
Members
Harry Dodd
H
Harry Dodd
Offline, last seen last week
Joined November 6, 2024

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.

3 comments
R
H

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?

8 comments
M
H
S

I recently transferred a Webflow site to a client that uses Finsweet attributes for CMS sliders and filters. After the transfer, everything stopped working, even though:
• They have an active site plan
• All scripts and attributes are correctly placed

I’ve double-checked everything, but I’m stuck. Has anyone encountered this issue before? Any ideas on what might be causing it? Thanks in advance!

1 comment
M

I have a very frsutrating isssue going on, I cannot work out why this image is overflowing. It does not do it on inspect or in webflow but only mobile!

“header1_image”

https://preview.webflow.com/preview/aerolase?utm_medium=preview_link&utm_source=design[…]&pageId=67a475a369cb62fc4c5f0620&locale=en&workflow=preview

4 comments
M
H

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!

5 comments
M
H

can anyone help me with a timeline component issue?

6 comments
H
M

Hey, using this template and will be adding CMS attributes. Does this not all need to sit within a form?

4 comments
E
H
K

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?

1 comment
J

working on a site, components have already been added. I am not familiar with all the animation, whats ment to come with this component?

2 comments
H
F

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

3 comments
M
H

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

2 comments
G
H

Is webflow down for anyone else?

1 comment
J

The relume CMS sliders that are powered by finsweet attributes, is there a limit to how many you can have on 1 page?

2 comments
M
H

<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>

6 comments
H
M

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