FIXED IT … !!!!!
open FTP
go to wp-admin/menu.php dowload this file and paste this code
“$menu[300] = array( sprintf( __(‘Cyclone Slider %s’), “<span class=’awaiting-mod count-$awaiting_mod’><span class=’pending-count’></span></span>” ), ‘edit_posts’, ‘edit.php?post_type=cycloneslider’, ”, ‘menu-top menu-icon-comments’, ‘menu-comments’, ‘dashicons-admin-comments’ );”
inside this
after this .
“$menu[25] = array( sprintf( __(‘Comments %s’), “<span class=’awaiting-mod count-$awaiting_mod’><span class=’pending-count’>” . number_format_i18n($awaiting_mod) . “</span></span>” ), ‘edit_posts’, ‘edit-comments.php’, ”, ‘menu-top menu-icon-comments’, ‘menu-comments’, ‘dashicons-admin-comments’ );
unset($awaiting_mod);”
It worked for me like a charm …. :)(Y) 😉