-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon font manager #110
Comments
Yeah, this would be great. We could use: http://fontello.com/ Where you even can upload own icons and json and co. is automatically generated… |
Yes! Would love to have the ability to make a call to any of the existing Font Awesome library icons from within the Social Icon section. |
Could be useful if we can simply insert an icon also in the standard Text Editor Widget as a span element. |
IcoMoon is one of the bigger generators out there, and creates very customisable and clean CSS / SCSS as well. The CSS follows a very similar convention to FontAwesome too. Would be great to support that. I like @badcat 's idea too, about choosing whatever icon you please in the Social Icon section, to take care of niche services like Slack or Discord. @luizbills that's a good point about removing FA if it's not desired, no point in loading that library if you aren't using it at all :) |
Yes please, it would so nice to allow for font-awesome icons in the social element so we can choose generic icons to link to services not listed? |
We are working on a custom control for now but it would be very helpful to provide a hook like #1260 but also a way to include a whole font library. Thank you. So far working with Elementor has been an awesome experience. |
I second this :) My entire WP workflow has changed (for the better) thanks to this plugin 💪 |
I second to that, other Page Builders have the feature to at least choose a custom file as icon. Thanks! |
when choosing an icon it would be great to be able to have the option of adding the "fa fa-code" of a font awesome icon giving access to any new icons not currently included in the dropdown list. |
That is a top notch idea, though probably something that only coders would understand. ~~~Still it could be toggled on or off as "advanced features" in the settings page.~~~ Perhaps another idea is to simply have a checkbox toggle that hides the standard FA icon set, and then that activates the custom icon class refs option. Effectively replacing the icon with a blank "placeholder" that you could substitute with say, "material-icon-flag" etc. while getting all the icon customisation goodness in Elementor. |
While probably not the best approach, a workaround to adding custom icons would be to override the Elementor Icon control class with a custom class, and adding the extra icons in the 'get_icons()' method. |
+1 |
1 similar comment
+1 |
@albionselimaj thanks for sharing!! thanks |
Pleeeeeaaaaase this is important.. btw the new https://visualcomposer.io/ has a decent Icon tool with several icon fonts, though they do not let you upload your own.. But still much better than "ours" :/ You cannot let the competition get the better of Elementor :0) |
+1 |
@GreenRidingHood you don't have to touch the wp-content/plugins directory, just put that code in your theme. It overrides the default Icon class through the |
@albionselimaj I will try , thanks 👍 |
+1 |
+1. Also a designer in need of being able to fully customize iconography. |
+1 |
+1 for support of custom icon font management |
Great plugin that will let you add any custom icons font to elementor core options: |
@bentalgad - you got there just ahead of me! https://wordpress.org/plugins/custom-icons-for-elementor/. Finally a solution. |
+1 |
2 similar comments
+1 |
+1 |
opened in 2016, still nothing? 👎 |
My work is going all in on Elementor, this would be a killer feature. |
Really hoping to see this make it in Elementor! |
This feature has been added to Elementor Pro v2.6.0 Feel free to update Thanks! |
Ability to add your own icon fonts. Just uploding a zip with the font files, the css file and a conf file with the list of icon classes (maybe a json). And to remove the default font awesome (if the user wants).
The text was updated successfully, but these errors were encountered: