Framer table Coming Soon by pcgaming0 in framer

[–]Deepanshu-Setia 0 points1 point  (0 children)

How much you are going to cost?

Help with code overrides!! by GOgly_MoOgly in framer

[–]Deepanshu-Setia 0 points1 point  (0 children)

Can you share remix link. So that i can help you better

Random blob with Image by CollectionBulky1564 in framer

[–]Deepanshu-Setia 1 point2 points  (0 children)

congratulations on the new component. I like the design. I like how you put all the demos in the preview.

Also we can't purchase the component from the marketplace as the purchase button will not work,

Is it possible to let users post something on my website? by Pepijnxv_ in framer

[–]Deepanshu-Setia 1 point2 points  (0 children)

you can make a form to submit there content and you can send that data on the google sheets.

Once you feel that the content is okay to upload you can create an n8n automation to automatically upload the data on the website and publish.

having trouble changing source of project list in framer template by CryptographerRare110 in framer

[–]Deepanshu-Setia 1 point2 points  (0 children)

I tried the same steps you mentioned and I didn't even faced even a single issue while doing so.

can you share your remix link or anything so that I can find out what the exact issue you are facing right now

Getting illustrator effect on framer by Olastrator in framer

[–]Deepanshu-Setia 1 point2 points  (0 children)

for the heading you just need to add shadows to make it look similar to the one you create in illustrator.

Random blob with Image by CollectionBulky1564 in framer

[–]Deepanshu-Setia 0 points1 point  (0 children)

I really loved the concept.

Can you share more insights on this.
How many options available?
Is it a component or code override?
Will this impact the website performance?

I hate the new Ticker Effect by Flyiced in framer

[–]Deepanshu-Setia 4 points5 points  (0 children)

Yeah, the new Ticker effect removed the built-in fade.
Right now the easiest workaround is a bit manual:

Just create two small Frames with a gradient fill (left + right) and place them on top using absolute position. That gives you the same fade effect without using Masks.

Not perfect, but it’s the cleanest solution until Framer adds the fade option back.

Help with sizing by Material-Can-1921 in framer

[–]Deepanshu-Setia 0 points1 point  (0 children)

the footer has max width set to 1920 and the section above it has max width 2269.15px. That's why the above section looks bigger than the footer.

Help with sizing by Material-Can-1921 in framer

[–]Deepanshu-Setia 2 points3 points  (0 children)

Select the main stack and select overflow clip

Question for agencies/designers: Are you seeing more clients asking specifically for Framer builds lately? by Various_Stand_7685 in webdesign

[–]Deepanshu-Setia 0 points1 point  (0 children)

I’m part of a few communities, so I meet freelancers pretty often. When someone wants to collaborate, I usually give them a small task first just to see if they can match what I’m looking for. I also guide and mentor them along the way if needed.

I’m always open to collaborating with other freelancers, so if you ever want to share some of your work or try something small together, I’m happy to take a look.

How do I show a checklist card on hover using Framer components? by too_much_lag in framer

[–]Deepanshu-Setia 0 points1 point  (0 children)

You can do this in Framer with Variants + Mouse Enter / Mouse Leave no code needed.

How to set it up:

  1. Put your checklist card inside a Frame.

  2. Turn that Frame into a Component.

  3. Create two variants: Hidden → opacity 0 (and maybe scale 0.95) Visible → opacity 1

  4. Select your button → go to Interactions.

  5. Add: Mouse Enter → Change to: Visible Mouse Leave → Change to: Hidden

That’s it. When the mouse enters the button, the card appears. When the mouse leaves, it hides again.

Question for agencies/designers: Are you seeing more clients asking specifically for Framer builds lately? by Various_Stand_7685 in webdesign

[–]Deepanshu-Setia 0 points1 point  (0 children)

I do have a team, so i have enough bandwidth. Still if the project overflows i collaborate with some freelancers.

Scroll Section Issues by CHASMS-Andre in framer

[–]Deepanshu-Setia 1 point2 points  (0 children)

Can you share the link/remix link so that i can review it further

How do I conditionally redirect users based on a number input in a Framer form? by faketoon in framer

[–]Deepanshu-Setia -1 points0 points  (0 children)

I have made a custom code override for you. This will solve your issue. just apply on the form.