Page 8 of 28 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 276
  1. #71
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by bettysue View Post
    Sorry, I also forgot to ask....

    If I decide to remove this, how do I get the solid divider lines back?

    thank you,

    betty
    There are no solid divider lines. There are only NO lines (default zen-cart) or the dotted lines that come with CDP.

    I'm not sure what you mean by your last question. You simply upload the files in the zip to your template. tpl_monthly_display.php is one of the files that will be accessed by this contrib as it uses its own version of the file.

  2. #72
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    There are no solid divider lines. There are only NO lines (default zen-cart) or the dotted lines that come with CDP.

    I'm not sure what you mean by your last question. You simply upload the files in the zip to your template. tpl_monthly_display.php is one of the files that will be accessed by this contrib as it uses its own version of the file.
    Sorry about that! I don't know why I had it in my head at the time that Zencart default has solid lines.

    The reason I asked about the uninstall is because now that I have uninstalled both the CDP and the columnar mod, my new products on the main page are looking pretty awful. I reset the settings back to where they were, uploaded the ZC default files from a new install, yet the main page as two columns of new products, one with 5 in a row and the other with 4. My boss (whom I'm conveniently blaming) is about ready to string me up.
    If I hadn't already installed over 20 zencart sites since I first discovered it, I might have an excuse, but in this case all I can do is claim stupidly as I am totally stumped on this one.

    http://www.dbgoldsmith.com/store will show you my dilema.

    betty
    Last edited by bettysue; 18 May 2008 at 01:31 AM. Reason: fix url

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

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

    Quote Originally Posted by bettysue View Post
    Sorry about that! I don't know why I had it in my head at the time that Zencart default has solid lines.

    The reason I asked about the uninstall is because now that I have uninstalled both the CDP and the columnar mod, my new products on the main page are looking pretty awful. I reset the settings back to where they were, uploaded the ZC default files from a new install, yet the main page as two columns of new products, one with 5 in a row and the other with 4. My boss (whom I'm conveniently blaming) is about ready to string me up.
    If I hadn't already installed over 20 zencart sites since I first discovered it, I might have an excuse, but in this case all I can do is claim stupidly as I am totally stumped on this one.

    http://www.dbgoldsmith.com/store will show you my dilema.

    betty
    Are you referring to the "Column Layout for Product Listing" that allows you to see columns instead of rows?

    If so, then CDP is compatible with it if you read the readme and use the support files. If not then please explain a bit more.

  4. #74
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Are you referring to the "Column Layout for Product Listing" that allows you to see columns instead of rows?

    If so, then CDP is compatible with it if you read the readme and use the support files. If not then please explain a bit more.
    Yes I am. I understand they are compatible as I read all the readme files prior to installing.

    In fact I had to re-install it last night and what is confusing me is despite the fact I had done the remove sql statement, overwrote all the files for both mods with clean install files, yet as soon as I uploaded the mod, the dotted lines re=appeared and the products lined up as they should be.

    This was without re-installing the column divider pro mod. The only files I had not removed were the image files. There's no stylesheet, mod files, etc. yet it's there.

    So I'm just leaving it alone. The only thing I wish I could fix is the fact the new products on the main page are aligning to the right. They also did that prior to the uninstall when the stylesheet for the mod was there, so I don't know where to fix it.

    betty

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

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

    Quote Originally Posted by bettysue View Post
    The only thing I wish I could fix is the fact the new products on the main page are aligning to the right. They also did that prior to the uninstall when the stylesheet for the mod was there, so I don't know where to fix it.

    betty
    Simple:

    edit your stylesheet.css file.

    find:
    Code:
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 11px; 0em;
    	}
    change to
    Code:
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 5px; 0em;
    	}
    The margin was too big for the overall table. 5 is within the limits

  6. #76
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

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

    Thank you so much qhome!! That made it perfect! It also helped to point out my extra semi-colon in the statement!

    Now that I know where the setting is for that, it should help in the future. I don't care what the boss thinks...I like the lines and they're staying!

    thank you again for your help on this great mod.

    betty

  7. #77
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

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

    Hello,

    My featured products details are not shifting to the next line. How can i fix this?
    http://trendsdepot.com/designer-bask...oes-c-168.html

    Please scroll down to the featured products.
    Thanks!

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

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

    You must be referring to "Designer Monthly Boxes" contrib

    You can change the position of the image and text by editing this file:
    includes\modules\YOUR_TEMPLATE\featured_products.php

    follow the instructions at the top of the file

  9. #79
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

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

    thanks for the help!

  10. #80
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

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

    Hello,

    How can I remove the dotted lines for additional images on the product info page?

    Thank you!

 

 
Page 8 of 28 FirstFirst ... 67891018 ... 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