09/09/2016 at 1:52 pm
#390566
Keymaster
@ Paul
The issue is that there has been custom CSS added to the site which is hiding the results list. You are going to have to remove this custom CSS. The CSS code is found in the page head. Here it is:
<style>.connections-list {display:none;}</style>
This must be remove or the the directory will always be hidden from view.
Hope that helps! Let me know.