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...![]()
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...![]()
heh, well be sure you replace the product_listing.php file from the CDP contrib with the one from the column layout grid.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Yup it was Column layout grid alright
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
Stupid me![]()
ah.. good to hear you got it working :) Looks good!![]()
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
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
Live and learn... the Zen way.
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.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
<table width="100%" align="center" cellpadding="1" cellspacing="1" border="0">
This did the trick. Many thanks!![]()
Live and learn... the Zen way.
Hi QHome,
you are really do great conrtibutionsI use alredy 2, but I will not stop
Please tell me how I can push to the right in the center only vertical line in my site? http://www.mutagim.tv
Thanks![]()
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;
}
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Qhome..any update on
I'm replacing DMB with a new contrib called "MonthlyBuyNow" (working name, might change)![]()
Bookmarks