Thank you since I was not familiar with the installing the column grid I set up a sample site to mess with and this is what I did and still it is not showing my products in the grid method
First I went to Includes > Modules> and over write and added the following file
product_listing.php
I went to
Includes> Templates>Tempaltes Default>Templates and override with the new file of
tpl_modules_product_listing.php
Then on my Adim Panel I went to INstall SQL Patch and I added everything below
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array('rows', 'columns'),');
INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
Then I went to product lists and changed into columns then 2 columsn and it still not working here is my sample site
http://resaleclipart.com/TWO/index.php?main_page=products_new