Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Moving Additional Pictures

    Hello,
    I can't seem to get my additional pictures to the location I want.. I have included a picture of how I want the extra pictures to look


    Here is a link to how the page currently looks, any help would be super!

    Thanks!


    http://www.alexandracassaniti.com/ne...i-bottom-p-173
    Attached Images Attached Images  

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    Moving your additional images up or down on the product page may be an easier task for the forum.

    However moving them to the left side in rows instead of the zc traditional columns may be worth submitting to the commercial forum for this involves a bit more coding.

    Can be done though!

  3. #3
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    That really doesn't help me at all. I am looking to do it myself, not paying someone to do it.

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    I got this to work on my test site so I may be able to walk you through it. 1 step at a time.

    open your
    /includes/templates/CUSTOM_TEMPLATE/templates/tpl_product_info_display.php


    find:
    Code:
    <!--bof Additional Product Images -->
    CONTENTS_WITHIN
    <!--eof Additional Product Images -->
    move it below:
    Code:
    <!--bof Main Product Image -->
    CONTENTS_WITHIN
    <!--eof Main Product Image-->
    now above <!--bof Main Product Image --> tag insert a
    Code:
    <div>
    and below <!--eof Additional Product Images --> tag insert a
    Code:
    </div>
    & 2
    Code:
    <br class="clearBoth" /><br class="clearBoth" />

  5. #5
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    Once that is done I can give you the correct code (styles) to add to your stylesheet to bring it all together.

  6. #6
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    Okay, I did that.. only one question.. where do i add the &2
    after I add the </div> ? or somewhere else?

  7. #7
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    & 2 <br class="clearBoth" />

    so it will look like this:
    Code:
    </div><br class="clearBoth" /><br class="clearBoth" />

  8. #8
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    Ok, that is done.. I am ready for the css code.

  9. #9
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Moving Additional Pictures

    ok here goes, in your /includes/templates/classic/css/stylesheet.css file:

    find:
    Code:
    #additionalImages {
    	clear:both;
    	font-size:1.3em;
    	padding-top: 15px;
    	float:left;
    	margin:0 0 0.5em 0;
    	line-height:1.4em;
    	text-transform:capitalize;
    }
    change to:
    Code:
    #additionalImages {
    position:absolute;
    top:160px;
    right:0px;
    width:225px !important;
    font-size:1.3em;
    padding-top: 15px;
    margin:0 0 0.5em 0;
    line-height:1.4em;
    text-transform:capitalize;	
    }
    find:
    Code:
    #productAdditionalImages {
    margin: 0;
    padding:0;
    float:left;
    width:80%;
    }
    change to:
    Code:
    #productAdditionalImages {
    position:absolute;
    top:190px;
    right:0px;
    width:225px !important;
    text-align:center;
    }
    find:
    Code:
    .additionalImages {
    float:left;
    }
    change to:
    Code:
    .additionalImages {
    width:225px !important;
    }

    find:
    Code:
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	clear:both;
    	margin:0px 150px 0px 5px;
    		}
    change to:
    Code:
    #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	clear:both;
    	margin:0px 150px 0px 5px;
    		}
    and add:
    #productMainImage {float:left;width:500px !important;position:relative;}
    Hope it works! Good luck

  10. #10
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Moving Additional Pictures

    It works but I need to adjust it a bit, Any help will be awesome, thanks again!

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. v151 Problem viewing additional pictures
    By elvisstuff in forum General Questions
    Replies: 8
    Last Post: 30 Mar 2013, 10:09 PM
  2. additional pictures problem !
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Nov 2011, 11:38 PM
  3. Additional Pictures for my product?
    By ohmslaw in forum General Questions
    Replies: 2
    Last Post: 22 Jan 2008, 03:03 PM
  4. problem additional pictures
    By fcegarra in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 20 Oct 2007, 01:31 PM
  5. Additional Pictures - Help
    By neddie in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Aug 2007, 09:09 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