Page 27 of 28 FirstFirst ... 1725262728 LastLast
Results 261 to 270 of 276
  1. #261
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

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

    Hi all, first time with Zen Cart and I have to say I have never done so much reading to try and figure things out as I have with this.

    I have tried to find the solution to my issue throughout these forums, but I have not succeeded.

    So continuing with this topic of CDP. I installed it and it seems to be fine except for 1 thing. For some reason it is pushing my right side bar outside of the border.

    You can see here what I mean.

    http://babiesbigandtall.com/shop/ind...ex&cPath=48_50

    Actually if you go to the home page, I have the same issue with the banner.

    For some reason I am not sure how I can bring the center column a little more narrow, if that will help I am not sure either.

    I am using version 1.5. This wasn't an upgrade, I just started to use it.

    Please help

  2. #262
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

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

    Quote Originally Posted by Icecube View Post
    Hi all, first time with Zen Cart and I have to say I have never done so much reading to try and figure things out as I have with this.

    I have tried to find the solution to my issue throughout these forums, but I have not succeeded.

    So continuing with this topic of CDP. I installed it and it seems to be fine except for 1 thing. For some reason it is pushing my right side bar outside of the border.

    You can see here what I mean.

    http://babiesbigandtall.com/shop/ind...ex&cPath=48_50

    Actually if you go to the home page, I have the same issue with the banner.

    For some reason I am not sure how I can bring the center column a little more narrow, if that will help I am not sure either.

    I am using version 1.5. This wasn't an upgrade, I just started to use it.

    Please help
    It is the border within the border that is causing the problem on most pages.
    If you delete the code below from the Stylesheet it fixes it:
    Code:
    {
    .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
        border-bottom: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        height: 186px;
        margin: 0 !important;
        padding: 18px 18px 12px;
        width: 150px !important;
    }
    I think the banner is effecting the homepage as well. Someone with more template/code experience may be able to help you more.
    Last edited by robbie269; 19 Apr 2012 at 06:23 AM.

  3. #263
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

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

    You are a genius. That was exactly the problem for the side bar.

    Although the banner didn't change on the home page. I am happy at least one problem resolved.

    Thanks a bunch

  4. #264
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

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

    Quote Originally Posted by Icecube View Post
    You are a genius. That was exactly the problem for the side bar.

    Although the banner didn't change on the home page. I am happy at least one problem resolved.

    Thanks a bunch
    If you use Firefox, download Firebug. It will enable you to play with your stylesheet without effecting the live version. It has helped me many times.

  5. #265
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

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

    Hi Is this contribution going to be upgraded to 1.5 as this is exactly what I need ...I have been told it might not be compatible

    thanks

  6. #266
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

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

    Hello,

    Just installed column divider pro in my new ZC. I am also using Dr. Byte's layout grid mod. (I enabled the products layout php as it was instructed)

    Two issues that I can not solve:

    1. The vertical line is not in the center. (I looked in the firebug and it seems like the line has a 15px right margin, but I can not figure why. It is not in the css).

    2. In the new products, featured.... there is a huge space above and under each product.

    Anyone has a solution? Please see at www.impex12.com

    Thank you,
    Peter

  7. #267
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

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

    Quote Originally Posted by petergy View Post
    Hello,

    Just installed column divider pro in my new ZC. I am also using Dr. Byte's layout grid mod. (I enabled the products layout php as it was instructed)

    Two issues that I can not solve:

    1. The vertical line is not in the center. (I looked in the firebug and it seems like the line has a 15px right margin, but I can not figure why. It is not in the css).

    2. In the new products, featured.... there is a huge space above and under each product.

    Anyone has a solution? Please see at www.impex12.com

    Thank you,
    Peter

    I just took a look at your store and it looks centered in all aspects on each page. Have you tried making the promo a bit larger. That is the way, I believe, that this mod works....the extra space around....to make the store look nice, which by the way your store looks wonderful.

  8. #268
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

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

    Thank you for your reply and comment. I will look my site on a different computer, but I am actually seeing the same on my phone. The only detail bothers me is that the left side of the horizontal line has a larger space between the end of the line and the vertical line than the right side.
    Do you see the same on your screen?

  9. #269
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

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

    Quote Originally Posted by petergy View Post
    Thank you for your reply and comment. I will look my site on a different computer, but I am actually seeing the same on my phone. The only detail bothers me is that the left side of the horizontal line has a larger space between the end of the line and the vertical line than the right side.
    Do you see the same on your screen?
    this is weird, unless you increased the size of the promos...I assume this is 1.5 store, not sure which template but probably template monster???

    that could be the trouble too because

    as i said I had just gone in to view the store using both google chrome and Firefox (both latest versions), your store looked perfect no distortions.

    NOW although it is off on the right side, see images of compared one that looked like yours did a few ago and yours now

  10. #270
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

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

    Well, thanks for checking. I played with the image dimensions a bit, but I do not see it centered in any of the browsers as you saw and took the screenshot. I guess I will need to live with it.

 

 
Page 27 of 28 FirstFirst ... 1725262728 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