Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36
  1. #21
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image & Description Position!!

    Red - This would basically be a matter of editing tpl_product_info_display.php, moving the code block marked with
    <!--bof Additional Product Images -->
    to above the product main image code

    and in your stylesheet, styling the container
    #productAdditionalImages {}
    and the individual images
    .additionalImages {}

  2. #22
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Is there a specific way I need to style the css to get the images there ? I am new to CSS and have played with it quite a bit but Im not knowledgeable enough to know off hand what to add?
    ~Red
    [FONT="Comic Sans MS"]Red[/FONT]

  3. #23
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image & Description Position!!

    Try something like this:
    Code:
    #productAdditionalImages {
        width: 200px;
        float: left;
        clear: left;
        }
    
    .additionalImages {width: 198px;}
    Lots of other possibilities...

    If #productMainImage has a clear: whatever; on it, you will need to remove that to get it on the same line as the additional images.

  4. #24
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Thank you at least that starts me off in the right direction!!!!
    You have been so helpful I greatly appreciate it as I have jumped into a redesign on this cart and picking up pieces it seems.

    Maybe you have some insight to another question I posted?


    I am having an issue with the alignment of my products on the category pages: See here: http://www.tylerandtallulah.com/shop...mmer-2009-c-15

    or here

    http://www.tylerandtallulah.com/shop/val-max-c-147




    If screen shot needed I can post.

    Is there a file I need to edit to correct this problem?

    It does not seem to like that I have two rows of text, as when added on any one line the shifting seems to begin.

    1.3.8
    Using columnar layout
    Last edited by Redcinamn; 10 Sep 2009 at 03:08 PM.
    [FONT="Comic Sans MS"]Red[/FONT]

  5. #25
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image & Description Position!!

    The alignment is different because cells in the top row of the table display are defined in the code as <th> instead of <td>, and the styling is different for heading elements. Add to your stylesheet

    #productListing th {vertical-align: top;}


    Ideally, the code should account for displays with actual headings and displays without, but you don't need to get into that.
    Last edited by gjh42; 10 Sep 2009 at 03:41 PM.

  6. #26
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Awesome!! It seems to have worked for some pages put for page like this: http://www.tylerandtallulah.com/shop...tops-c-129_130

    it is still off is there somewhere else I need to apply this bit as well?

    Thanks!
    [FONT="Comic Sans MS"]Red[/FONT]

  7. #27
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    AHH!!! I took your direction and fixed it myself!

    I added this as well :


    #productListing td {vertical-align: top;}

    and it seemed to force the other problem pages to the top as well.

    You are a life saver we wont even go into how long I worked on this before you answered..lol


    Thanks so much!!!

    [FONT="Comic Sans MS"]Red[/FONT]

  8. #28
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    Red - This would basically be a matter of editing tpl_product_info_display.php, moving the code block marked with
    <!--bof Additional Product Images -->
    to above the product main image code

    and in your stylesheet, styling the container
    #productAdditionalImages {}
    and the individual images
    .additionalImages {}


    Hmm Did this but everything pushed right and the thumbnails lined horizontally.

    This is the look I am(or client is) trying to achieve maybe that will help?

    http://www.melijoe.com/63719-silhoue...wing-city.html

    Also maybe there is a add on for this and I am just looking for the wrong name?



    ~Red
    [FONT="Comic Sans MS"]Red[/FONT]

  9. #29
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image & Description Position!!

    Did this but everything pushed right and the thumbnails lined horizontally.

    What styling did you use?

    There are mods for the product info layout, but I don't think any of them have additional images to the left of the main image. You're probably just as well working from what you have.

  10. #30
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    he pasted in this as above:


    #productAdditionalImages {
    width: 200px;
    float: left;
    clear: left;
    }

    .additionalImages {width: 198px;}

    Red - This would basically be a matter of editing tpl_product_info_display.php, moving the code block marked with
    <!--bof Additional Product Images -->
    to above the product main image code
    [FONT="Comic Sans MS"]Red[/FONT]

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 148
    Last Post: 18 Oct 2023, 12:08 PM
  2. v151 Position of Attributes on product description page
    By raunharman in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 15 Jan 2014, 05:10 PM
  3. NEWBIE: How do I position "description" on Featured & product listings?
    By hugozc in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 11 Feb 2012, 09:22 PM
  4. Fixing position of product description
    By caesartrading in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Sep 2011, 11:30 AM
  5. New Product form not saving some data / not displaying description & image in store
    By danshafer in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Mar 2011, 09:11 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR