Find solutions to your problems and answers to your questions.
Recently active
I am writing to file a formal complaint against the Figma plugin "MeiGen" (AI Icon & Image Generator).(Plugin Link:https://www.figma.com/community/plugin/1539963026393306817/meigen-ai-icon-image-generator-nanobanana-2-seadream-5-remove-bg-vectorize)Issue Summary:Without any prior notice, the plugin unilaterally changed its rules and reset over 650 credits I had legitimately earned through daily check-ins. These credits could be exchanged for 130 standard image generation services (5 credits per generation).When I contacted their customer support, they admitted that "the failure to notify in advance was our omission." However, they only offered 280 credits as compensation, which is less than half of what I originally had.Furthermore, their support claimed that "only paying users constitute consideration for consumption." I strongly disagree with this logic, as my credits were earned under their previous rules through my daily actions.My Request:I kindly ask Figma to investigate this
Hi Figma Support Team,I am writing to report a persistent issue where I am unable to receive account verification codes, although I am still receiving other regular notifications and emails from Figma.To resolve this, I have already taken the following steps: Whitelisting: I have added support@figma.com to my email whitelist (allowlist). Provider Consultation: I contacted my email service provider regarding this issue. Their technical team suggested that if the sender's address is already whitelisted but the email still doesn't arrive, the problem likely lies with the sender's SPF/DMARC verification configuration. Specifically, my provider stated: "If the sender has SPF/DMARC verification issues, they need to adjust their mailing configuration on their end."Could you please have your technical team investigate if there are any authentication or delivery failures specifically related to the verification code emails sent to my account?Account Information: Figma Account Email: [redacted
I’m experiencing an new issue with token search where results don’t seem to prioritize relevant matches, particularly when trying to find semantic tokens. This behaviour seemingly out of nowhere, and I haven’t been able to revert it.When I search within the token menu, the results appear inconsistent and often surface unrelated primitive or semantic tokens ahead of the ones that actually match my query. “Expected” is what was previously appearing for these searches.Examples:Searching “text”: Expected: text/text Top results: colour/gray/4 (primitive tokens) Then: unrelated semantic tokens like background/surface/active, background/surface/secondary, etc. The expected text semantic token appears as result 4 Searching “secondary”: Returns multiple primitive color values (greys, blacks, creams, reds with numeric scales) colour/gray/2 and colour/gray/12 colour/cream/2 and colour/cream/12 colour/red/2 and colour/red/12 etc... Relevant semantic tokens with “
Hey everyone,I’m still learning the basics of SEO and had a question I couldn’t quite find a clear answer to. If a website gets backlinks from older blogs or sites that don’t get much traffic anymore, do those links still provide value for rankings?I know that high-authority and active sites are usually better, but I’m wondering if a link from a quiet or less-active blog still counts in Google's eyes — even a little bit. Does anyone know how Google views those kinds of links today?
Hi there! I’ve been loving the new annotations feature, but have been experiencing an issue with it over the past couple of days. When I’m looking through my designs and try to zoom in, all of the annotations disappear before I can get close enough to see what they’re attached to. Has anyone else experienced this?
I have a series of buttons in my component which all use the same text style, in this case TextMedium/Medium. When I select the text layer, it suddenly changes to a thinner font visually, but the text style is set to the correct one.I now don’t want to select and inspect the other text layers of fear they will also change. Have tried restarting Figma and viewing the file in the browser instead of the desktop app, but it’s staying the same. Anyone found a solution to this issue?
Hello Figma Support Team,First of all, I didn't know that full sheet approval leads to paid payments.This unintentionally gave two team members 'full seat' permission, and we now know that this leads to an additional fee. So we changed the seats of the two team members who got 'full seats' to 'view' and 'collabo'. After that, there are 2 full seats available in the admin menu and I want to release these 2 full seats.If possible, I don't want to be charged for this.As you can see from the usage history, one of the team members did not use the full sheet at all and the other team members used only the slide function. Please let me know if you need any further information. I look forward to your quick response.Thank you.Inquiries / Requests1. Cancel 2 unused 'full seats'2. Whether 2 unused 'full seats' can be refunded3. Maintain 1 'full seat' per year and 1 'collabo' per month
I specialize in Design Systems and noticed that Apple’s and Material’s official UI kit has a very specific structure in the Figma Assets panel. They have dedicated 'Example' headers with horizontal dividers that don't seem to follow a standard Figma featureWhenever I try to organize my own DS, Figma just defaults to alphabetical order and I can’t figure out how to insert that clean line dividers between sections. Does anyone know the specific naming convention or structural trick to force a custom sort order and add these visual breaks?
Hi, Reposting my Q from the community forum as I haven’t gotten a response there and it may have been posted in the wrong forum in the first place. I look after a CodeGen plugin, which my designer colleagues use and they have recently started investigating how to integrate Slots into their designs. Hence, I was looking into adding support to our plugin, but am having trouble parsing SlotNode types - as in the type is altogether not present from the plugin-typings? Is this expected, because it’s still in beta? Or have I missed to update something obvious - apologies if I have!The Figma app is showing the type if I log it to the console, I just can’t add any code to manipulate it.I am on v1.123.0 of the plugin typings.Thanks,Lachezar
в режиме design я вижу все кнопки play в видео которые есть в макетах. Как это убрать? Это не режим прототипа, а вижу кнопки play везде даже на слоях которые скрыты в clip content
I have a modal component with different sizes as variants and wanted to integrate slots to their content areas so instances don’t need to be detached. I converted the content area to a slot for all the size variants and even renamed the slot layer to be the same for all variants.When using an instance of that component, then changing slot contents and then switching to a different size variant, all the content gets reset to component defaults.What is strange, is that when I copy/paste the slot area inside the component to the different variants, then instances are preserving the content, although the structure is exactly the same in both cases.Unfortunately the copy/paste hack is not an option for me, since it will reset all my existing instances in the prototype and it would take too many hours to go over all of them.Please make it so instance variants retain slot content, when the component structure is the same.Edit: It seems that I was using slots wrong. I was creating slots throug
Hello! I have an active educational plan and I added my colleague to the file; he also has a verified educational email. When I click edit, a message appears saying that the plan will be upgraded. I would like to know if we can edit the same Edu file without charges, or will it generate any?Taking advantage of the question... I didn't find any settings to add or move my credit card.
I’m running into something confusing with the Figma plugin API and wanted to check whether I’m missing something.I’m trying to outline text through a plugin. I found `outlineStroke()` in the docs, and the description says it does something similar to using “Outline Stroke” in the editor, so I assumed this would work for text nodes too.My goal is to take text like `09:28` and turn it into outlined geometry so I can analyze the real character positions and spacing.The problem is:- `flatten()` doesn’t help, because it turns the whole text into one merged vector- `outlineStroke()` doesn’t seem to give me the kind of outlined text result I expectedSo now I’m not sure if:- this is not actually supported for `TextNode`- the docs are a bit misleading here- or this is just a bug / limitation in the plugin APIHas anyone here successfully done this?More specifically:- Can a plugin really outline text the same way as the editor command?- Is `outlineStroke()` supposed to work on normal text, or onl
Trying to publish my Figma plugin, but getting an error saying “Please fill out required fields and correct any errors”.On the frontend, I don’t see any fields highlighted with errors.When inspecting console logs, I see a ton of warnings being thrown for INVALID_SUPPORT_CONTACT even though the support contact I’ve entered is a valid email address. I’ve also tried a website url, a different email address, and nothing works.Please help. Don’t know what else to do/try here.
QUUERO REEMBOLSO DA MINHA COMPRA QUE FOI FEITO HOJE SEM MINHA PERMISSAOQUERO QUE CANCELEM A ASSINATURA SPOR GENTILEZA
Hi Figma community. I’m super confused. I spend lots of time building a plugin for the community (TokenNexus) only for it to be stuck in review with no response/feedback for about 20 days. The resources say 5-10 business days. Is this delay now typical? So what I have another important plugin in development. Do I also wait an extra month to get it to users to even test? Will update reviews also take this long? This whole thing is demotivating tbh.
I have Figma MCP enabled but whenever I go to the MCP server URL I see the following response {"jsonrpc":"2.0","error":{"code":-32001,"message":"Invalid sessionId"},"id":null}
When I try to apply a blend mode to the color of an element, there is a high chance that the setting will not succeed. It may even revert my modified color values to the previous ones or select other layers.I will give an example next: 1.select some layers2.use color blend mode effects3.the text was not set to the Plus Lighter blend mode
I am writing to request a full refund for a recent subscription charge on this account.A payment was automatically processed today but I have not been using this account for quite some time and have no intention of using it in the future.The reason for this oversight is that I am already using Figma through another active account. Therefore, I have no need for a paid plan on this specific account.Since the payment was made recently and the service has not been used, I would greatly appreciate it if you could cancel the subscription and issue a refund.
I submitted my Figma plugin, Grotto Slice, for review on March 14th. The website states a 5-10 business day approval, but it's now been over three weeks with no response - no approval, no rejection, and no requests for changes or additional information.At this point I'm unsure what to expect or if there's something I should be doing differently. Is anyone else experiencing similar wait times, or is there a better way to check on the status of a submission?Many of my clients are waiting on this plugin being approved, and I would love to launch for them shortly. Thanks.
Product area: Dev Mode API / MCP Server (get_design_context tool)Severity: Medium — causes incorrect code generation that can silently introduce wrong components/propsSummary: The get_design_context tool fails to read variant property overrides on direct component instances, instead returning the component set's default variant values. Instance overrides (nested instances within other instances) read correctly. This results in generated code that omits variant props on some call sites, causing them to fall back to incorrect defaults.Reproduction steps:Open Figma file with a table design containing repeated rows, where each row uses a component instance with a variant property overridden from the default. In our case: a TableCellFrontSpace component set has a Content variant with values Icon (default) and Space. All 7 table rows in the design have Content = Space set explicitly in the Figma UI. Call get_design_context on the parent frame containing the table (node 3637:41031 in file NvV
How to Copy/Paste or Duplicate Local Variables in Figma in Windows Desktop app?
Hey can someone explain me how I can make the form submission actually sends out forms to services like getform or formspree? It never sends any submissions.Ive created the website via figma make.I asked the AI to make this form actually submit and didnt work. I used GPT to help me, but no. This might have messed up the code too. So Im rly lost and am not savvy in these areas at all.
My ai credits did not reset today I still have the same amount that I did yesterdayWhat am I not understanding about how ai credits work? Did I use up all my credits for next month too?
Hello! I have submitted Figma plugin for the review, but I did not get any confirmation email or any communication it went through. I saw in the docs it says 5-10 days, but I am not sure if it got received correctly?Also, another question, I just found out there is another plugin that is called Framify (which was published a month ago), would that be a good reason to deny my plugin, because it’s also called same name? I wonder if I would have to redo everything, or how would people be able to differentiate? Any recommendations, suggestions? Here are the screens for my plugin.
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.