Title: Edit and delete buttons missing
Last modified: June 23, 2017

---

# Edit and delete buttons missing

 *  Resolved [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/edit-and-delete-buttons-missing/)
 * I’m using the latest v3.1.3. For some reason my buttons to edit and delete my
   slides are missing. I checked Chrome Console and am not seeing any errors. It
   looks like the bundled version of font awesome is not loading on my backend (
   not seeing it when I view source). Here is a short screencast showing what I 
   see: [https://vimeo.com/222831258/049ad675ef](https://vimeo.com/222831258/049ad675ef).
   FYI, I was previously using Cyclone Slider 2 which was recently merged into this
   plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jargovi](https://wordpress.org/support/users/jargovi/)
 * (@jargovi)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/edit-and-delete-buttons-missing/#post-9262479)
 * I have the same problem.
    Turns out cyclone slider uses an old fontawesome version(
   3.2.1) inside their code which is problably overwritten by the fontawesome version
   of another plugin. The names of the icons inside this stylesheet are not the 
   same, therefore not recognized.
 * A quick fix is to change inside (around line 50) in src\CycloneSlider\AssetLoader.
   php
    change
 *     ```
       wp_enqueue_style( 'font-awesome', $this->url.'libs/font-awesome/css/font-awesome.min.css', array(), $this->version );
       ```
   
 * To
 *     ```
       wp_enqueue_style( 'cycloneslider-font-awesome', $this->url.'libs/font-awesome/css/font-awesome.min.css', array(), $this->version );
       ```
   
 * And your icons will re-appear. But this will only last untill the last update.
    -  This reply was modified 8 years, 10 months ago by [jargovi](https://wordpress.org/support/users/jargovi/).
    -  This reply was modified 8 years, 10 months ago by [jargovi](https://wordpress.org/support/users/jargovi/).
 *  Thread Starter [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/edit-and-delete-buttons-missing/#post-9262599)
 * Thanks for the workaround. That works.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Edit and delete buttons missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cyclone-slider_c67877.svg)
 * [Cyclone Slider](https://wordpress.org/plugins/cyclone-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyclone-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyclone-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/cyclone-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyclone-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyclone-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/edit-and-delete-buttons-missing/#post-9262599)
 * Status: resolved