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...
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!
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.
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!
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
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
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
Bookmarks