Can we see the site where this is happening? It is not possible to diagnose or advise without more information.
Printable View
Can we see the site where this is happening? It is not possible to diagnose or advise without more information.
I installed Column Grid Sorter 2.3.1 this evening, but it doesn't seem to allow me to get more than one column. I've tried deselecting the display of name, model, etc., reducing the description size, etc. but I can't get more than one column. Layout style is set for columns, columns per row is 2, and the customer-controls are both zero. My site is www.heirloomstocherish.com, and I am v1.5.1. Can you suggest some other things I might try?
Thanks for any help you can give me.
Phil
Please ignore my previous transmission on this thread. Got it figured out.
Has anyone mentioned that only the alpha sorter label shows in a listing when the customer layout choice is enabled and there are no manufacturers and the alpha sorter is turned off? I don't see why. If I turn off the customer's choice, it's fine so it's just that one line of code that is the problem. Complicates the code enough that I can't see the solution (in my sleepy state)
PHP Code:
if ($do_filter_list || ($check_for_alpha->RecordCount() > 0 && PRODUCT_LIST_ALPHA_SORTER == 'true') || (defined('PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER') and PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER == '1'))
if ($do_filter_list
|| ($check_for_alpha->RecordCount() > 0 && PRODUCT_LIST_ALPHA_SORTER == 'true')
|| (defined('PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER') and PRODUCT_LISTING_LAYOUT_STYLE_CUSTOMER == '1'))
The way this is written, it will display the alpha sorter whenever any one of those three items is true. I don't remember who wrote it, but unless you want the sorter to always display when customer choice is enabled, I would remove the last term. The sorter should still appear when set in admin regardless of customer choice setting.
I'm going to ask a silly question, but is there a way that I can move away from <div>'s being used to using <table>'s. Reason I ask is because i'm having a little issue regarding the sizing of some "cells" as opposed to others.
Not a silly question and the answer is here : http://www.zen-cart.com/showthread.p...-a-solution-to
Just installed Column Layout Grid 2.31 on a fresh Zen Cart 1.53. No problems found.
Thanks for testing and reporting :)
I have v1.5.1 installed and am running CLG 2.3.1. I would like to have more space between rows so the Buy Now button doesn't look like it could apply to the item below it. I prefer not to have a line, but rather space, like maybe 1/4" or so, or something I can modify until it looks right...maybe even a line that I can edit the height on, yet specify a subtle/invisible color. I have searched and searched the forums, but can't find the answer to my question....it's probably in there somewhere. My site is www.heirloomstocherish.com.
Please advise.