responsive imags in hilkashop product pages.

GK User
Tue Mar 17, 2015 7:15 pm
Hi I notice in the template Storefront the main product image is responsive but as I am using Hilkashop, in its product pages the main image is static in size the page reformats in size as do the thumbnail images, but if I use a size not much bigger than the default size stated in your Hilka setup page, I get text crashes as the image stays one size.
is this a Hilkashop issue or a template issue.
as I would like the images larger but to auto resize like they do in the demo but within hilka modules.
or am I missing something in the setting's.

on a side note I don't like the menu shrinking to the 3 bars when using the site on a ipad 4 size screen I can tweak it in layout so it doesn't is that the best place or should I do it at code level
I would prefer that it only shrinks if the menu is crashing the logo. so navigation is always fully up until it simply doesn't fit. is that possible if so how.
User avatar
Fresh Boarder

teitbite
Sun Mar 22, 2015 4:56 pm
Hi

Please tell me the exact url to the page with the image issue.
User avatar
Moderator

GK User
Sun Mar 22, 2015 5:10 pm
http://www.s18106003.onlinehome-server. ... -extension
I have down sized the image to a landscape version of you recommended settings in your setup guide for Hilka shop I have talked to Hilka shop they told me add code the the default CSS to make the images resize, but your settings by past that CSS file for ones in your template.
The image resize issue is most obviousness when testing on my desktop PC when I can drag the window to phone size, if I do only part of the image is displayed, and as you drag you can see the text crashing as the static images encroach the text this was very bad until I dropped the image size Back to closer to default.
Thx Ian
User avatar
Fresh Boarder

teitbite
Wed Mar 25, 2015 6:30 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
div#hikashop_product_left_part div {
    height: auto !important;
    width: 100% !important;
}
User avatar
Moderator

GK User
Sun Mar 29, 2015 11:28 am
thx that sorted it
User avatar
Fresh Boarder


cron