After upgrading to J Business Directory 5.3.2 the Business Category images are not showing. Please advice how to restore them.
The map has also vanished after the upgrade. I guess you are looking to fix it in the next release.
Have you done an override for categories default.php for the categories_style_*.php? The path code to the images directory changed in the categories_style_*.php (components/com_jbusinessdirectory/include) . So be sure you have the correct default.php and categories_style_*.php called (which changed by update) and create a new override if wanted.
Hi,
Please make sure that all the caches are cleared (browser, Joomla, JCH ...) and then try again.
No we have not created any override for the component on the site.
On looking up in Chrome Inspection Console for one Business Category image I can see:
<div class="categories-slide-image" style="background: url(/PICTURES_PATH/categories/Badgessquare-1488501436.png); background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
</div>
Notice that the PICTURE_PATH variable does not get converted to a path.
Hi,
It seems that the module has not been updated.
The correct constant is BD_PICTURES_PATH and that's why is not translated.
We have fixed that for you.
Thank you.