- Posts: 51
- Thank you received: 0
Larger image on the product page?
- Andreas_Sweden
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
For listings of products: .hikashop_product_image img {width: XXXpx !important; height: YYYpx !important; }
For the product page : #hikashop_main_image img {width: XXXpx !important; height: YYYpx !important; }
and for the div of the main image on the product page: .hikashop_product_main_image_thumb img{width: XXXpx !important; height: YYYpx !important;}
where XXX and YYY are the width and height desired.
For the product page's small thumbnails: div#hikashop_product_left_part img.hikashop_child_image{ margin : XXXpx; height:YYYpx; }
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
if(!$this->config->get('thumbnail'))
to
if(!$this->config->get('image'))
This will display your main image, I hope this can help
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Try to edit tmpl/show.php line 38
if(!$this->config->get('thumbnail'))
to
if(!$this->config->get('image'))
This will display your main image, I hope this can help
Thanks, that was very helpful!
Please Log in or Create an account to join the conversation.
Is there a way I can just set maximum width, and Hika can resize the image, keeping the aspect ratio?
Please Log in or Create an account to join the conversation.
See the link below:
baselinesupplies.co.uk/shop/hikashop-men...gory_pathway-16.html
Any ideas?
Please Log in or Create an account to join the conversation.
For the multiple images issue, that's because you need to add some CSS as well:
#hikashop_main_image_thumb_div { height: XXXpx !important;}
where XXX is the height of your images.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
example:
baselinesupplies.co.uk/shop/hikashop-men...gory_pathway-37.html
change size and the bug is visable
thanks in advance for any help you can give
Please Log in or Create an account to join the conversation.
.hikashop_product_main_image_thumb{ height: XXXpx !important;}
where XXX is the height of your images.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
example:
baselinesupplies.co.uk/shop/hikashop-men...gory_pathway-21.html
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 152
- Thank you received: 0
Try to edit tmpl/show.php line 38
if(!$this->config->get('thumbnail'))
to
if(!$this->config->get('image'))
This will display your main image, I hope this can help
I have tired editing this to use the larger image, however it only works for the initial image, not for characteristics.
For an example try changing the textile and feet characteristic on this testing product page:
deadlink
What would I need to do to use the full image on all characteristics?
Thanks,
Phil
Create your own style of luxury bespoke furniture online
Please Log in or Create an account to join the conversation.