picaflor-azul:
Rizla--Your problems are not caused by the template. Everything works fine on the demo:
http://www.picaflor-azul.com/free-demos/index.php?main_page=index&template_switch_id=andover_modern
If you read the install.txt file:
====================================================
2. SQL File for Column Layout Grid Module (Optional)
Run the following SQL commands into your database.
The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
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);
>
> Post a link to your site and I will have a look.
Cant post a link as I stated earlier I am developing locally... Ok this may not be the template but more the colum layout see attached (if it works) menu is there but no option to choose 'colums'