Rolling out: Projects become folders 📂 ✨
Have a question? The community is here to help!
Recently active
I try to open this file first on the desktop version, then download the app, but the same endless download happens. Already tried logging in from different accounts, reinstalled the app 2 times. Still doesn’t want to download. Is there any solution? I have attached the file belowFigma – 26 Aug 24 Source: https://www.figma.com/community/file/1342906900898425723/telegram-ios-ui-kit
Hi, I’m having trouble exporting vectors with fill as image titled. The issue is that on the canvas i see the right size of the titling but when i export it as svg the tiling appears to change size
Hello Everyone, idk why but for some icons when I try to unify the vectors it break the icon like some part of the icon disappears idk why Here is the icon before unifying vectors inside it Here is the icon after unifying the vectors inside it to form a single shape As you can see it completely changes the icon. Idk why this happens but this happens for a lot of icons but not all icons.
I have a button component with a nested icon placeholder component. The icon placeholder component allows instance swap of the icon and also allows resizing of the icon. Icon placeholder component & properties: Icon placeholder component layer structure: Button component with nested icon placeholder component & properties: The instance swap of the icon for another icon works and preserves the color properties across the different button states. The issue I’m running into is that the color properties break once I resize the icon. Icon color is not preserved between button states and it even breaks the icon size preservation between button states. Even returning the icon size back to the default doesn’t restore the color properties. The only way to restore the color properties is to “reset the component”. I have tried the union the nested icon tip outlined HERE but it’s messing with the auto layout of the button as it causes auto layout to ignore the icon component frame and u
Hey everyone, We are translating our app into 40 languages, so we have 40 pages created via our Localization plugin. I know that there’s no way to save all pages at once in Figma (only one-by-one). Copying all pages into frames of one page is not an option because it’s 40 pages and it takes time when you have many projects at once. Does anyone know a plugin that can help to export all pages at once? I searched everywhere but couldn’t find anything. Or maybe do you have another idea/solution? Thanks!
Pessoal, não manjo nada de Figma e estou tentando aprender. O Figma não esta mostrando uma fonte “simples” a webdings e eu precisava usar o símbolo check dessa fonte nos meus projetos… o cliente usa muito e em muito texto, o que eu acho que ficaria inviável ficar colocando 1 por 1 como elemento em cada texto que precisa. Alguém tem alguma solução?
The picker loads very slow…
Hey everyone, the scrolling behaviour works in Preview but not in Presentation mode… When I present, the page is not scrolling at all, but in Preview - it works perfectly. Anyone knows what the problem might be?
anyone know why is this happening?
Hi community! I’ve been having this issue for almost a week now and can’t resolve it, I’ve watched many tutorials in case I find the answer but I haven’t. This is the original component and has a text property to be edited directly in its instances I used instances in this card this card is placed on top of the page and when I click “I’m in” or any other button, it moves to a section that appears containing other similar cards and they are supposed to appear there keeping the same boxes checked as the one I checked on the main card on top of the screen before sending it to the button section. I’ve created separate boolean variables, one for each bullet, false by default to match the unchecked box. and applied the variables accordingly in the instances on the card as you see on top, in the “checked” property. But when I check any bullet on the main card in prototype mode it resets the text property to the component’s default. (Just in case I went to the instance’s layer and double-c
Hi all, While i am trying to install the plugin Design Token. It is not getting installed correctly. While i try to install it in organization network it has been successfully installed. Can someone please point the issue if faced any and directions on the resolutions ? Thanking in advance.
Hi guys, I’m new in the UI/UX world but the issue I’m having now is my Figma design dashboard interface which some options like mobile- lofi, desktop- lofi, mobile- hi-fi, desktop- hi-fi are missing. And I can’t seem to add a frame to my prototype Kindly help, what can I do please, or am I doing something wrong ’/%3E%3Cpath d=‘M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z’ fill=‘url(%23paint1_radial_15251_63610)’/%3E%3Cpath d=‘M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z’ fill=‘url(%23paint2_radial_15251_63610)’ fill-opacity=‘.5’/%3E%3Cpath d=‘M7.3014 3.8662a.6
So I exported a PDF from a Figma design. One part of an illustration in the PDF then gets a floating background that moves when you zoom the screen. I recorded a video: https://vimeo.com/1003090148 Any ideas how this happened, how to fix it, or just generally: what is going on, should this be a part of the PDF-format?
Hi there, Wondering why there is suddenly a mac laptop in presentation mode? How can I present it normally, without a laptop. Thanks! Philipp
Hi when i save .Figma file format it saves as pdf rather than .fig format why is it so, i need it to send it as offilne.
We are currently using a free plan. I would like to purchase an organization plan. What should I do? When I try to buy it, they ask me to buy a professional plan. Do I need to purchase an organization after purchasing a professional plan?
Can I use the Figma Free Plan within the Organization?
Despite refreshing the error screen or rebooting the system and trying to open the file again, it still won’t open. This issue persists on both desktop and browser. I urgently need to work on this file, so please help me resolve the problem and get the file open as soon as possible.
hi hope it’s okay to post it here I have a survey needed for my project. it’s about task management app and few question for A/B testing. please help complete it if possible! docs.google.com
The excellent code connect example repo provides a button with conditional icons. I’ve noticed that the label of the button disappears when you select an icon. Without Icon With Icon I would expect it to look like: <Button onPress={() => {}} variant="primary" size="small"> <Star /> Button </Button> If you wrap the label in something it works fine, so I guess it’s a bug? example: ({ label, hierarchy, iconStart, iconEnd, isDisabled }) => ( <Button variant={hierarchy} disabled={isDisabled}> {iconStart} <>{label}</> {iconEnd} </Button> ),
Hello, Our team, consisting of UI designers and front-end developers, is currently working together to build a design system. As part of this process, we are considering exporting the Theme Color properties from Figma’s UI components as JSON files to GitLab, and then converting these to SCSS global variables for use in our projects. We have a few questions and would appreciate the Figma community’s advice: Our team currently does not use Local Variables. In this case, is it possible to export the properties of Local Styles to JSON and push them to GitLab? 1-1. If exporting Local Styles to GitLab is possible, which plugin should we use? When exporting Theme Colors to GitLab, which is more common and effective: using Local Styles or Local Variables? Is the Design Tokens approach using Tokens Studio for Figma still recommended for building a design system, or is there a better approach we should consider? Your insights and experiences would be greatly appreciated. Thank you!
Is it possible to display the font weight number and font name? (Regular +400)
Hi guys. I don’t use Figma that often, but I still find it a very useful tool in particular occasions in my line of work. When I do use it, I most likely have just one project I am working on so therefore my current use of the Starter Plan. Since the starter plan only allows one project, is the following situation possible? Once Project 1 is done, all files are exported and kept locally. Project 1 is deleted from the Starter Plan. Project 2 will take the place of Project 1 in the Starter Plan. If Project 1 needs updates, it can replace Project 2 at some point - ideally after project 2 is complete - in the Starter Plan by importing the last version of Project 1. Thanks in advance! 😁
I was designing a hexagon-based logo recently and came to horrid realisation: 6-sided polygon in Figma IS NOT a perfect hexagon, where all sides should be equal and angles 120 degrees. Everything is slightly off. Take a look: black line is a perfect hexagon and the grey one is a default 6-sided shape from Figma
Hi, How do I export 1 image that has blend mode lighten on and save it as PNG and get the transparency?I tried but get blacks BG. I need to stack several images on top of each other and that’s why I need it saved with the transparency. Got a floorplan with lights turned off and lights on layer with blend mode lighten.
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.