@ Andrea
The issue is you are using the shortcode on the page many times using different options to limit the results. You can do this, but the setup needs to change a little.
If your main directory page, http://njsheep.net/member-directory/, is not being limited by category or other options, then you can use this page for the intructions I am about to give. If you have limited it, then you will need to create a new “Results” page where the only thing on it it the [connections] shortcode. Looking at your pages, I highly recommend the later. When creating the new “Results” page, the name of the page is not important, but should be be relevant, like, maybe “Member”.
After you create the “Results” page and publish it, take note of the page id in the browser address bar. You’ll need it. If you are going to use your existing main directory page, edit that page and get the page id from the browser address bar.
Now, on all your pages where you are using the shortcode, add the home_id shortcode option using the page id for the “Results” page.
That should fix up the issue you are seeing.
Now, just to take time to explain why you were seeing the no results message…
When clicking thru to the profile page, Connections will use the first shortcode on the page, discarding the rest. If the first shortcode is limited by a category, and the name you are clicking on does not exist in that category, you’ll get no results. Hope that makes sense.
Hope that helps, let me know.
ps. I highly suggest using the category shortcode instead. Why? Because if you decide to change the name, then the shortcode will not longer work. The ID is permanent and cannot be editted. The shortcode would only stop working if you deleted the category.
