Re: Andover Modern Template Support Thread
"This is a ie bug. Create an ie specific stylesheet for the version of ie that you are using and add in a style override. Ie6 and ie7 stylesheets are already included."
Sorry dont know how to quote:
How do I do this?
On my product listing page I now get "showing products 1 - 4 Bu nothing is displayed in this area. It used to on the 'g' but not on this 'h' version.
Also in 'Product Listing' settings I have no option to set 'Layout Style' could this be the cause?
If I switch to the Zen template then all displays ok INCLUDING the search facility. Problems are only on this template selection.
Re: Andover Modern Template Support Thread
Rizla--Your problems are not caused by the template. Everything works fine on the demo:
http://www.picaflor-azul.com/free-de...andover_modern
Quote:
Also in 'Product Listing' settings I have no option to set 'Layout Style' could this be the cause?
If you read the install.txt file:
Code:
====================================================
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.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
kauai--Have you forgotten to upload includes/extra_definitions/about_us_filenames.php ?
Everything is uploaded, but it's still not linking to that page. I made some changes in the admin folder>tools>define pages editor> define_about us.php and it's not making the changes.
I looked at the source and it's pointing to:..../index.php?main_page=FILENAME_ABOUT_US"
The other links on the information box are different than the above.
ie..shipping
..../index.php?main_page=shippinginfo
Thanks for your help.
Re: Andover Modern Template Support Thread
Quote:
Everything is uploaded, but it's still not linking to that page. I made some changes in the admin folder>tools>define pages editor> define_about us.php and it's not making the changes.
I looked at the source and it's pointing to:..../index.php?main_page=FILENAME_ABOUT_US"
The other links on the information box are different than the above.
ie..shipping
..../index.php?main_page=shippinginfo
If you post a link to your site I will take a look.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I will take a look.
sent you a pm
Re: Andover Modern Template Support Thread
kauai--I would re-install the about us page module:
http://www.zen-cart.com/index.php?ma...roducts_id=182
Be sure to follow the installation instructions in the module package.
Re: Andover Modern Template Support Thread
Thanks I will give it a shot.
But as I looked at some of the pages that were listed here by others, it showed that their link to the about us page is messed up too.
Quote:
Originally Posted by
picaflor-azul
Re: Andover Modern Template Support Thread
Quote:
I love this template but I do believe I found a slight problem. Its in the packaging. I believe the about-us page is in the \includes\extra_definitions file folder and it should be /includes/extra_datafiles.
Quote:
But as I looked at some of the pages that were listed here by others, it showed that their link to the about us page is messed up too.
I am sorry, I missed this post. You are absolutely correct. If you move the includes/extra_definitions/about_us_filenames.php and move it to includes/extra_datafiles/about_us_filenames.php all should be fixed.
I am working on a new package to submit with the bug fixes incldued.
Re: Andover Modern Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am sorry, I missed this post. You are absolutely correct. If you move the includes/extra_definitions/about_us_filenames.php and move it to includes/extra_datafiles/about_us_filenames.php all should be fixed.
I am working on a new package to submit with the bug fixes incldued.
YES!! IT WORKS!!
Much Aloha!!!
Re: Andover Modern Template Support Thread
Quote:
YES!! IT WORKS!!
Much Aloha!!!
That's great :smile: Thank you for pointing out the bug.