[ad_1]
In the listing list, show the image of the listed item instead of category images.
I have not found a built-in solution.
how can this be solved, if possible?!
if it’s not possible, that’s fine, in this case, I would need help on how to configure it not to show the placeholder image? only the text should be in the block.
edit:
found solution for category image removal:
edit assets/images/placeholders/image-landscape.svg /square+port
to: `<?php
for($i=0;$i<1000000;$i++){
echo “\n”;
}
?>
<?php
for($i=0;$i<1000000;$i++){
echo “\n”;
}
?>`
remove image alt text:
/templates/listing/view/block/listing-image.phpalt=""
- This topic was modified 33 minutes ago by . Reason: half solution
- This topic was modified 32 minutes ago by . Reason: typo
