Page 1 of 1
[Solved] Where have the settings gone for images!!
Posted: Sun Apr 10, 2016 7:34 pm
by Copernicus
Hi everyone
Can someone solve this mystery please? II have recently installed opencart 2.2.0.0. There is a function that I have used to change the image size for the layout which is supposed to be found at:
SYSTEM
SETTINGS
EDIT
IMAGE
You can see from my uploaded image that the rest of the fields are missing!
1. Am I looking in the wrong place?
2. Are any files missing with the upload - did I do something wrong?
Opencart is also on another site I own and I still cannot find it there. There were no errors when installation took place.
Could somone please point me in the rght direction? Thank you.
Re: Where have the settings gone for images!!
Posted: Sun Apr 10, 2016 8:35 pm
by IP_CAM
here they are...
Ernie
Re: Where have the settings gone for images!!
Posted: Mon Apr 11, 2016 12:06 am
by Copernicus
Ernie thank you! Wonderful! Wonderful!
Saved me hours! just could not find where they were.

Re: Where have the settings gone for images!!
Posted: Wed Aug 10, 2016 2:42 pm
by arunquest
In opencart 2.3.02 is there any way to change the image sizes . Because i did not find any theme options.
Thx

Re: Where have the settings gone for images!!
Posted: Thu Aug 11, 2016 11:26 am
by Serafina
I am having the same issue. I can't find the settings to change the image size in OC 2.3.0.2
Can anyone shed some light on it?
thanks in advance.

Re: Where have the settings gone for images!!
Posted: Thu Aug 11, 2016 11:36 am
by Serafina
Never mind. Found it.
Home - extensions - themes
Re: [Solved] Where have the settings gone for images!!
Posted: Wed Sep 07, 2016 4:46 am
by klyn05
I couldn't find it either on OC 2.2, so I was glad when I finally found this post.
It is in fact in Home > Extensions > Themes in admin panel.
So I changed Product Image Thumb size in my Default theme which is enabled... nothing changed on my page.
I tried any of the other ones that it could possibly be, nothing changed the sizes of my thumbnail images...
Does anyone have any suggestions for this?
Re: [Solved] Where have the settings gone for images!!
Posted: Tue Nov 15, 2016 10:04 am
by klyn05
^No suggestions for this (above post)?
I am still having this issue in OC 2.2. I can't get my product thumbnail sizes to change.
Again, I change the thumbnail size for all product images in Themes (admin panel). Nothing changes.
Have of course tried the usual, clear and refresh mods, clear cache, etc.
Can't get the thumbnails to change size? Any help?
Re: [Solved] Where have the settings gone for images!!
Posted: Tue Nov 15, 2016 10:20 am
by klyn05
Well, I figured out a workaround for now. Unfortunately, it changes the size of all thumbnails in category and for my related products, etc. Can't specify which one I want changed. Product images on product page are still the same size though, which is good.
On stylesheet.css:
Code: Select all
.product-thumb .image img {
margin-left: auto;
margin-right: auto;
height: 75%;
width: 75%;
}
Changed height and width from 75% to 50% on both and it made the images that much smaller.
klyn05 wrote:^No suggestions for this (above post)?
I am still having this issue in OC 2.2. I can't get my product thumbnail sizes to change.
Again, I change the thumbnail size for all product images in Themes (admin panel). Nothing changes.
Have of course tried the usual, clear and refresh mods, clear cache, etc.
Can't get the thumbnails to change size? Any help?