Page 2 of 28 FirstFirst 123412 ... LastLast
Results 11 to 20 of 276
  1. #11
    Join Date
    Jan 2004
    Posts
    573
    Plugin Contributions
    0

    help question Re: Column Divider Pro (CDP) Contrib - Official Thread

    question,

    on 1.3.7 when i added this for the category listings (main page and subcategories)
    the subcategories text is being forced to multiple lined ie width constrained

    The cells seem to be ok width wize - it is just not allowing the text to be wide

    any idea how to fix?

    you can see at:

    http://www.secretgardenflowers.com

    or on a sub category

    http://www.secretgardenflowers.com/i...ndex&cPath=331

    Note: this did display properly before - & i am using product ColumnGridLayout
    Last edited by sgflowers; 24 Jan 2008 at 06:17 PM. Reason: add comments

  2. #12
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Quote Originally Posted by sgflowers View Post
    question,

    on 1.3.7 when i added this for the category listings (main page and subcategories)
    the subcategories text is being forced to multiple lined ie width constrained

    The cells seem to be ok width wize - it is just not allowing the text to be wide

    any idea how to fix?

    you can see at:

    http://www.secretgardenflowers.com

    or on a sub category

    http://www.secretgardenflowers.com/i...ndex&cPath=331

    Note: this did display properly before - & i am using product ColumnGridLayout
    Do you have any other contribs or css changes for this?

    It seems to work fine on my zc137 site:
    http://www.unbannable.com/zen137/ind...dex&cPath=3_10

    Usually the skinny text means you didn't upload the modules/YOUR_TEMPLATE/product_listing.php file. But it also looks like you have something there making the alignment of the text and image be off-center.

  3. #13
    Join Date
    Jan 2004
    Posts
    573
    Plugin Contributions
    0

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    i guess the issue might be with how this works with a contrib called category rows that lists the sub categories underneath the categories

    i can't find it on the forum now but something is going goofy with the spacing on the categories

    what files should i be looking at?

    also how do i adjust the spacing in the product cell & category cell - i want to reduce the space between the content & the dotted seperator

  4. #14
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Qhome,

    I seem to have the same problem as SGFlowers. Im using version 1.3.8A and the contribs I've installed are Tabbed Products, IH2 and Blank Sidebox so I don't think I have anything that will conflict with this mod.

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

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.

    Please be sure that you are uploading it into a folder of the same name as the template you are using.

    For example. If your template is
    /includes/templates/silverfish/
    then you need to put the product_listing.php file into:
    /includes/modules/silverfish/product_listing.php
    for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.

    If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.

  6. #16
    Join Date
    Jan 2004
    Posts
    573
    Plugin Contributions
    0

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Quote Originally Posted by qhome View Post
    OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.

    Please be sure that you are uploading it into a folder of the same name as the template you are using.

    For example. If your template is
    /includes/templates/silverfish/
    then you need to put the product_listing.php file into:
    /includes/modules/silverfish/product_listing.php
    for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.

    If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.
    for me it might have something to do with the categories_row being loaded

    i definitely have the files in the right place

    i'll do some more exploration on that contrib

  7. #17
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Quote Originally Posted by qhome View Post
    OK for both of you it seems to be the same problem. The custom product_listing.php file I included is not being loaded. The only change in my custom product_listing.php file is that I force the inner width of the div to use 100% of the div so you don't get the skinny text. In looking at the source code on both of your sites, I can see it is using the default size instead of my size.

    Please be sure that you are uploading it into a folder of the same name as the template you are using.

    For example. If your template is
    /includes/templates/silverfish/
    then you need to put the product_listing.php file into:
    /includes/modules/silverfish/product_listing.php
    for the override to work. You should have to replace the one that Dr Byte included with the Column Grid Layout.

    If you still can't get it working, perhaps you can set me up as a temporary ftp access and i can see where the disconnect is.
    But I thought im not supposed to upload the product_listing.php since im not using the Column Grid Layout contrib?

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

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Hmm... you're right... im not sure how you got that I will have to do some more digging. I will also check the category row contrb.. but i think since berserk is also having the problem that it may be something else.

  9. #19
    Join Date
    Jan 2004
    Posts
    573
    Plugin Contributions
    0

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Quote Originally Posted by qhome View Post
    Hmm... you're right... im not sure how you got that I will have to do some more digging. I will also check the category row contrb.. but i think since berserk is also having the problem that it may be something else.
    i pm'd you an ftp login

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

    Default Re: Column Divider Pro (CDP) Contrib - Official Thread

    Ok I think i know what the problem is. I am referencing a variable that is being overwritten on your sites, but not on my site. I have to figure out a way to persist the value. this is a CDP bug. I remember this kinda problem from the Lite version too now that I think about it.

    -EDIT- OK i see the problem. And I see why I don't have that problem on my site too. I will add code to ensure that it always uses 100% instead of replacing the value for only certain row counts.
    Last edited by qhome; 24 Jan 2008 at 08:11 PM.

 

 
Page 2 of 28 FirstFirst 123412 ... LastLast

Similar Threads

  1. Tabbed Products Pro (TPP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 2216
    Last Post: 8 Feb 2024, 12:43 PM
  2. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  3. HoverBox 3 - Official Thread
    By testuser in forum All Other Contributions/Addons
    Replies: 217
    Last Post: 23 Jun 2017, 01:30 PM
  4. 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
  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

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