@ Roy
re: Remove image placholder:
You need to add this to the shortcode image_fallback='none'. That will remove the empty image placeholder.
re: Remove family relation label.
Unfortunately the logic that renders this on the page is pretty “dumb”, basically meaning, there is no option or way to use CSS to hide this label. I’ll have to address that. If you can manage editing some PHP you can remove the label that way. The line of code you need to edit can be found here.
re: Left align the character index:
Add the following to the theme’s custom CSS area or to the end of its styles.css file:
#cn-cmap .cn-alphaindex {
text-align: left !important;
}
re: Hide the map divider pipe |:
Add the following to the theme’s custom CSS area or to the end of its styles.css file:
#cn-cmap .toggle-map-divider {
display: none;
}
re: Asterisk by name when in specific category:
The short answer is no. The long answer is, you could probably as some PHP to check for a category and then output the asterisk. I can can refer you to a dev that does custom work on templates if this is something you’d like to pursue. Just let me know.
re: Dotted underline beneath dates:
It’s been awhile since I’ve seen this popup … See this FAQ.
I think I answered all the questions. Please let me know if I missed any. Thanks!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections
