@ Roy
re: Asterisk:
You want to use this function within the card.php and card-single.phpfiles found in theconnections-cmapfolder within thepluginsfolder. Check for the specific category and if it exists echo out the*after the$entry->getNameBlock()` function in both files.
re: Minified CSS:
On production servers only the minified version of the CSS file is enqueued. The non-minified version will only be loaded if the SCRIPT_DEBUG constant is set to true in the wp-config.php file.
re: Mouseover tooltip:
That is rendered by the browser because the abbr tag has a title attribute to properly support the hCard spec. To my knowlegde and cursory searches, there is not a way to prevent this. The only option would be to edit this line changing both instance of abbr to span and then remove the title attribute.
Hope that helps! And thanks for the review!
