No problem, I’m at my paid job now, I only work on this site a couple hours in the mornings. I switched the test page to my default page template and used this short code:
[connections template="card" category='22']
I also have the problem when I try to use the default template as the all template.
It did occur it me I may have done something in my style sheet. http://jhcband.org/wp-content/themes/jhcb/jhcbextra.css
I have a H3:before tag with a bass clef, I did not like that in the contact cards so I added this on the style sheet, it worked on the cMap template as I expected.
/*hack for cMap Connections Template, remove bass cleff*/
.jhcb_wp .post .cn-right h3:before {
content:””;
width:0px;
margin:0px;
background:none !important;
}
