I have detected an issue where in IE8 the span tag would sometime not open for Notes, Bio, or Map links. I sent in a support request on this. I’ve found the issue. The line:
echo '<a class="cn-map-anchor toggle-map" id="map-anchor-' , $entry->getRuid() , '" href="#" data-uuid="' , $entry->getRuid() , '" data-str-show="' , $template->market->strMapShow , '" data-str-hide="' , $template->market->strMapHide , '">' , $template->market->strMapShow , '</a> | ';
needs to be
echo '<a class="cn-map-anchor toggle-map" id="map-anchor-' , $entry->getRuid() , '" href="#" data-uuid="' , $entry->getRuid() , '"data-str-show="' , $template->market->strMapShow , '"data-str-hide="' , $template->market->strMapHide , '">' , $template->market->strMapShow , '</a> | ';
Note the space in ‘” data-str-show=”‘ causes the issue. If it is removed ‘”data-str-show=”‘ all works. This is the same for the hide element.
Hope this helps!

Can you tell us where to find that line of code? Thanks!!
@peggy
Are you experiencing this issue being reported?
The line of code is from the template.php file.
I’m not sure if it’s a browser issue or not. In the Market template, when I click on my category names (in the left-hand column), I’m taken to my site’s front page, NOT to a listing of entries in that category. Just in case this was the reason, I was going to go ahead and change it to see if that would fix it (unless you have a better idea).
Is there a user forum for sharing ideas, fixes, etc. or do we have to bother you with all our questions? (I know you must be SO busy!!)
Thanks!
@peggy
It sounds like you do not have permalinks setup. Please refer to this FAQ: http://connections-pro.com/faqs/why-does-it-go-to-the-home-page-when-i-choose-a-category/
No I don’t have a forum yet … time is my enemy. Contacting me through help desk, Trac and comments all work for me right now.