On the Search Results Page (in list mode): I tried all different styles but they no longer show the categories for each listing below the map. The type is also gone.
Hi,
The categories and type have been removed for performance reasons.
Version 5.2.4 was optimized to provide better performance. We will check to see if categories and types were introducing some performance penalties.
If not, we will add them back.
I extended the subscription as I was hoping for performance improvements - but without taking out a feature that I think is important. At least in my case.
The filtering and displaying of categories is very valuable for users, so they can drill down easily and before they click they can see what categories apply to a business.
:-(
How can I add them back with 5.2.4? What template changes are required?
Hi,
You have to edit administrator/components/com_jbusinessdirectory/tables/company.php and on line 323 change
$whereCatCond = '';
with
$whereCatCond = ' and 1 ';