Update:
i installed the Grid Layout but it does not work at all.
Setting and everything followed, even changed in the admin setting and the integrated files with divider pro.
Please asssit.
Printable View
Update:
i installed the Grid Layout but it does not work at all.
Setting and everything followed, even changed in the admin setting and the integrated files with divider pro.
Please asssit.
Need a bit more info than "Doesn't work"
I don't know whether this script or the "Column Layout Grid for Product Listing" changed my red font color on the price and discount. Anyone know where to fix it?
http://www.1beautycorner.com/fontcolor.jpg
I have been using the DMB contrib for a while without problem. I have installed CDP and now I am getting this warning:
[03-Mar-2009 09:52:06] PHP Warning: strpos() [<a href='function.strpos'>function.strpos</a>]: Offset not contained in string in /home/*******/public_html/includes/templates/*******/common/tpl_columnar_display.php on line 43
On line 43 the code is
anyone else experience this? Any ideas of what to change to correct this?PHP Code:
$startpos = strpos($r_params, "width:", 1);
Never seen that one. Can you PM me a link to your site so I can see more.
the Demo site is dead.
http://www.unbannable.com/zen138a/in...index&cPath=23
Could you update it?
Thanks.
I am installing this mod on a test site. I am trying to use the CSS to add background to the columns created.
Now I understand that if you have 3 product they will be displayed in a 3 columns the width of each column is about 33%. If you only have 2 products the width will be about 49%, and with only one product the width of each column is about 100%.
I have been trying for a while to make the width of the column set to 33.3% no matter if it is one, two or three products. The reason I want to do that is that I want to make the background an image instead of just colors.
I hope that makes sense, here is a link for the dev site http://www. elitecarcovers.com/dev/ make sure you remove the space after the www.
edit the included tpl_columnar_display.php file
and change:
to:Code:echo '<td width="'. (intval($col_width) - 0.5) .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
Code:echo '<td width="33.3%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
Thanks I will try that on the next site.
I have this installed on this development site www.elitecarcovers.com /dev I am trying to use border around each product container. It works perfect in FF, but in IE only on of the product will have a right border, the other two will not have right borders they do have the other 3 borders. I tried to play with padding, border width but no luck, I had to hack for IE and remove the borders so the site look decent in IE.
Any ideas?