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/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'));
The topic ‘Bug with alerts’ is closed to new replies.