not sure why that would be... but that should still only cut it down to 99.5% . But im not seeing it loading at all on your product listing pages
not sure why that would be... but that should still only cut it down to 99.5% . But im not seeing it loading at all on your product listing pages
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
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!