Re: Column Divider Pro (CDP) Contrib - Official Thread
Nobody got a solution for this problem?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
Massilla
can someone help me out. I got a serious problem.. the column layout grid mod shows up fine in categories or items but get's screwed up in the featured or new products listing. It reverts to a single jumbled column instead of the grid. check it out:
Nobody got a solution for this?
Re: Column Divider Pro (CDP) Contrib - Official Thread
A link to your site will be very helpful
Re: Column Divider Pro (CDP) Contrib - Official Thread
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi,
I'm having a problem with the column divider and wonder if i'm doing it right. When i click on the product list, it would show Product Listing - Columns Per Row = 3 but when click on the next button it the alignment of the product list is off.
Hope someone can help me on this please.
the link is http://trendshop.ca/index.php?main_p...ort=20a&page=1 and if you go on the second link http://trendshop.ca/index.php?main_p...ort=20a&page=2 .
Also i was wondering how i can have the border over the content and not just the image itself.
Thank you
Dat
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi I was about to try out this module. I realized that I already have tpl_columnar_display.php which I think is from other module. I compared the two files and they are quite different. How do I proceed? Please advise. Thanks in advance.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
dealbyethan.com
Hi I was about to try out this module. I realized that I already have tpl_columnar_display.php which I think is from other module. I compared the two files and they are quite different. How do I proceed? Please advise. Thanks in advance.
Everyone has a tpl_columnar_display.php file. The contrib uses a modified version to display the lines. Back your old one up and use the included one in place of the old one.
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hello,
Just wondering, is it possible to specify the width of each column?
Thx...
Re: Column Divider Pro (CDP) Contrib - Official Thread
Hi is it possible to only use the column divider only on the product listing page but not for additional images, customers also purchased items, cross sell items? There is some overlapping issue with those display on Internet Explorer (but not Firefox) which I don't know how to fix. Please have a look
Have a look at this link:
http://www.dealbyethan.com/index.php...oducts_id=5136
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
edit the included tpl_columnar_display.php file
and change:
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";
to:
Code:
echo '<td width="33.3%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] . '</div></td>' . "\n";
I have tried that, It doesn't seem to work on the site. I have it installed on this dev site: www.ohiospeedshop.com/dev, here is a link for a page where it doesn't seem to work: http://www.ohiospeedshop.com/dev/?ma...index&cPath=68 Is there any ideas?