Title: Bug with alerts
Last modified: August 22, 2016

---

# Bug with alerts

 *  Resolved [mattstypa](https://wordpress.org/support/users/mattstypa/)
 * (@mattstypa)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bug-with-alerts/)
 * There is a bug that prevents the alerts from showing in the correct type.
 * This can be seen on your own website here:
    [http://plugins.fruitfulcode.com/shortcodes/alert/](http://plugins.fruitfulcode.com/shortcodes/alert/)
 * All types show up the same color.
 * The problem are lines 250-253 in includes/shortcodes/shortcodes.php
 * It should be this:
 *     ```
       extract(shortcode_atts(array(
       	'id'	=> 'ffs-alert-' . rand( 1, 100 ),
       	'type'	=> ''
       ), $atts, 'fss_alert'));
       ```
   
 * [https://wordpress.org/plugins/fruitful-shortcodes/](https://wordpress.org/plugins/fruitful-shortcodes/)

The topic ‘Bug with alerts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fruitful-shortcodes_71d3c0.svg)
 * [Fruitful Shortcodes](https://wordpress.org/plugins/fruitful-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fruitful-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fruitful-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/fruitful-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fruitful-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fruitful-shortcodes/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mattstypa](https://wordpress.org/support/users/mattstypa/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/bug-with-alerts/)
 * Status: resolved