- Posts: 20
- Thank you received: 0
Thumbnails too large
13 years 7 months ago #90545
by Grey64
Thumbnails too large was created by Grey64
Hi
1.when I switch the "layout on product page" to reversed the thumbnails become the same size as the main picture.
When set to default or inherit the thumbnails are tiny, how do I change this?
"reversed" www.luvbaby.com.au/products/product/25-i...folding-booster.html
"Inherit" www.luvbaby.com.au/products/prams/4-whee...raft-agile-plus.html
2. also how to I get rid of the word each after the price I've looked but can't find how?
Thanks
1.when I switch the "layout on product page" to reversed the thumbnails become the same size as the main picture.
When set to default or inherit the thumbnails are tiny, how do I change this?
"reversed" www.luvbaby.com.au/products/product/25-i...folding-booster.html
"Inherit" www.luvbaby.com.au/products/prams/4-whee...raft-agile-plus.html
2. also how to I get rid of the word each after the price I've looked but can't find how?
Thanks
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
13 years 7 months ago #90573
by Mohamed Thelji
Replied by Mohamed Thelji on topic Thumbnails too large
Hi,
1. I think that you'll maybe get rid of it with some CSS code.
2. You'll just have to :
- Go to "Hikashop->System->Configuration->Languages"
- Edit your language file
- Change the line :
by :
Hope this will help you.
1. I think that you'll maybe get rid of it with some CSS code.
2. You'll just have to :
- Go to "Hikashop->System->Configuration->Languages"
- Edit your language file
- Change the line :
Code:
PER_UNIT=" each"
Code:
PER_UNIT=" "
Hope this will help you.
Please Log in or Create an account to join the conversation.
13 years 7 months ago #90586
by Grey64
Replied by Grey64 on topic Thumbnails too large
Thanks but where in the CSS code do I fix the large thumbnails, if it was in the CSS would it not be the same for both settings?
Please Log in or Create an account to join the conversation.
13 years 7 months ago #90661
by Xavier
Replied by Xavier on topic Thumbnails too large
Hi,
The problem is that a css property seems to be applied on "div#hikashop_product_left_part img.hikashop_child_image" and not on "div#hikashop_product_right_part img.hikashop_child_image" to restrict the height.
Try to add this css property in the frontend css file in Config > Display > CSS:
The problem is that a css property seems to be applied on "div#hikashop_product_left_part img.hikashop_child_image" and not on "div#hikashop_product_right_part img.hikashop_child_image" to restrict the height.
Try to add this css property in the frontend css file in Config > Display > CSS:
Code:
div#hikashop_product_right_part img.hikashop_child_image {
height: 65px;
margin: 2px;
}
The following user(s) said Thank You: Mohamed Thelji
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds