Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Additional Images vertical

    I have read the tutorial on how to place the additional images in a new place. What I am wanting to do is span my additional images 550 pxls per image and make them line up vertically under the description.

    Here is my page

    http://judahpro.com/newgulf/index.ph...&products_id=1

    This is a screenshot of what it looks like in IE6,(This is the way I want it to look)

    http://www.judahpro.com/IE6.jpg


    THis is a screenshot of IE7. THe images are overlapping.

    http://www.judahpro.com/IE7.jpg

    How can I fix this?
    _X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|

    Judah

    WORK YOUR BUSINESS LIKE IT IS ALL UP TO YOU....PRAY FOR YOUR BUSINESS LIKE IT IS ALL UP TO GOD
    QUOTE BY: UNKNOWN

  2. #2
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Additional Images vertical

    I have been looking on this forum and there are a lot of unanswered questions. Is there a more comprehensive forum that I can go to. This is the third question that I would like to know the answer to and Noone is here.

    Sorry Judah for messing up your post, I just need some answers.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Additional Images vertical

    I think you'll find that questions about how to arrange elements on a particular page are more likely than most to go unanswered.

    Doing that sort of re-arrangement is very often a matter of trial-and-error rather than a simple 'go here and do this' and few people here have the time to do the work.

    judah - a link to your site would be much more useful than the screenshots to those of us able and willing to help.

    Tahitiansam - might be better if you started a thread with the question(s) you have, rather than hijacking this one.

  4. #4
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Additional Images vertical

    Thank you!

    The first link is too my site. The second and third links are screenshots how it does in 2 different browsers. I want it to do like the IE6 screenshot.
    _X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|

    Judah

    WORK YOUR BUSINESS LIKE IT IS ALL UP TO YOU....PRAY FOR YOUR BUSINESS LIKE IT IS ALL UP TO GOD
    QUOTE BY: UNKNOWN

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Additional Images vertical

    Looks exactly like the IE6 screenshot in both IE7 and FF2 to me.

    Have you cleared your cache?

  6. #6
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Additional Images vertical

    I have solved this already. I was meaning to post the answer. I just haven't had time.

    I took the page called additional_images.php found in the MY_STORE\includes\modules folder and changed this:

    Code:
    if ($num_images) {
      $row = 0;
      $col = 0;
      if ($num_images < IMAGES_AUTO_ADDED || IMAGES_AUTO_ADDED == 0 ) {
        $col_width = floor(100/$num_images);
      } else {
        $col_width = floor(100/IMAGES_AUTO_ADDED);
      }
    WITH THIS:

    Code:
    if ($num_images) {
      $row = 0;
      $col = 0;
      if ($num_images < IMAGES_AUTO_ADDED || IMAGES_AUTO_ADDED == 0 ) {
        $col_width = floor(100);
      } else {
        $col_width = floor(100);
      }

    What was happening is it would show my images and start the next image if I had 3 images 33% of that image and then the next 33% of it.

    4 images = 25%
    2 images = 50%

    I just took away the math and told it to span 100%
    _X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|

    Judah

    WORK YOUR BUSINESS LIKE IT IS ALL UP TO YOU....PRAY FOR YOUR BUSINESS LIKE IT IS ALL UP TO GOD
    QUOTE BY: UNKNOWN

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

    Default Re: Additional Images vertical

    Or you could have done this from the admin

    admin > config > images > Product Info - Number of Additional Images per Row > set to "1" and the math would allocate 100%
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Additional Images vertical

    I likeyour way better. But it is done now.


    Thanks
    _X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|

    Judah

    WORK YOUR BUSINESS LIKE IT IS ALL UP TO YOU....PRAY FOR YOUR BUSINESS LIKE IT IS ALL UP TO GOD
    QUOTE BY: UNKNOWN

 

 

Similar Threads

  1. Additional Images Vertical Align Issue
    By jeanjeanitaly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Sep 2011, 05:11 PM
  2. Vertical align images
    By knutsford-software in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Apr 2011, 11:02 AM
  3. Additional Images Vertical but i want them horizontal
    By Checooper in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Aug 2010, 03:56 PM
  4. Vertical align additional images
    By ivanc in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Feb 2009, 02:10 AM
  5. Going vertical with additional images
    By libragear in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 08:36 AM

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