It’s an error on our side, a fix should hopefully be live this week or next
When custom icons are imported they should be organized in some kind of folders or custom libraries. I have imported tabler icons from .zip file and nów I have to delete over 5 thousands icons one-by-one. Maybe there is other way to do it?
BTW: Imported icons work very nice
I hope the team will focus on that – I ran into the same issue.
When do you expect it to be fixed? Unfortunately it’s not a workaround via the css because I can’t bind this variable
What about Multiselect elements with icons (caret and clear icons)?
Is their a way to replace the icons with custom ones without rebuilding the component?
Any update on this fix?
Can you please take care of this bug? The custom icons are highly touted everywhere, but it seems like the icon color change issue hasn’t been fixed. Can you guys look into this and make sure users can use their icons in the color they want?
Solved it here. Requires a bit of coding but it’s a fix for now: (Bug) Cannot change new SVG icon color - #2 by jose
Hi Jose, thanks for the tip on custom svgs However, main issue is that the phosphor icons libaries by Weweb have the exact same issue… so this is something Weweb really has to fix.
17d ago they said it would be hopefully live that week… but silence every since
Ah yes, for phosphor icons I have the same issue and don’t see a fix for now unfortunately. Hopefully there’s a fix soon
@Matthew_S @Tamara Any updates?
Dear Weweb team
I’m encountering the same issue after uploading a ZIP file containing 2,000 icons. Could you please clarify:
- How should these icons be organized within the ZIP file for proper integration?
- Is there a way to delete all uploaded custom icons at once? Manually removing them one by one from ‘custom icons’ would be extremely time-consuming.
Thank you for your support!
Has anybody else figured out a solution for binding various colors to the phosphor icons? Unless I’m mistaken, you can’t bind to the icons CSS, so while the fill
solution works if you have a static color, trying to set the color based on logic, eg green if good, red if bad is not possible.
While you can’t bind the CSS field directly, you can use different states, and the CSS field will follow the state.
Any idea why icons not working properly in staging or production?
My icons work fine in editor:
In staging: No icons
In production: Older icons working. Icons recently added, missing.
This is how I bind them, Icon name from database
Any updated to this fix please? Still got problems. I want to move to the new icon assets, but I don’t trust it yet.
WeWeb:
phosphoricons:
It’s seems like the icons really slow down the page and the page is only shown, once all icons on the page are loaded.
Is that intended ?
As some others have pointed out, if you are good with a static fix, applying fill
to the CSS on the icon seems to work. In your case, apply the same red you use for Color to CSS.
I wish we didn’t have to apply this workaround, so totally understand holding of until its properly fixed, but just in case. I use the filled circles for statuses and since CSS cannot be bound I’m unable to migrate to the new icons until resolved (thought someone suggested creating states for the element and applying custom CSS at the state level—see below—but not ready to sink time into that solution).