Forums / Templates, Stylesheets, Page Layout / Additional Images Size

Additional Images Size

Results 1 to 12 of 12
01 Oct 2010, 13:24
#1
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Additional Images Size

Is there a way to enlarge the additional image size without affecting the size of the thumbnails in the side boxes? I know the additional imag size can be changed with admin>configure>images>small image size, but when I make this setting larger it does make the additonal imge larger but it throws off the layout of my page, making the sidebox thums larger also. Is ther a way?
01 Oct 2010, 20:09
#2
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Additional Images Size

I'm using v1.3.9 Can anybody tell me how to make the additonal image larger? I know this is controlled by the admin>configure>images>small image setting but when I make it larger it makes my thumbnails in my new items side box larger and throws off the whole layout. Here's a link to the page I'm playing with,

http://myshirthouse.com/index.php?ma...roducts_id=289
03 Oct 2010, 11:04
#3
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Additional Images Size

Never mind, after a lot of time trolling the net, not this forum, I was able to figure it out. Anybody wanting the answer can contact me through this thread and I'll be glad to help, unlike the zen-gods that may believe this question is unimportant. Not meaning to offend anybody but I've never had a question aswered through this forum. BTW, is it me or is this forum just as confusing as zen cart itself?...A Bit Bitter...
04 Oct 2010, 06:21
#4
ebanknoteshop avatar

ebanknoteshop

New Zenner

Join Date:
Jan 2010
Posts:
5
Plugin Contributions:
0

Re: Additional Images Size

Hi ya
I will be interested in knowing how to do this.
thanks for your help
sp
04 Oct 2010, 06:40
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Additional Images Size

Anybody wanting the answer can contact me through this thread and I'll be glad to help

And you are being a good community member - -
Post your solution
Not meaning to offend anybody but I've never had a question aswered through this forum.

Most of the community is volunteers...
BTW, is it me or is this forum just as confusing as zen cart itself?...A Bit Bitter...

It is just you
Anybody wanting the answer can contact me through this thread and I'll be glad to help

And you are not being a good community member -
Post your solution
04 Oct 2010, 10:25
#6
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Additional Images Size

Find the file includes>modules>additional_images.php

On/about line 177 and 179 find these lines of code

$thumb_slashes = zen_image($base_image, addslashes($products_name), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);

$thumb_regular = zen_image($base_image, $products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);

Change all the SMALL to MEDIUM, like this

$thumb_slashes = zen_image($base_image, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);

$thumb_regular = zen_image($base_image, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);
04 Oct 2010, 10:41
#7
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Additional Images Size

@Kobra, I didn't post a soulution because it seemed as if nobody was interested in my problem until I got a little 'chippy' about it.

Also, as a New Zenner this was very difficult for me to figure out. I would think a Black Belt would have posted the solution without dificulty.

As fare as being a 'good community member' goes, check yourself. You could have posted the soulution and upheld your 'good community member Black Belt status' without chastising me for not doing what appeared to be of no interest to anybody.

I believe it was my bitternes that attracted you to this thread rather than the intention of offering the help a 'good community menber' would have had.

Also, If it is me being confused as to the ease of use of this forum, could you please, 'Mr. Black Belt Good Community Member' not wag your finger at me but rather point me in the directions of how to use the forum. I have not found CLEAR DIRECTIONS to do so yet. Even the directions offered in this forum are confusing.
04 Oct 2010, 17:09
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Additional Images Size

Thanks for being upstanding and posting what you found

kobra:

Most of the community is volunteers...

As I stated above, as such we look to how much time, the abilities of the poster, and many factors when considering answering.

With less than 10 posts, and abrupt posts at that, no way of determining your experience....you didn't add anything about knowing php or not - - -
basically nothing but
"I have a problem - - what is the solution"

Recommending editing a file when we know nothing about you can become a task...
Some do not know other basics, such as FTP, file permissions, etc
Also, If it is me being confused as to the ease of use of this forum, could you please, ... point me in the directions of how to use the forum.
I have not found CLEAR DIRECTIONS to do so yet.

It is there for anyone who takes the time to look

