Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Custom Icons for Elementor

Descripción

Enables the user to add their own custom icons to the built in Elementor icon controls and elements, thereby removing the reliance on FontAwesome and providing a better opportunity for branding with custom icon sets on your websites. Works exclusively through the use of Fontello’s free icon font service.

Plugin Features

  • Añade iconos ilimitados a tu web a través de los paquetes de fuentes de Fontello
  • View the icons in each uploaded pack, delete individual packs if desired
  • Use icons anywhere you would normally with the default Elementor icon selectors

Please note, this plugin requires the Elementor Page Builder to be installed and active. Elementor is a free plugin.

This plugin relies on a third party service for it’s functionality provided by Fontello. No private information is sent to their server, rather their provided webfont downloads are what’s used to add fonts to this plugin.

Looking for a video tutorial? Here it is!

Plugin Removal

Removing this plugin will render your custom icons to be deleted. Take care to un-select them from your icon elements prior to plugin removal.

Copyright

Custom Icons for Elementor is a plugin for WordPress that enables you to add custom icon fonts to the built in Elementor controls.
Copyright (c) 2018 Michael Bourne.

The Custom Icons for Elementor Plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

Puedes contactar conmigo en michael@michaelbourne.ca

Instalación

  1. Sube la carpeta del plugin al directorio «wp-content/plugins»
  2. Activa el plugin a través del menú de «Plugins» en WordPress
  3. Ve a Fontello.com para crear tu propia fuente de iconos. Descárgala en zip cuando esté terminada.
  4. Sube el archivo zip de Fontello a la página de configuración de plugins.

FAQ

¿Qué puedo hacer con este plugin?

Puedes añadir tus propios iconos desde Fontello a Elementor (versión gratuita y pro). Desde fuentes de iconos existentes a iconos personalizados en SVG. Olvídate de problemas con CSS o elementos de imágenes. Ahora está todo listo.

¿Puedo subir más de un paquete de Fontello a un sitio?

¡Puedes apostar que sí! Sube tantos como quieras, todos funcionarán. Sin embargo, asegúrate que le das un nombre único a cada fuente (la caja de texto junto al botón de descarga en Fontello)

¿Cómo puedo eliminar los iconos de Font Awesome del selector de iconos por defecto, para que solo mis iconos personalizados estén disponibles?

Añade esto a tu archivo «functions.php» en un tema hijo:

add_filter('eci_drop_fa', '__return_true');

¡AYUDA! ¿Por qué no funciona?

Existe una pequeña, pequeña posibilidad de que este plugin no funcione en tu alojamiento web. Está provocado por 2 causas, generalmente: una regla de `mod_security` que bloquea la subida de archivos ZIP o que falten las bibliotecas de PHP necesarias para descomprimir los archivos (ZipArchive). Hay buenas noticias: tu proveedor puede corregir ambas de manera sencilla. Si lo rechaza, plantéate migrar a un proveedor de alojamiento más moderno.

Reseñas

10 de noviembre de 2023
It very well may have worked way back when, but I can tell you, this plugin caused significant issues with our site that took a long time to determine. What could a little icon plugin do? right?? Well this one didn't break the site it just caused immeasurable performance issues. Glad we determined our culprit.
12 de junio de 2021
Thank you so much. This plugin is great. 10/10 recommend it
23 de marzo de 2020
This plugin is really helpfull, when you want to use more icons. For the first time it was little bit difficult to orient how it works, but later its great and really easy to use 🙂 I highly recommend it 🙂 And main reason - its free 😀
Leer todas las 33 reseñas

Colaboradores y desarrolladores

«Custom Icons for Elementor» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Custom Icons for Elementor» está traducido en 5 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «Custom Icons for Elementor» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.3.1

  • Small tweak for Elementor 2.6

0.3

  • Added support for the new Elementor v2.6+ icons manager

0.2.4

  • Supress PHP warning if Fontello file can’t be read by server
  • Add URL fallback for Fontello file reading (some servers are setup in a way that prevents server path reading)
  • Fix «empty Fontello file name» issues by defaulting to ZIP file name instead of random string, thereby fixing the «disappearing icons» in unnamed files
  • Fix CSS issues in editor and icon lists

0.2.3

  • Adjusted priority of custom function to prevent certain themes from breaking it
  • Change to parse css function to prevent a possible but rare error
  • Change to CSS display of icons from inline-block (FA style) to block (E style)
  • Added filter to remove FA icons from default selectors

0.2.2

  • Regen error fix

0.2.1

  • Improve CSS Regen to fix changed URLs
  • Tweak CSS display of icons to match native icons
  • Change CSS font-face path to relative URLs
  • Add uninstall method to clean up left over files

0.1.4

  • Fix the «empty box» icon error seen on some sites. Please reupload any affected fonts and regen your css.

0.1.3

  • Fix error where an un-named font will not render properly
  • Edit content directory reference

0.1.2

  • Rewriting of help instructions to be more clear
  • Limit upload area to zip files only to prevent confusion
  • Added javascript translations
  • Fixed icon font rendering after upload
  • Added additional error alerts on font upload for hosts with no zip support

0.1.1

  • Fix incorrect URI constant
  • Fix jQuery reloading of stylsheet in admin page
  • Fix internationalization and regenerate language files
  • Added French translation, care of Jean @momo-fr

0.1.0

  • Initial Public Version