Have a question? The community is here to help!
Recently active
Has the “Rasterize Selection” option been removed?The old instructions say to find it under the Object menu but I can’t see it there on my end.
Since Feb 12th, Make was loading a blank canvas with no error message. The layout UI appeared but the preview area stayed empty. In DevTools I could see realtime connections established but no data coming through. Later the behavior changed — now it shows “Couldn’t load Make” and the request: /api/make/fetch_ds_code_gen_status returns 400 Bad Request. Important observations: Figma Design works perfectly (multiplayer + editing OK) Only Make is affected Happens across multiple browsers and devices (Mac + iPad) Same behavior on different networks (home Wi-Fi and mobile hotspot) Clearing cache, reinstalling browser, disabling extensions, and logging out/in did not help Network requests are no longer failing — the backend seems to refuse initializing the Make runtime This started after a connection interruption while Make was loading It feels like the Make runtime session on the server side got stuck in an invalid state and now every client is blocked from initializing it agai
Hi everyone,I’m working on a dashboard UI where I have a text element with two states: Default → simple text view Editing → the text appears inside an input field These two states are created as variants in a component set.I also have an Edit button, but it is located outside of this component. I’m trying to prototype the interaction so that when the Edit button is clicked, it changes the state of that separate component from Default to Editing.What is the best way to prototype this interaction in Figma?Thanks in advance.Belal.
Hi,I made a website in Figma. I shared it with my collegue developer but he can’t export. He sees the file but he doesn’t see the export panel. I’m a newbie to Figma so I hope someone can help. I have tried various options.First option I tried was to share it through the share panel while my design is in my drafts. Sharing by e-mail invite and by just sending a link. The option: viewer can copy , save and export form the file is checked Second option was adding my design to my team. I’ve invited him to my team. I gave him a developers suite and later also a full seat. While paying 27 Euros it still doesn’t work. Last option we’ve tried is sending him the file. Now he can export but also can change the whole design as he is allowed to do everything such as move objects, changing colours etc… What am I missing here and I am doing wrong? Hopefully someone know the problem. Kind regards,Jeff
I am trying to connect the supabase photo bucket property to Figma Make, but everytime I go to upload an image, this came up
Hi everyone! I’m currently working on eCommerce app development and would love to get your insights on best practices for creating a user-friendly shopping experience. I’m especially interested in:Navigation design — How do you structure menus and product categories for easy browsing?Checkout flow — Tips for reducing friction and cart abandonmentResponsive layouts — What are your go-to patterns for mobile eCommerce UI?Payment integration — How do you design for multiple payment options without clutter?Engagement features — Wish lists, push notifications, personalized recommendations?Also open to recommendations on tools, plugins, or Figma UI kits that help streamline the design process!Looking forward to hearing your experiences and examples!
Hi, I’m unable to sign in to my Figma account. The issue is that the authentication code (for verification/login) is being sent to my old Gmail account, which has become inactive. I no longer have access to that email, and I also don’t remember the password to recover it.Because of this, I’m completely locked out of my Figma account.Is there any way to verify my identity or recover access without using that old email?Thanks for your help!
This auto-layout frame is a child/inside a basic frame that I should be able to move things around in. How the heck do I turn this off when I hover over to click and drag. all I want to do is drag the group/autolayout over a bit manually and arrows in this small space are producing too large of a move. this comes up for me a ton and it’s insanely annoying. I can’t click and drag without it also changing the auto layout spacing. if I want to change that I will go to the tool sidebar and do it myself. I don’t need this pink stuff trying to do it for me just because i’ve hovered over it.Also, FYI - I couldn’t even screengrab it through the OS, because this literally happens on hover, so I snapped it with my phone - hence the bad photo, apologies.
Hey everyone,I’m having a weird issue with Figma Make. The AI works perfectly fine in other projects, but in one specific file it crashes every time I try to use it.I even used Figma’s Duplicate feature to create a fresh copy of the project, but the AI still crashes in the duplicated version too.It doesn’t seem to be an account issue since everything works normally in other files. I’m wondering if it could be something inside this specific file maybe a heavy component, too many variants, large images, or some kind of internal corruptionHas anyone experienced this before? Any fixes or workarounds that worked for you?Appreciate any help. Thanks.
I’m currently in the process of redoing several Adobe XD projects of mine from a few years ago in Figma, and while I’m starting new with some visual assets, there are a few I want to keep as I’m building my components. The menu screen of this project featured a header bar with a beveled portion on the right (highlighted on the example below). I’m curious if there’s a way to scale the bevel portion based on the width of the text contained in it, without setting it up as two separate text containers via auto-layout. Are there any workarounds for this?
"I have a website of about 60 pages that I design exclusively for desktops. I want my site to adapt to all screen sizes. Although I check everything for scaling and set my frames to be proportional, my screens are getting cropped. What should I do?"
I duplicated the agency read-only file as File B, and I also have File A, which is the older agency file.Both files use the same design system, but File B contains some newly added pages. What would be the best way to: Copy the new pages from File B Move them into File A Relink the instances on those pages so they point to File A’s components (right now all the instances are still linked to File B) Thanks
Hi all - I have tried to trouble-shoot this issue but I cannot, for the life of me, get Figma to do what I want. I have a very simple image variant that has a desktop and mobile version. The height of the image is the same in desktop and mobile. When the image scales down from desktop to mobile, the left and right edges should contract but the whole image should not scale down. See image explanation below. I’m also sharing the settings I have for the main component. Are there any fixes for this?Heeeeelp!
Hi everyone!I'm trying to replicate the TikTok "Classic" text style in Figma for some social media slides. I want the white background (Fill) to wrap tightly around each line of text individually (creating that "stepped" look), exactly like it does in the app.Right now, when I use Auto Layout on a text box, it just creates one big rectangle. I've tried "Hug Contents," but it still treats the whole block as one shape.Is there a way to do this without manually creating a separate text layer for every single line? Maybe a plugin or a clever workaround?Thanks in advance!
We’re running into an issue with Code Connect that started last Friday.We’re currently rebuilding our Design System, and up until last week we were using Code Connect successfully to map Figma components to code in our GitHub repo. Since last Friday, variant restrictions no longer match as expected, so the intended use cases/examples don’t appear even though the file still publishes without errors.What we observe Publishing the .figma.tsx file succeeds. Repo access/permissions appear unchanged (Figma still has access to the repo). The Code Connect example that should match a specific variant combination never shows. This exact setup was working correctly before last Friday. Example:In our .figma.tsx file for the component (Checkbox), we restrict the example using variant values: figma.connect( Checkbox, "FIGMA_NODE_URL", { variant: { "Text": "true", "Description Text": "false" }, imports: [ "import { Checkbox } from 'OUR_IMPORT_ROUTE'", "import { Label } from 'OUR_IMPORT_ROUTE'",
HiMultiple component buttons with variables and interactions are mimicking what the other does unexpectedly. I have several pages each with a question and a selection of answers. I’ve used variables to help with the interactions and it was working fine. But suddenly once answer A for example is picked, it's already highlighted as if its been selected on the other page. I’ve looked into issues, so I’ve given them different names but the issue still persists. The one thing that is connecting them all is the use of variables applied when using interactions. I was under the impression the same variable sets could be used on multiple buttons? But should I have different one. So page one would have Question 1 set, etc. Thank you in advance for the help!Best, Matt
Hi Figma Support,I am writing because I am unable to access the Education Plan despite being a student. I am facing a loop where I cannot verify, and the third-party support has closed my case.The Issue: Role Confusion: In my account settings, my role is listed as "Education" (see screenshot), but I do not have the Education Plan features and am still asked to upgrade to a paid plan. Verification Blocked: I attempted to verify via SheerID multiple times without success. I have now reached the limit and cannot retry. SheerID Response: I contacted SheerID support to resolve this, but they refused further assistance and permanently closed my ticket with the following message:"Hello, Thanks for contacting SheerID. We were unable to process your verification request. While we can't offer further details or support for this specific inquiry, please ensure all information submitted is accurate and meets the eligibility criteria for future attempts. Your ticket has now been permanently close
I deleted my account by accident and I lost important projects. I cannot do anything about it apparently but I need help… I never received an email to confirm any deletion nor any link to download data or reverse something. I am completly lost here...
Hello!I have a project built in Base44 and was wondering if I can bring it to Figma. Basically, what I want to know if there is a way to import rather than build everything from scratch. Kind regardsRick
I was playing around with Mirror and somehow I ended up saving a playable version on my phone. Sadly, I don’t remember how I could have done that. This is really handy because I can now open the app away from my desktop and see/share the Figma Flow. I think it has something to do with a Page. ?? I just don’t remember how I did it. 😫
Hey everyone! 👋I’m currently building my portfolio site with Figma Sites (loving it so far! 🎉), but I’m running into a GDPR question.I plan to add Google Analytics for basic traffic stats — which means I technically need a cookie consent modal for GDPR compliance (I’m in the EU).As far as I can see, Figma Sites doesn’t (yet) support any built-in cookie consent options.So my questions: How are others here handling cookie consent with Figma Sites? Is there any native solution planned? Have you successfully embedded 3rd party tools like CookieYes, Osano or others? Any tips or workarounds would be super appreciated! 🙏
I everyone, I need help with figma sites.When I use Figma Site and I try to edit text in a section, for example in the header, it doesn’t automatically update in the other breakpoints, same things for pictures, they don’t update on other breakpoints. However, if I delete a section, it does get removed across all breakpoints, and the same goes for deleting a text block, it disappears everywhere.Can someone explain me what am I doing wrong please ?Thanks, Arthur
Is there a way to download the source code of my Figma plugin from the community?I code a plugin few years ago in my work computer, but lose the code when I quite that job.Now I want adjust some feature of that plugin, is there a way?
We are facing an issue on Hand-Off file (Dev Mode):When we changed the token spacing name (ex: from Sm to Md) and publish DS library. The main component on Working file is updated but its instance in Dev Mode isn’t updated , the developers still see it Sm. How to deal with this problem?I don’t want to publish working file as a library. Or I have to create a pattern components file?Spacing Left-Right: Dev Mode (Sm)Spacing Left-Right: Design Mode (Md)
HiWe are not getting the option of "file_variables:read" scope while creating a Personal Access Token(PAT) in the backend, required to fetch variables through APIs.I'm creating a plugin, so through code, I want to fetch the styles and variables, present in any libraryI'm able to fetch the text styles only, but not able to fetch the spacing and colour stylesHow do I move ahead with this?Thank You
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.