bostoneventguide Hi
When you add new fields, you need to render that field to the listing layout, I just added for you in this file:
/templates/ja_findus/html/com_content/article/listing-1.php
Line 60:
$ltEventDate = empty($customs['event-dates']) ? '' : implode(",", $customs['event-dates']);
and lines 283-288:
<?php if($ltEventDate) :?>
<li>
<span class="label"><?php echo Text::_('TPL_EVENT_DATES');?>:</span>
<span class="content"><?php echo $ltEventDate ;?></span>
</li>
<?php endif ;?>
and do the same for other new fields.