Home » How To Fix Elementor Icons Not Showing

How To Fix Elementor Icons Not Showing

Last updated on June 8, 2021 by

Sometimes, mysterious things occur while developing. We also encountered the weirdest Elementor icons not showing the issue and we resolved it properly. In this article, we will show you how to fix the Elementor icons not showing. Let’s just sink into it.

Elementor Icons Not Showing

  1. Go to Elementor > Custom Icons and check for any custom icons that may be listed in either the Trash or Draft listings. If any are there, permanently delete them and check if this resolves the issue.
  2. If you don’t have any icons in the Trash or Draft folders at Elementor > Custom Icons, just install any custom icon to reset the library to its normal state. Learn how to install custom icons
  3. If you are using any security plugin or caching plugin then try to deactivate it for temporary and then check if this resolves the issue.
  4. If you have added any custom .htaccess rules then try to remove them for some time or just copy paste default WordPress htaccess rules from below and then check if this resolves the issue.
# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
  1. Last but not least, this issue can also arise due to specific server configurations and in this case, it needs to be checked by your hosting provider. So please contact your hosting provider support and they will surely resolve this.

Additionally, read our guide:

  1. How To Add Back Button In Elementor
  2. 403 Error When Updating In Elementor
  3. How To Add Multiple Post Types In Posts Widget In Elementor
  4. How to Add Products Per Page Dropdown in WooCommerce
  5. “Sorry, your session has expired. Return to homepage” – WordPress WooCommerce Error
  6. How to Create a Plugin in WordPress from Scratch
  7. How to Disable Admin Bar in WordPress Without Plugin
  8. How To Send Custom Emails in WordPress
  9. How to Allow Preview of Draft Post Without Login in WordPress
  10. Import Users From CSV In WordPress Programmatically
  11. Dynamically Populate A Select Field’s Choices In ACF
  12. How To Create Database Table In WordPress
  13. Difference Of require, include, require_once And include_once
  14. PHP: Get Day Name From Date
  15. PHP: Get Year From Date
  16. How To Update Pivot Table In Laravel

We hope this article helped you to solve elementor icons not showing issue.

Please let us know in the comments if everything worked as expected, your issues, or any questions. If you think this article saved your time & money, please do comment, share, like & subscribe. Thank you in advance 🙂. Keep Smiling! Happy Coding!

 
 

Leave a Comment