Page 23 of 28 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 276
  1. #221
    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 gaius View Post
    I currently have column layout grid installed at my store. I installed it and it was working properly before I tried to install this mod. Perhaps I'll take the files out and restore it and trying to put them back in.

    When you installed, did you use the product_listing.php that ended in 1.3.8? or did you just use your original product_listing?
    I am fairly sure that I used the original zen file but merged the code from the one in the mod zip

  2. #222
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

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

    Wonderful Add-on, a million thanks for sharing it!

    Two questions if okay:

    1) Is it possible to change the dotted line to solid and maybe change it a light gray?

    2) How can I decrease the white space in between the rows? I'd love each row to be a little closer together (top-bottom).

    Thank you again!!!

    http://lunapetuniadesigns.com/index....=index&cPath=1

  3. #223
    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 dat311 View Post
    Wonderful Add-on, a million thanks for sharing it!

    Two questions if okay:

    1) Is it possible to change the dotted line to solid and maybe change it a light gray?

    2) How can I decrease the white space in between the rows? I'd love each row to be a little closer together (top-bottom).

    Thank you again!!!

    http://lunapetuniadesigns.com/index....=index&cPath=1
    the dotted line is just an image file so you can get it from your zip --- put it into photoshop or psp and create a new one then upload it (using the exact same name) to overwrite the one on your server

    about the space between...that is I think somewhere in the .css style sheet for the store template...

  4. #224
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

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

    Quote Originally Posted by DarkAngel View Post
    the dotted line is just an image file so you can get it from your zip --- put it into photoshop or psp and create a new one then upload it (using the exact same name) to overwrite the one on your server

    about the space between...that is I think somewhere in the .css style sheet for the store template...

    Thank You, DarkAngel!

    I played around with the stylesheet_dotline.css - changing the padding and widths but neither changed the space in between the rows. But it's okay - I can live with the way it is. Thanks!

    Are you saying, I can create a new delim_v.gif image to change the dotted lines to solid and light gray? When I open the gif image so that I can copy it's format, I don't see any image on it, except for a tiny black box. So I'm not sure how I need to design the new image. Can anyone advise on this?

    Thank you!

  5. #225
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

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

    Can anyone help me with this?

    How do I change the dotted lines to solid (different color too if possible) and decrease the space in between each row. I've searched all over the forum and haven't found the answer.

    Thank you for any help!!

    http://lunapetuniadesigns.com/index....=index&cPath=1

  6. #226
    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 dat311 View Post
    Can anyone help me with this?

    How do I change the dotted lines to solid (different color too if possible) and decrease the space in between each row. I've searched all over the forum and haven't found the answer.

    Thank you for any help!!

    http://lunapetuniadesigns.com/index....=index&cPath=1
    sorry for not coming in sooner but have had forum problems that host had to fix...lol

    and this heat is hard on my comps, they just go and shutdown on me, right in the middle of stuff.

    Yes go into photoshop and create another gif the same size as the ones in the mod pkg. then upload them to your server after you put a ~ at the end of the originals...
    so it looks like delim_v.gif~...same for its brother file too cause you will need to create them for both verticle and horizontal

    as for the spaces I meant the stylesheet.css from your template. try there to adjust the space. I can't remember for sure but (may vary from template to template, especially bought and paid for ones) but this code is where I changed mine to add space cause mine were really close before the mod addition:

    find and delete:
    .productListing-data


    add directly under that section where you found it:

    .productListing-data

    /* to add space between thumbnails*/
    {
    padding: 0.5em;
    }


    I think it will be found in this area:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton,
    #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper,
    #navEZPageNextPrev, #bannerOne, #bannerTwo,
    #bannerThree, #bannerFour, #bannerFive, #bannerSix,
    #siteinfoLegal,
    #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center,
    .cartRemoveItemDisplay,
    .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay,
    #cartBoxGVBalance,
    .leftBoxHeading, .rightBoxHeading, .accountQuantityDisplay,
    .ratingRow, LABEL#textAreaReviews, #productMainImage,
    #reviewsInfoDefaultProductImage,
    #productReviewsDefaultProductImage, #reviewWriteMainImage,
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,
    .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,
    .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
    }
    Last edited by DarkAngel; 16 Jul 2011 at 06:23 AM.

  7. #227
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

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

    Thank you again, DarkAngel. I really appreciate your time and help!!

    I tried what you suggested but it didn't work for me.

    I ended up commenting out the divider lines in the tpl_columnar_display.php so that the lines disappeared and just added a solid border around the images through the CSS Stylesheet.

    .listingProductImage {
    padding: 10px;
    border: 1px solid #e6e6e7;
    margin: 10px;
    }

    I did not remove the entire Divider Pro Add-on because without it the space between the columns were too close - so the Add-on keeps a nice margin/padding around the column/rows.

    I'm happy now - thanks very much!

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

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

    sorry it did not work

    in the margin area of that coding...some places you see margin: 0px

    have you tried with margin 0px 0px 0px 0px;

    then just trying one number at a time in the slots? when all 4 are listed it is for top, bottom, left and right but I can never remember which one is for which section.

    I don't have the divider lines in mine and mine are kind of close together too

  9. #229
    Join Date
    Jul 2011
    Posts
    138
    Plugin Contributions
    0

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

    I have just added this contrib and the divider lines seem to show up everywhere except for the product listing area. I compared my product_listing.php file to the one with the contrib and the only unique line of code I see is.

    // Used for Column Divider Pro add on
    $col_width_div = floor(100);

    I've added this into my existing module/custom/product_listing.php file (that i believe was added in from the column grid contrib). It was/is working fine just that the Column Divider Pro does not show the gridlines in the aforementioned location. Also all other files were copied to their respective places.

    Any thoughts?
    ZC 1.5.5
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

  10. #230
    Join Date
    Jul 2011
    Posts
    138
    Plugin Contributions
    0

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

    sorry, my last post didn't include my signature which details my cart.
    ZC 1.3.9h - (Site is not live. It's on a test server)
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7
    ZC 1.5.5
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

 

 
Page 23 of 28 FirstFirst ... 132122232425 ... 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