Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1
    Join Date
    Nov 2006
    Posts
    46
    Plugin Contributions
    0

    Default move description to the right of images

    In the process of getting my images to line up on the left I can't find out what I did to make the description stay below the images, eek!

    I'm hoping/guessing this is something simple that I'm missing?

    Thanks for any help.

    http://ratkiss.net/index.php?main_pa...&products_id=4

  2. #2
    Join Date
    May 2007
    Location
    Portland OR
    Posts
    6
    Plugin Contributions
    0

    Default Re: move description to the right of images

    Hi,

    Are you looking for a layout like this?

    http://milesfiberglass.com/catalog/


    Justus

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

    Default Re: move description to the right of images

    Remove the red entry and might need some css tweaking after
    Code:
    <!--bof Additional Product Images -->
     <div id="productAdditionalImages">
    
        <div class="additionalImages centeredContent back" style="width:50%;">
          <script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=0&amp;products_image_large_additional=images/large/bif_01_LRG.jpg\')"><img src="bmz_cache/5/580738cd98dd6ad26ec00a7af3ae0267.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail(\'bmz_cache/6/6a11364cd90c1dd6ac132c7890571fab.image.200x200.jpg\',\'Test\',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a>');
    //--></script>
          <noscript><a href="http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=0&amp;products_image_large_additional=images/large/bif_01_LRG.jpg" target="_blank"><img src="bmz_cache/5/580738cd98dd6ad26ec00a7af3ae0267.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail('bmz_cache/6/6a11364cd90c1dd6ac132c7890571fab.image.200x200.jpg','Test',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a></noscript></div>
        <div class="additionalImages centeredContent back" style="width:50%;">
    
          <script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=1&amp;products_image_large_additional=images/large/bif_02_LRG.jpg\')"><img src="bmz_cache/7/74c3b4147a0816fd5ae47ac6fbd082f3.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail(\'bmz_cache/b/bbd7320c82ae660faadc1cdf13fcb87c.image.200x200.jpg\',\'Test\',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a>');
    //--></script>
          <noscript><a href="http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=1&amp;products_image_large_additional=images/large/bif_02_LRG.jpg" target="_blank"><img src="bmz_cache/7/74c3b4147a0816fd5ae47ac6fbd082f3.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail('bmz_cache/b/bbd7320c82ae660faadc1cdf13fcb87c.image.200x200.jpg','Test',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a></noscript></div>
    <br class="clearBoth" />
     
    </div>
    <!--eof Additional Product Images -->
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Nov 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: move description to the right of images

    I removed the code in red from my tpl product info display.

    Can you guide me in the right direction as what I need to tweek in the stylesheet.css possibly?

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

    Default Re: move description to the right of images

    Checked and the clear both is still there??
    Code:
    <!--bof Additional Product Images -->
     <div id="productAdditionalImages">
    
        <div class="additionalImages centeredContent back" style="width:50%;">
          <script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=0&amp;products_image_large_additional=images/large/bif_01_LRG.jpg\')"><img src="bmz_cache/5/580738cd98dd6ad26ec00a7af3ae0267.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail(\'bmz_cache/6/6a11364cd90c1dd6ac132c7890571fab.image.200x200.jpg\',\'Test\',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a>');
    //--></script>
          <noscript><a href="http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=0&amp;products_image_large_additional=images/large/bif_01_LRG.jpg" target="_blank"><img src="bmz_cache/5/580738cd98dd6ad26ec00a7af3ae0267.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail('bmz_cache/6/6a11364cd90c1dd6ac132c7890571fab.image.200x200.jpg','Test',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a></noscript></div>
        <div class="additionalImages centeredContent back" style="width:50%;">
    
          <script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=1&amp;products_image_large_additional=images/large/bif_02_LRG.jpg\')"><img src="bmz_cache/7/74c3b4147a0816fd5ae47ac6fbd082f3.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail(\'bmz_cache/b/bbd7320c82ae660faadc1cdf13fcb87c.image.200x200.jpg\',\'Test\',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a>');
    //--></script>
          <noscript><a href="http://ratkiss.net/index.php?main_page=popup_image_additional&amp;pID=4&amp;pic=1&amp;products_image_large_additional=images/large/bif_02_LRG.jpg" target="_blank"><img src="bmz_cache/7/74c3b4147a0816fd5ae47ac6fbd082f3.image.100x100.jpg" alt="Test" title=" Test " width="100" height="100" style="position:relative" onmouseover="showtrail('bmz_cache/b/bbd7320c82ae660faadc1cdf13fcb87c.image.200x200.jpg','Test',100,100,200,200,this,89,89,11,11);" onmouseout="hidetrail();"  /><br /></a></noscript></div>
    <br class="clearBoth" />
     
    </div>
    <!--eof Additional Product Images -->
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Nov 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: move description to the right of images

    Should I be doing this to the default classic template tpl file?
    I was using the override and editing my custom one, and I don't see it as it shows here:

    Sorry, I just want to get it right.

    PHP Code:
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    </div>

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

    Default Re: move description to the right of images

    includes/templates/custom/templates/tpl_product_info_display.php
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Nov 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: move description to the right of images

    Quote Originally Posted by kobra View Post
    includes/templates/custom/templates/tpl_product_info_display.php
    Thank you, I'm posting part of my file here because I believe I removed it:



    PHP Code:
    <div id="productImagesWrapper">
    <!--bof Main Product Image -->
    <?php
      
    if (zen_not_null($products_image)) {
      
    ?>
    <?php
    /**
     * display the main product image
     */
       
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Main Product Image-->

    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    </div>

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

    Default Re: move description to the right of images

    Are you editing the file in the path I posted?

    At your site - view your page source and see this:
    Code:
    <br class="clearBoth" />
     
    </div>
    <!--eof Additional Product Images -->
    It is still being used
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Nov 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: move description to the right of images

    Hi Kobra,
    I followed the path you posted to edit.
    There are only 3 "clearBoth" left in that file now.

    I viewed the source and see that as well, but do not see it in the file.

    I'm feeling like I'm missing something here completely obvious, and double
    checked the path to make sure.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Can I move the description on all products page to right of image?
    By cshart in forum Basic Configuration
    Replies: 2
    Last Post: 16 Aug 2013, 05:08 PM
  2. Product Description/Info page: can I move price right below model without space?
    By scott_ease in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Jun 2012, 01:38 AM
  3. Move the Attribute images to the right of the Attribute
    By autodefrost in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Jan 2011, 01:24 AM
  4. How to move the product name and description to right?
    By besparkling in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Jan 2010, 05:08 AM
  5. How to move additional images to the right of main product image
    By davale in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 20 Sep 2006, 02:27 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