Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
kbmets7
I previously installed Column Grid Layout, and this morning I installed Column Divider Lite. For the most part it works great, and is what I was looking for. The only thing, is the text is wrapping. How do I get more text for the product title on one line. In fact, I would love the product listing to look exactly like it does in the Featured Products box.
http://209.85.34.64/index.php?main_p...cPath=11_41_47
Thanks for this great mod.
First, when you say "Column Divider Lite" I hope you mean "Column Divider Pro".
Second, the text wrapping is due to the Column Grid Layout contrib. If you look in the modules YOUR_TEMPLATE folder there are 2 product_listing overrides that are used when using Column Grid Layout. Use the one that matches your zc version to fix the wrapping.
Re: Column Divider Pro (CDP) Contrib - Official Thread
No, I installed Column Divider Lite, based on a recommendation from another thread.
http://www.zen-cart.com/forum/showthread.php?t=90811
So, what does that eman, now?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
First, when you say "Column Divider Lite" I hope you mean "Column Divider Pro".
Second, the text wrapping is due to the Column Grid Layout contrib. If you look in the modules YOUR_TEMPLATE folder there are 2 product_listing overrides that are used when using Column Grid Layout. Use the one that matches your zc version to fix the wrapping.
I replaced the Lite files with Column Divider pro files. I still have the text wrapping. I am not sure what you mean by use the "one that matches your zc version". I do see two files in the Column Grid layout contrib. One ends in BAK. I loaded the other one. Should I have loaded the BAK?
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
kbmets7
I replaced the Lite files with Column Divider pro files. I still have the text wrapping. I am not sure what you mean by use the "one that matches your zc version". I do see two files in the Column Grid layout contrib. One ends in BAK. I loaded the other one. Should I have loaded the BAK?
No. I am referring to the Column Divider Pro contrib.
In the zip file, there are 2 files:
includes/modules/YOUR_TEMPLATE/product_listing.php_UseWithColumnGridLayout_zc137
includes/modules/YOUR_TEMPLATE/product_listing.php_UseWithColumnGridLayout_zc138
If you are using the Column Grid Layout to show the product listing in Column instead of Row form, you need to override the Column Grid Layout version by either replacing the original or by using an override of your template folder by changing "YOUR_TEMPLATE" to the template you are using.
Use the version that matches the version of Zen-Cart you are using.
Re: Column Divider Pro (CDP) Contrib - Official Thread
I should also point out that the first page shows 0.1 but on page 5 there is a version 0.4 that has the fixes you need.
I've also uploaded it to the Downloads area and will be uploading a redirect message to the old Column Divider Lite contrib.
Re: Column Divider Pro (CDP) Contrib - Official Thread
That fixed it. Thanks! Have some donuts on me.
Now if only I could figure out how to get the product title font to match exactly like in the Featured Products box. I think I just need to unbold it. I already changed the font size.
Thanks again!
Re: Column Divider Pro (CDP) Contrib - Official Thread
Quote:
Originally Posted by
kbmets7
That fixed it. Thanks! Have some donuts on me.
Now if only I could figure out how to get the product title font to match exactly like in the Featured Products box. I think I just need to unbold it. I already changed the font size.
Thanks again!
Ah much appreciated! ::runs to Dunkin Donuts::
Check the CSS of the Featured Products title and apply that same CSS to the product listing css.
Re: Column Divider Pro (CDP) Contrib - Official Thread
qhome,
Thank you VERY MUCH for making these mods. I use the divider and tabbed pro mods, you made. You are god send!
Thanks again, and keep up the exciting work! :clap:
esoin
Re: Column Divider Pro (CDP) Contrib - Official Thread
Glad you are enjoying them! :cheers:
Re: Column Divider Pro (CDP) Contrib - Official Thread
I wanted to share something with you guys/girls.
Regarding the way firefox handles links...
...did it ever annoy you how firefox leaves dotted lines, which wraps around the linked tabs? There is a fix for this.
Here is a CSS example:
a:active
{
outline: none;
}
Reference Link: Removing Dotted Links
-esoin