Hi, thank you for the info, will be fixed in next version.
The hot fix:
open: components/com_phocagallery/layouts/box_image.php
change line cca 38:
FROM:TO:Let me know if this works for you.
Than you, Jan
The hot fix:
open: components/com_phocagallery/layouts/box_image.php
change line cca 38:
FROM:
Code:
echo HTMLHelper::_( 'image', isset($item->extid) & (int)$item->extid> 0 ? $item->extm : $item->linkthumbnailpath, $item->oimgalt, array( 'class' => 'pg-image c-Image c-Image--shaded', 'itemprop' => "thumbnail"));
Code:
echo HTMLHelper::_( 'image', isset($item->extid) & $item->extid != '' ? $item->extm : $item->linkthumbnailpath, $item->oimgalt, array( 'class' => 'pg-image c-Image c-Image--shaded', 'itemprop' => "thumbnail"));
Than you, Jan
Statistics: Posted by Jan — 03 May 2024, 01:55