Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Location
    In a van down by the river
    Posts
    10
    Plugin Contributions
    0

    Default Additional Images Size

    [FONT="Arial"]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?[/FONT]

  2. #2
    Join Date
    Jul 2010
    Location
    In a van down by the river
    Posts
    10
    Plugin Contributions
    0

    Default 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

  3. #3
    Join Date
    Jul 2010
    Location
    In a van down by the river
    Posts
    10
    Plugin Contributions
    0

    Default 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...

  4. #4
    Join Date
    Jan 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Additional Images Size

    Hi ya
    I will be interested in knowing how to do this.
    thanks for your help
    sp

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Jul 2010
    Location
    In a van down by the river
    Posts
    10
    Plugin Contributions
    0

    Default 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);

 

 

Similar Threads

  1. Change Location of Additional Images on the page, and Size Chart....
    By nyc76 in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 24 May 2012, 11:05 AM
  2. Additional Images Size
    By 1105designs in forum Customization from the Admin
    Replies: 1
    Last Post: 2 Dec 2011, 06:20 PM
  3. Additional Images Size
    By alepia in forum General Questions
    Replies: 23
    Last Post: 17 Nov 2011, 04:49 PM
  4. want additional images bigger without having to change 'small' image size in admin
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Aug 2010, 01:04 AM
  5. Additional images with medium size
    By rungun in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 07:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg