This topic has 13 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hi
can you please tell me what and how i need to set image sizes within the theme to stop them being blurry.
i am uploading all images at 400x400pix
please see link for example of the blurry image.
when the mouse rolls over it shows a smaller image that looks fine and what i would like is the image to be shown smaller when the mouse rolls over id like it to be bigger not the other way round as it is at the moment.
thank you
Hello,
You need upload images with high resolution, approximate sizes are 2,160px × 2,349px.
Regards,
Eva Kemp.
????
2,160 px ???
as in 2160 pixels? thats massive!! im not trying to view it on a 4k tv.
that cant be right,i upload to ebay at 400×400 and the images are crisp
Hello,
400×400 are small sizes for zoom effect, try to upload images with sizes at least 600px.
Or disable zooming in Theme Options.
Regards,
Eva Kemp.
the zoom looks fine its the actual product picture that looks blurry
please check link
Hello,
This is because of small sizes of the image. If you disable zooming you’ll see proper picture.
If you want to keep zoom effect you need upload the image in higher resolution.
Regards,
Eva Kemp.
that does look better thanks
so what are the themes setting for image sizes (whats recommended for the best results) and where can i find them.
thank you
Hello,
On our demo we use images with sizes 2,160px × 2,349px, but in your case they should be at least 600px.
Regards,
Eva Kemp.
ok thanks for the reply.
i just have 2 other small issues both on my main page (see link)
first of all the drop down menus at the top are unusable becaus of the contact us link
,if you try the graphics
drop don menu you will see you cant select it as you have to cross the contact us
which cancels it out so how can i sort this out.
secondly id like to get rid of all the product description text on that main page as it looks messy and not aligned but keep the price and add to cart buttons.
thank you.
Hello,
Please add this code in custom.css file:
.main-nav .menu > li .nav-sublist-dropdown {
top: auto;
}
Regards,
Eva Kemp.
it`s still the same after adding that to the custom.css
if i could just move the contact us
inline with everything else rather than it being on its own line that would be better
thank you.
i found the problem,it was being minified.
but i still want to remove the text from the featured and new arrivals on the home page,i just want the picture and price.
thank you
Hello,
Do you mean you want to remove product title?
In this case add the code below in custom.css file:
.slide-item .product .product-name {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up