About Posting link above
  • Before you post a question on the forum ...
  • How To Ask Questions The Smart Way

Not meaning to offend anybody but I've never had a question aswered through this forum.

From the "Forum Do's and Don'ts"
  • Cross Post. Cross Posting is posting the same message in multiple threads or posting links to threads on other boards. It's seen as spam.
  • Only post once (not multiple times on the same issue) and then be patient. We are all volunteers, we all live in different time zones, we all have lives, and the expert you need at that moment may just not be available.

And you had already "hi Jacked" other posting issues with this same issue before creating this thread
http://www.zen-cart.com/forum/showthread.php?t=44274
http://www.zen-cart.com/forum/showthread.php?t=9114
I didn't post a soulution because it seemed as if nobody was interested in my problem until I got a little 'chippy' about it.

Actually, not the case at all...
I only posted because ebanknoteshop was seeking a similar solution and that is what the "community" is about...wheather you found a solution or another assisted you, the answer should have been here for others to find

You got ZenCart, - - - paid nothing for it...
You can become part of the community and give back or not...
04 Oct 2010, 17:34
#9
ddagmij avatar

ddagmij

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Additional Images Size

kobra:

Thanks for being upstanding and posting what you found

You are welcome.

As I stated above, as such we look to how much time, the abilities of the poster, and many factors when considering answering.

With less than 10 posts, and abrupt posts at that, no way of determining your experience....you didn't add anything about knowing php or not - - -
basically nothing but
"I have a problem - - what is the solution"

I believe I asked and said more than that.

Recommending editing a file when we know nothing about you can become a task...
Some do not know other basics, such as FTP, file permissions, etc

Understood

It is there for anyone who takes the time to look

About Posting link above
  • Before you post a question on the forum ...
  • How To Ask Questions The Smart Way


From the "Forum Do's and Don'ts"

I've read all this stuff and it's still confusing.

And you had already "hi Jacked" other posting issues with this same issue before creating this thread
http://www.zen-cart.com/forum/showthread.php?t=44274
http://www.zen-cart.com/forum/showthread.php?t=9114

Not really understanding this as I've done nothing others have done and gotten results.

Actually, not the case at all...
I only posted because ebanknoteshop was seeking a similar solution and that is what the "community" is about...wheather you found a solution or another assisted you, the answer should have been here for others to find

Well, I still don't see a solution offered by you for ebanknoteshop so like I said before, check yourself before you wag your finger at me.

You got ZenCart, - - - paid nothing for it...
You can become part of the community and give back or not...


True, like millions of others. Good day to you and thanks for your input.
28 Jun 2011, 16:49
#10
dat311 avatar

dat311

New Zenner

Join Date:
Jun 2011
Posts:
65
Plugin Contributions:
0

Re: Additional Images Size

Hi, I changed the coding as advised to:

$thumb_slashes = zen_image($base_image, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);

$thumb_regular = zen_image($base_image, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);


but nothing happened. The thumbnail additional images are still the same small size. Can anyone else advise what to do to make the thumbnails larger?

http://lunapetuniadesigns.com/index.php?main_page=product_info&cPath=1_7&products_id=2

Thank you!!
29 Jun 2011, 01:38
#11
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Posts:
1,558
Plugin Contributions:
1

Re: Additional Images Size

dat311:

Hi, I changed the coding as advised to:

$thumb_slashes = zen_image($base_image, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);

$thumb_regular = zen_image($base_image, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);


but nothing happened. The thumbnail additional images are still the same small size. Can anyone else advise what to do to make the thumbnails larger?

http://lunapetuniadesigns.com/index.php?main_page=product_info&cPath=1_7&products_id=2

Thank you!!


Hi Dat

which file did you adjust

includes>modules>additional_images.php

or

includes/modules/your_template/additional_images.php

Normally you would adjust the second one
25 Oct 2011, 20:27
#12
enigma666666 avatar

enigma666666

Zen Follower

Join Date:
May 2010
Posts:
142
Plugin Contributions:
0

Re: Additional Images Size

I've been looking for an answer to this for some time now, thank you so much for posting the solution!