Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    13
    Plugin Contributions
    0

    Default Help in sidebox and product desciption layout..

    I have been trying to change my sidebox "Featured [more]" colour.

    I set my a:link in stylesheet to brown colour. In the end, my sidebox heading's link also turned brown.

    I tried to add:

    h3.leftBoxHeading a:link{
    color: #ffffff;
    text-decoration: none;
    }


    into my style sheet since i saw this:

    h3.leftBoxHeading a:hover {
    color: #000000;
    text-decoration: none;
    }

    But it doesnt work...

    my website: http://silver-lace.com/shop/index.ph...&products_id=7



    Another problem for me is, can i align "Model, Shipping Weight, Units in Stock" (as in my site) with the product description. So that they will not be below the image. Also, can I remove the "larger image" link??

    I just cant seem to understand the codings..

    Thanks.

  2. #2
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Help in sidebox and product desciption layout..

    I may be able to help with removing the 'larger image' link. Go to your tpl_modules_main_product_image.php file

    Replace this section:

    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?> <div id="productMainImage" class="centeredContent back"> <script language="javascript" type="text/javascript"><!-- document.write('<?php echo '<a href="javascriptopupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>


    With :

    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
    <div id="productMainImage" class="centeredContent back">
    <?php echo zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT); ?>
    </div>


    It worked for me in version 1.3.7

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Help in sidebox and product desciption layout..

    P.S. I have no idea why that smiley-face-with-tongue-out appeared in the post above... just ignore it!

 

 

Similar Threads

  1. Sidebox and product help needed!
    By woodstuff59 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Oct 2011, 12:44 AM
  2. Product desciption not shown correctly after upgrade
    By Alexje1 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 13 Dec 2010, 10:10 PM
  3. Different Desciption for product listing
    By Checooper in forum General Questions
    Replies: 5
    Last Post: 4 Oct 2010, 07:27 PM
  4. Dynamically change Product Desciption
    By ian_cowdery in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Mar 2010, 07:40 PM
  5. How do i change the layout of my product desciption??
    By Diva in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 3 Jun 2006, 08:56 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