Ok I tried uninstalling CDP, and I still get that out of alignment in FF.
MY guess now its something wrong with Column layout grid instead... :P
Printable View
Ok I tried uninstalling CDP, and I still get that out of alignment in FF.
MY guess now its something wrong with Column layout grid instead... :P
heh, well be sure you replace the product_listing.php file from the CDP contrib with the one from the column layout grid.
Yup it was Column layout grid alright :D
Apparantly I saved the tpl_modules_product_listing.php in the wrong place :(
It was supposed to be templates/yourtemplate/templates/tpl_modules_product_listing.php
Didnt realise it at first cos there was no templates folder in the template folder, and i had to create one :P
Stupid me :P
ah.. good to hear you got it working :) Looks good! :clap:
Mod is working nicely. Thank you.
One thing I would like to solve.
I noticed now that Column Grid Layout with the divider lines creates more empty space underneath each product row. I used to have less empty space below the buy now buttons.
Anybody a tip how this empty space could be removed?
see problem here:
http://www.waxpottery.com/index.php?...ex&cPath=45_46
Yea, that was an accidental hardcode of styling within the code instead of making a new class and setting it in the css file.
edit:
templates/YourTemplate/common/tpl_columnar_display.php.
Find:
<table width="100%" align="center" cellpadding="1" cellspacing="15" border="0">
and change the cellspacing to something lower.
<table width="100%" align="center" cellpadding="1" cellspacing="1" border="0">
This did the trick. Many thanks! :smile:
Hi QHome,
you are really do great conrtibutions :clap: I use alredy 2, but I will not stop :D
Please tell me how I can push to the right in the center only vertical line in my site? http://www.mutagim.tv
Thanks :bigups:
Edit the stylesheet_dotline.css file in templates/YOURTEMPLATE/css
Change the width property to something smaller, like 1px:
.vDotLine
{
background-color: transparent;
background-image: url([../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
width: 20px;
font-size: 1px;
}
Qhome..any update on
:smile:Quote:
I'm replacing DMB with a new contrib called "MonthlyBuyNow" (working name, might change)