Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
I have installed Column Divider Pro and it worked perfect except the products in the categories alignment are off.. I have Column Layout Grid for Product Listing installed and my products are on column mode...
I have followed all directions and installed as said.. but the alignment is completly off.
Does it any1 know how to fix?
Thanks
DigitalGuard
Re: Column Divider Pro (CDP) Contrib - Official Thread
Re: Column Divider Pro (CDP) Contrib - Official Thread
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
I am going crazy over this...
http://black-technology.com/store/in...dex&cPath=1_21
I cant seem to get the dots to appear using the grid contrib
I did the:
"product_listing.php_UseWithColumnGridLayout_zc138"
to:
"product_listing.php"?
But its still the same :(
BUT to solve the 1 column of death I had to do a workaround by changing this:
$col_width_div = floor(100)
To
$col_width_div = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5;
Re: Column Divider Pro (CDP) Contrib - Official Thread
You don't appear to be using the included /templates/YOURTEMPLATE/common/tpl_columnar_display.php file. That is where the calls to the dotline style is. Either that or its being overridden by another version. I see no dotline style calls in your source.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
You don't appear to be using the included /templates/YOURTEMPLATE/common/tpl_columnar_display.php file. That is where the calls to the dotline style is. Either that or its being overridden by another version. I see no dotline style calls in your source.
Well for catagories it works fine:
http://black-technology.com/store/in...=index&cPath=1
Only when the actual products are listed we get a problem
So my guess is that something is overwriting it, but how on earth do i track down what is :(
Re: Column Divider Pro (CDP) Contrib - Official Thread
I have a feeling that the modules/yourtemplate/product_listing.php might be the problem?
Cos In the beginning if I didnt change it to "$col_width_div = floor(100/PRODUCT_LISTING_COLUMNS_PER_ROW) - 0.5; "
I would have been stuck with 1 column...
Re: Column Divider Pro (CDP) Contrib - Official Thread
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
Re: Column Divider Pro (CDP) Contrib - Official Thread
Also if you notice on Firefox, the products are going out of alignment :(
http://i38.tinypic.com/iwp107.jpg
However it seems perfectly fine on IE.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
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
Let me try uninstalling it see if it all goes back to normal first :(