Thank you for the help. BTW I am running the latest stable version of Hika. I put the previous.
<div style="position:relative;text-align:center;clear:both;<?php if(!empty($divWidth)){ echo 'width:'.$divWidth.'px;'; } ?>margin: auto;" class="yjt_polaroid yjt_group radiusb10" title="<?php echo $this->element->main->product_name; ?>"
I found the code I did in views / products_block_img. It is above. I did this many years ago and forgot where anything I did is.
My problem now is I would like the text of the product title showed with the image. It use to do this and suddenly stopped.
title="<?php echo $this->element->main->product_name; ?>"
Does this above code snippet put product text? Or how can I get that to occur?
TIA