Rolling out: Projects become folders 📂 ✨
Have a question? The community is here to help!
Recently active
I’ve tried to add an embed in which I’ve added the html code from my tally form but I’m not able to add this to a button inside my navbar in order for the user to access the form. Does anyone have any idea about how this might work? A workaround or any suggestion about how I can achieve this would be great. Also any idea when forms will be something easier to do in figma sites? I would have guessed that by now this would be already a feature supported, as many sites have forms or pop-ups, overlays and so on.The other solution is just to make another page with that form but still I would be an ember and not something more integrated in the figma world.
Hi Figma Support Team,I hope you are doing well. My Figma account link has been deleted and I am unable to access my projects. I have already tried recovering it, but the issue persists. Could you please assist me in restoring my account or providing access to my projects?Thank you for your help.Best regards,
I might be the idiot here, but I always forget how Figma handles updates. I’ll briefly see the prompt letting me know an update is available, which makes me think it requires some action from me (as most of the programs I use do.) If I miss the prompt, I struggle to either manually update or confirm whether the update happened in the background.I am using the desktop app for Mac. I think what I’ve gathered, and correct me if I’m wrong:If I don’t see any prompt about updating, Figma is up to date. Always assume by default that I am up to date, it happens automatically. The prompt disappears when the update is complete.I had something to do today when I saw the prompt, so I didn’t read the entire message. Maybe it literally says I don’t have to do anything, I just missed it cause I was busy. 😅 In which case, my bad!Another question I have is:Is there any way to compare my version number with the release notes? I was trying to confirm if the update was successful this way, but I can’t cr
Hi! My project disappeared and shows as deleted… It isn’t in trash, or draft. It simple is gone. But in the little window of preview on top bar, it appears the project, it’s there. But doesnt load. I have the link, since i share it with someone, but doens’t work:[redacted by forum moderator to remove PII]
Hi all, is it possible to export the entirety of the chat log for a project in Figma Make. Client is asking for it as a sort of ‘Show your work’ for how the Prototype began and what prompts were used to get it to it’s final state. Thanks in advance!
I have the same issue. I Mistakenly accepted a dev’s request for the dev mode seat and also quickly reversed it to free seat, but it’s been added to my invoice for the next billing cycle as “One-time charges and credits”. This makes no sense to me at all, can you guys make it such that payment is requested at upgrade so one knows ahead, or ask the user to confirm this action since it’s going to attract a prorated cost. Now I have to pay for something I won’t use, just feels fishy.Please do something about it.Thank you.
I accidentally named my component as this symbols, and I can’t replace them at once. This component placed all over my pages. How can I troubleshoot this? TYIA!
Hello everyone,My name is Erum Shaheen, and I am working as a Lecturer in the Department of Computer Science & Engineering at the National University of Modern Languages (NUML), Main Campus.I recently applied for the Figma Education plan and uploaded all the required verification documents. Initially, when I tried to verify my account, the system showed the message: “We’re having trouble, please verify later.”After waiting a few days, I attempted the verification again, but now I am receiving the message: “Verification Limit Exceeded – It looks like you've already redeemed or attempted to redeem this offer.”Because of this message, I am unsure whether my verification request was actually submitted or not, and my account is still not verified.I would really appreciate it if someone from the support team could check my account status or guide me on how to resolve this issue.Thank you for your help.Kind regards,Erum ShaheenLecturer – Department of Computer Science & EngineeringNat
What I want to doSelect sticky notes, lines, rectangles, etc., and change the sticky notes to the same size. I triedchange widthchange shortSideLengthresize function Please tell me how to resize sticky with API
Recently, in our presentations, everything got messed up: text, elements — everything overlapped.Of course, no one intentionally moved anything.Do you have any idea what could be causing this? 🥲 We reformatted everything afterward, but after some time, it happened again.
I have design Landing page for my website and design with some image and I had apply blend modes on image after that I try to export all the Image design element in separately for developer it come out with darker on image. Any way to solve it? Set up SettingExport result below:Export result
Hi designers,I’m currently working on a UI/UX concept for a transportation booking interface, specifically focused on airport pickups. The goal is to design a simple and smooth experience for travelers who land at busy airports and want to quickly book a ride without confusion.While researching real-world examples for inspiration, I looked at a few airport transportation websites and booking flows. One example I found was a car service from Atlanta airport provider that focuses on airport pickups and scheduled rides.This is the website I came across during my research:https://atlantablackcarlimo.com/I’m studying how these services present pricing, booking forms, and ride options. From a design perspective, what do you think are the most important UX elements for an airport transfer booking page?For example: minimal booking steps clear pricing visibility mobile-first booking experience quick confirmation for travelers Would love to hear your thoughts or see examples of similar des
trying to embed a published Figma Make .figma.site URL as an interactive iframe inside a WordPress site using Elementor. Unable to find a way to generate an embed code for this type of link, as the embed option is only available for Figma Design/Prototype files, not for Figma Make published sites.Does anyone know how to use Figma to make these amazing AI generated Figma Make design usable on a site?
where do i find the tools that shown in pic1 i put pic2 how my figma look like
I have used figma's free plan for a while, and then upgraded it for convenience (just to be able to remove backgrounds from pictures really) - I paid for the most basic plan they have, I believe? It was 40$ for annual subscription, and it was very convenient for a while. I paid it in February, and today, they have charged me for monthly subscription which was 171$???? I have not upgraded my plan, nor have I changed it from annual to monthly. Maybe I did something wrong, but idk... I am very confused, because I'm not well-versed in design apps, so any help or advice is appreciated :(
I was using the Claude figma mcp server integration until the new updates in figma. After I updated to the latest version I couldn’t run the figma desktop bridge plugin. There is no connection. It says:Figma Desktop → Desktop Bridge plugin (port 9222)❌ Broken since updateDoes anyone know how to fix this?
Hi everyone,Is Figma going to add a CMS to Figma Sites? That would be awesome. E commerce capabilities too?Thanks!
When presenting UI designs to clients, I’ve noticed that the way we showcase the screens can make a big difference in how the design is perceived.Sometimes showing raw frames directly from Figma works fine, especially during early feedback stages. But when it comes to final presentations, using device mockups (like laptops or smartphones) often makes the design feel more realistic and easier for clients to understand.Recently, I’ve been experimenting with different device mockups when presenting UI work, and it seems to help clients visualize the final product much better.I’m curious how other designers here handle this.Do you usually present your UI designs using mockups, or do you prefer showing the raw frames directly from Figma?
Hi!As a little context, I’m a graphic designer from south america. I’m currently working on a figma plugin made to export source images. However, I’m having a very specific issue.I set up a simplified language detection feature for the plugin UI, which detects which language is prefered by the user and sets up the plugin texts to that language:<script>(function() { var nav = (navigator.language || "en").toLowerCase(); window._lang = nav.startsWith("es") ? "es" : "en";})();After that, there are two language dictionaries at the code. I made a fallback system too:function t(k) { return S[_lang][k] || S.en[k] || k; }However, I cannot test it adequately with Figma Desktop, since my OS system is set up in Spanish, so even if I change Figma’s language to english it still shows up in spanish.Currently, my only way to test it is to set up another browser to english then load Figma, but it requires me to publish a new version, which I don’t want to do, to avoid pushing a plugin version u
Hi, I submitted a support request 8 days ago regarding transferring my Education plan to my university email. I haven’t received a response yet.My university requires my school-issued email for coursework.Could a moderator please check my ticket status?Thank you.
Hi designers,I’m currently working on a website layout concept in Figma for a custom home builder company CT, and I’m trying to find good examples of modern layouts used by construction or architecture companies.I’m particularly interested in designs that highlight:• Large project galleries• Clean portfolio sections for completed homes• Before/after renovation showcases• Simple navigation for services and project pagesWhile researching, I found this builder website that has a clean structure for showcasing projects and services:https://www.foxhillbuilders.com/The company focuses on custom home builders in Connecticut, and their project presentation gave me a few layout ideas.I’d love to know from experienced designers:• What sections are essential for a custom home builder website?• Are there any Figma UI kits or templates for architecture / construction websites?• Any tips for designing a strong project portfolio layout?Would appreciate any inspiration or resources you recommend.Thank
Hello everyone, I have a little question. I’m a newbie, so I don’t know anything much about Figma. Recently, I’ve run into an issue with the hover interaction. It's flickering, I've never use any hover prototype before. Is there any solution to this problem, thank you! :’) Hover Flickering Issue
How can I restrict access to pooled AI credits? The documentation says this will be possible, but I am not seeing the option in the admin controls.We are planning to purchase additional monthly credits that would be available as a shared pool for our team. I want to allow only certain team members to use the pooled credits while keeping others limited to their normal individual credit allocations. I do not see any way to configure this in the admin controls.Is this a feature that will only become available once credit purchasing is fully rolled out? I would like to understand how to manage access before we begin paying for credits.
Hi everyone I need help. When I work on some design project in which I apply brush strokes and/or effects to vectors and texts, the file starts to slow down, not responding until I have to close it. The memory used by the file does not even exceed 1% so I thought it could be a problem with my computer (Macbook Pro M2 8GB RAM). Does anyone know if this is really the case or is it a figma problem? thanks in advance
Let’s discuss ‘best-practices’ and some anecdotal examples/experience in managing Design System libraries. Specifically the relationship between component and variables. Questions:For your main/core component library, do you also publishes the main/core variables in the same library? ORDo you have a dedicated Library for the components, and a separate, dedicate library for your variables? List suspected/experienced pros/cons.
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.