in the wp-content/plugins/listings-for-appfolio/inc directory, I changed the listings.php file as shown below. I’m not sure that this *ever* worked correctly???
--- listings.php.orig 2021-01-08 12:38:43.360406710 -0800
+++ listings.php 2021-01-08 12:39:36.343651401 -0800
@@ -185,7 +185,7 @@
$listingItemBody = $listing->find('.listing-item__body', 0);
$listingItemAction = $listing->find('.listing-item__actions', 0);
$listing_Img = $listing->find('img.listing-item__image', 0)->{'data-original'};
- foreach($listingItemBody->find('dl.detail-box__item') as $db_itm){
+ foreach($listingItemBody->find('dl .detail-box__item') as $db_itm){
$label = $db_itm->find('.detail-box__label', 0)->innertext;
$val = $db_itm->find('.detail-box__value', 0)->innertext;
if($label == 'Bed / Bath'){