I moved the current live version to my staging site. Disabled all plugins. Deleted the [employees] shortcode from my directory page. Deleted the Simple Intranet Plugin and Reinstalled it. I reapplied the employees short-code to my directory page, updated the page (again no plug-ins active) and had the same result. I inspected the element in chrome and noticed that the address was coming in under the “sid_company” span.
I opened my text editor and did a search through the plugin for “sid_company” it came up with a couple results.
Plugins\simple-intranet-directory\main.php:
1407:
echo ‘<span class=”sid_title”>’.$title.'</span>
<span class=”sid_dept”>’.$dept.'</span>
<span class=”sid_company”>’.$company.$address.$postal.'</span><span class=”sid_email”>’.$email.'</span>
<span class=”sid_phone”>’.$phone2.'</span>
<span class=”sid_phone_extension”>’.$ext.'</span>
<span class=”sid_mobile_phone”>’.$mobile2.'</span>
<span class=”sid_fax”>’.$fax2.'</span>
<span class=”sid_custom1_label”>’.$custom1label.'</span>
<span class=”sid_custom1″>’.$custom1.$cu1.'</span>
<span class=”sid_custom2_label”>’.$custom2label.'</span>
<span class=”sid_custom2″>’.$custom2.$cu2.'</span>
<span class=”sid_custom3_label”>’.$custom3label.'</span>
<span class=”sid_custom3″>’.$custom3.$cu3.'</span>’;
Appending $city.state. to company did indeed add the city and state to the directory. Formatting is incorrect but at least it works. Hopefully this is helpful. Sorry it took so long to respond