Find solutions to your problems and answers to your questions.
Recently active
Figma Motion has shape glitches when I add key frames to a specific shape.I have multiple rectangle shapes in my frame. I selected a shape and tried to add width key frame on figma motion. It turned out the other shapes get glitched and their width/height changes and it’s position has been changed as well. The selected shape remains the same, but the other shapes gets glitched and transformed.
I’m on Organization and trying to use Transfer from a workspace that still shows All projects to a destination team on Professional that shows All folders. The destination URL validates and shows verified, but after I select Request transfer, I get: ‘You cannot transfer to this organization at this moment. Please contact support for more details.’ The item contains three design files, and this happens in the browser and the desktop app.
There is currently no way to move/transfer variables between published libraries (while maintaining all linkages) the same way you can with components or styles, right?My use case is that we currently have two separate libraries—“Styles” which contains typography and spacing variables, and “Colors” which contains color variables—that I would like to merge into one. But we have all sorts of legacy stuff pointed at “Colors,” so I don’t think an export/import/swap libraries process is going to cut it.Am I missing anything? Has anyone found a solution for this problem? Or is it at least on Figma’s roadmap?
When using Figma’s web-based prototype presentation mode, a large blank white area sometimes appears on the right side of the screen.Once the white area appears, the prototype stops responding to clicks. The left panel containing the prototype list is pushed further to the left, the presentation layout becomes misaligned, and unexpected horizontal or vertical scrollbars may appear.The prototype remains unusable until the entire browser page is fully refreshed. A complete refresh temporarily restores everything to its normal state.Disabling scrolling inside the prototype frames does not resolve or prevent the issue.The issue occurs during normal interaction with the prototype. Sometimes it is triggered while hovering over an interactive element: the intended interaction appears to start rendering but fails, after which the blank white area appears and the prototype becomes unresponsive.Steps to reproduceOpen a prototype in Figma’s web presentation mode. Navigate through and interact wit
Severity: Blocking — we cannot adopt extended collectionsThe problemA node holds one mode entry per collection family, and an extension's mode IDs are encoded with the collection ID. So choosing a brand and choosing a mode are one choice, not two. A node cannot say "use Brand B, keep the mode you inherit" — or "use Hover, keep the brand you inherit".This is not a broken lookup: ExtendedVariableCollection.modes[] exposes parentModeId, so the parent↔extension mode mapping already exists. The problem is that there is only one slot to write it to.The ask: decouple the data source (collection variant) from the context state (mode), each independently settable and inheritable.Our setupOne mode axis per collection, because modes are per-collection and mode counts are capped:Collection Axis Mode set by Semantic Light / Dark designer, on the artboard Viewport s / m / l / xl component (responsive variants) Interaction state Idle / Hover / Pressed component (state variants) Br
Hello,I am contacting you regarding an unexpected charge of $20.00 on my account on August 24, 2026.I previously had the $20.00 Professional plan, but I downgraded my account to the View/Free plan on August 20, 2026. I did not authorize, nor did I intend to upgrade or generate this $20.00 charge.Therefore, I would like to request:The immediate cancellation of any active paid plan. A full refund of the $20.00 amount. An explanation of why this charge was processed after my downgrade. Please look into this as soon as possible, as this was an unexpected and unauthorized charge.Thank you,
Hey all!I have a use case where I’m trying to build some basic Figma Design mockup documentation for users who are not UX people by trade and may be starting from absolutely zero Figma experience. I figured Make would be a good way to bridge the gap – but even when I give it a strict template image and tell it not to make changes, it keeps making major edits. The end result is fine design-wise but doesn’t look anything like what users could/should be working towards.Has anyone had any luck with getting it to stick to a specific format? I also can’t give these users access to any libraries; they would have to be able to get to the end result with an image and description only.
Attention all Persian and Arabic designers!While using the "Peyda" font, I noticed that it offers specific default styles for the letters *Kaf* (ک) and *Gaf* (گ).If you wish to disable these styles—so that the letters *Kaf* and *Gaf* do not appear in their elongated forms—follow the steps below. Go to the typography settings from the Design tab.At the top of the menu that opens, select Details.Toggle this option to review the desired change. I hope you find it useful.
Hi everyone,I recently received a Figma Config 2026 community code for India event, but I’m a bit confused about how and where to redeem it.The code starts in this format:CONFIG 26-XXX- XXXXXXI’m unable to find the correct redemption page anywhere on the Config website or inside my Figma account.Could anyone point me to the proper page URL or flow for redeeming these Config codes? If you’ve already done it before, a quick step-by-step would really help.Thanks in advance 🙏
We are trialing Figma as a replacement for Miro and as a candidate for UI design. We noticed when importing our Miro boards that Miro “Frames” lose their names. This is because Figma’s importer converts them into plain “Shapes”, which cannot have names, rather than the probably more appropriate “Sections”, which can. This creates a lot of extra work as we need to remake all of these Sections and manually name them. Here’s a comparison to illustrate that we’re losing a lot of valuable labeling:Miro: named framesFigma: our frame names are gone!
The "Add a Make kit by default" (Manage Make kits for an organization – Figma Learn - Help Center) function has stopped working.It is configured correctly, but when creating a new Make file, the kit is not loaded automatically.
X
Hi Figma team,I’m developing a plugin and would like to ask whether Figma plans to expose an API for a node’s motion path trajectory, or whether there is already any supported way to read that data.In the Motion UI, after creating a position animation, users can edit the movement path much like editing a regular curve, which makes more complex path-based motion possible. When I tried to reproduce this behavior in a plugin, I found that I could read timing/easing-related data, but I could not find the key data that defines the spatial trajectory itself.If this data is not currently exposed, it becomes a major limitation for exporting or translating Figma Motion animations into mainstream web animation ecosystems such as Lottie, SVG, PAG, and similar formats, because path-based movement cannot be reconstructed accurately.Could you clarify:Whether motion path / trajectory data is currently available through the Plugin API in any form Whether there is any recommended workaround to access o
Hi Figma Support Team,I’d like to request a refund for my current Professional plan.Figma account email: [email redacted by forum moderator to remove PII]I’m requesting the refund because I would like to purchase a Professional seat on a different Figma account, which is the account where all of my projects are currently stored.Could you please review my request and let me know whether the refund can be processed? I’d like to purchase the Professional seat on my other account as soon as possible, so I would really appreciate it if you could help review and process the refund at your earliest convenience.Please let me know if you need any additional information from me to proceed.Thank you for your help!
The Figma MCP server fails to authenticate when using opencode, returning a 403 Forbidden error. To Reproduce1. Configure Figma MCP in opencode.json:{ "mcp": { "figma": { "type": "remote", "url": "https://mcp.figma.com/mcp", "enabled": true, "oauth": {} } }}2. Run: opencode mcp auth figma3. Error received: HTTP 403: Invalid OAuth error response: SyntaxError: JSON Parse error: Unexpected identifier "Forbidden". Raw body: Forbidden Expected behaviorOAuth authentication should succeed, as it does with other MCP servers like Context7, Sentry, etc. Root causeAccording to Figma's documentation (https://help.figma.com/hc/en-us/articles/32132100833559), Figma only supports a pre-approved allowlist of MCP clients:- Claude Code ✓- Cursor ✓ - VS Code ✓- Codex ✓- etc.OpenCode is not on this list, so Figma's authorization server rejects the OAuth flow. DiscussionFigma's approach breaks the core promise of MCP - that any client should work with any server. This creates v
I’m working on a design in Figma and I’m looking for a cursive or script font that feels elegant but is still easy to read.I’ve tried a few different fonts, but some of them look too decorative, especially when used for headings. What cursive fonts would you recommend for a modern design?I’d especially appreciate suggestions for fonts that work well for headings, logos, invitations, or other creative designs.
제가 7/23일날 5$ 달러짜리 유료플랜을 한달동안만 사용하고 자동결제해지를하였는데 갑자기 7/23~8/23까지 정기 프로페셔널 팀 구독 정기 결제가 성공됐다면서 16.5$가 결제되었습니다 처음에 5$결제했는데 왜 또 끝나고 추가 결제가되는거죠? 환불해주시면 감사하겠습니다. 저에게 굉장히 중요한 돈입니다. 당장 생활비로 사용해야하는 돈이에요
환불 요청드립니다.취소가 되지않아 확인부탁드립니다.
Every time I’ve tried to use it, whether with my original Free account and now that I’ve update to the $20/month tier, all over several days and a reboot, Figma Make displays:“Something went wrong. Try again.”Support request ID:srid_C44QCFFHKRJBD8GMBD9RC0MYZThe backend returns HTTP 403:“Access to the control plane is not enabled”and:“cortex_error: unauthorized — User request is blocked”Failing endpoints include:- /api/cortex/shared/figmake- /api/cortex/shared/figmake/ui_capabilities- /api/cortex/foundry/sandbox- /api/source/v1/make/environment/... The robot suspects there’s been a problem with my account provisioning. Account:David BishopTeam:figma's teamPlan:ProfessionalSeat:FullRole:AdminAI credits:0 of 3,000 usedThe problem reproduces in Safari, Safari Technology Preview and Chrome.A sampe of the backend request IDs:Cortex request UUID:9811bb04-4bd8-46a4-b14f-3871e3ec3215Other request UUIDs:6fccca98-7e7a-4d7c-b8fa-73fb3ac33211744cfb26-5a85-44d0-996e-c9bb363123440e678f4c-afbb-4389-95
I hope you are doing well. Im facing an issue right now. I requested the Education plan and I submitted all the details and also gave them my university documents including my ID CARD, Schedule and fee receipt, but still didn't get verifiedPlease take a look in this matter. Thanks
Hi Figma team, I’m working on a prototype and the ‘Set playhead’ action doesn’t seem to work. Regardless of the timestamp I’m putting, the Figma motion animation continue as nothing happens.
Description:I've created a library file containing many components. In the same file, I've also created several website page templates to test those components.The issue arises when the component is published and linked to a new file. In the new file, the instance's default variant interaction changes and no longer references its parent component. This happens with more than one component from the library. In the video I've linked, the component I'm demonstrating is the Checkbox component, but this issue also occurs with Button and others. I checked all the problematic components in the library and found no irregularities, such as inconsistent variant naming or similar issues.I then tried unpublishing and republishing the library, and this made the instance work normally again after updating. However, oddly, when I copy and paste the component from the library file into a new file (to duplicate the component), the same issue persists.I initially thought the library might be too large.
So normally in Figma Design its easy enough to sort but for whatever reason in Figma Sites I just can’t figure out why content scrolls over the sticky header. I’m really just playing around for a small website for a friend but I’ve now rebuilt it 3 times :D
I dont use it anymore, but today it is payment automatically. So i want a refund.
您好!我刚刚意外购买了年费会员([redacted by moderator to remove personal information]),我本意是购买月度会员。请帮我退款,然后我重新购买月度会员,十分感谢!
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.