Maybe other forum users already have found the solution ?
I would like to make clicking on product picture to open product details in category view, not the lightbox.
Thanks in advance.
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
echo '<a href="' . $product->link . '" title="' . $product->product_name . '"><img src="' . $product->images[0]->file_url_thumb . '" alt="' . $product->product_name . '" /></a>';
teitbite wrote:Hi
No it's me who's wrong. I forgot that VM style needs to be updated in template
So Yes You need to make the same change again. I believe I've described it good, but if You'll have a problem please let me know.
h2.catSub {
height: 30px;
overflow: visible;
position: relative;
z-index: 10;
}
.category-view .row .category .spacer h2 a {
height: 155px;
}
teitbite wrote:Hi
I cannot remember how many times I've been explaining how to make it Unfortunately it's not an easy process. Let try a new approach. Try with adding this to css:
- Code: Select all
h2.catSub {
height: 30px;
overflow: visible;
position: relative;
z-index: 10;
}
.category-view .row .category .spacer h2 a {
height: 155px;
}
It basicaly covers an image with the above link to category.