Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Column Divider Lite

    Quote Originally Posted by jheir16 View Post
    Where exactly in the code did you add these lines?
    Just add them after this:

    $r_params = str_replace(" back", "", $r_params);
    $r_params = str_replace("50", "100", $r_params);
    $r_params = str_replace("33", "100", $r_params);


    The stylesheet portion is done in your stylesheet_dotline.css file.

  2. #12
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Column Divider Lite

    Sorry...my problem actually isn't that I don't have enough padding my problem is when I install this mod i have TOO much padding...does anyone know how to resolve this issue?

  3. #13
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Column Divider Lite

    Quote Originally Posted by jheir16 View Post
    Sorry...my problem actually isn't that I don't have enough padding my problem is when I install this mod i have TOO much padding...does anyone know how to resolve this issue?
    I think I may have overlooked the fact that the inner width for the monthly, specials, and featured products is actually coming from the includes/modules/YOUR_TEMPLATE/new_products.php
    includes/modules/YOUR_TEMPLATE/featured_products.php
    includes/modules/YOUR_TEMPLATE/specials_index.php

    files.

    So you should install Designer Monthly Boxes contrib and this contrib together to fix the problem. In the next version of ZC I will combine these two and add the fixes for the stylesheet as well.

  4. #14
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Column Divider Lite

    Quote Originally Posted by qhome View Post
    I think I may have overlooked the fact that the inner width for the monthly, specials, and featured products is actually coming from the includes/modules/YOUR_TEMPLATE/new_products.php
    includes/modules/YOUR_TEMPLATE/featured_products.php
    includes/modules/YOUR_TEMPLATE/specials_index.php

    files.

    So you should install Designer Monthly Boxes contrib and this contrib together to fix the problem. In the next version of ZC I will combine these two and add the fixes for the stylesheet as well.
    Actually I have already installed the designer monthly boxes and I'm still having the problem...

    I'll send you a private link to see what I'm talking about.

  5. #15
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Column Divider Lite

    Quote Originally Posted by jheir16 View Post
    Actually I have already installed the designer monthly boxes and I'm still having the problem...

    I'll send you a private link to see what I'm talking about.
    I see the problem. You are using the Column view for Product Listing instead of rows, I never created a custom view for that. I've attached a product_listing version of the DMB boxes to this post. Try that out.
    Last edited by qhome; 9 Apr 2008 at 03:36 AM.

  6. #16
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Column Divider Lite

    You rock my friend thanks so much!

  7. #17
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Column Divider Lite

    Sorry one last thing....all the products are now aligning vertical center... do you know how to make it become vertical align top so that all the images line up?

  8. #18
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Column Divider Lite

    Quote Originally Posted by jheir16 View Post
    Sorry one last thing....all the products are now aligning vertical center... do you know how to make it become vertical align top so that all the images line up?
    Edit the includes/templates/YOUR_TEMPLATE/common/tpl_columnar_display.php file

    find:
    Code:
        echo '<td width="'. $col_width .'&#37;" align="center"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] .  '</div></td>' . "\n";
    replace with

    Code:
        echo '<td width="'. $col_width .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] .  '</div></td>' . "\n";
    Last edited by qhome; 8 Oct 2007 at 09:19 PM.

  9. #19
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Column Divider Lite

    Cool please keep me updated! THANKS!

  10. #20
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Column Divider Lite

    check above.. i figured it out as soon as i said i couldnt

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  2. column divider line off centered
    By petergy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Mar 2013, 03:43 PM
  3. Content issue post install of column divider pro
    By matchlock in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Jul 2011, 11:12 AM
  4. Front Page Question- Alyssa Rounded & Column divider
    By nolsowski in forum Addon Templates
    Replies: 9
    Last Post: 20 Apr 2011, 09:09 PM
  5. Column Divider Pro Alignment off on products
    By DigitalGuard in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 Jul 2008, 12:23 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