Zen Cart Logo
Forums / Addon Templates / Andover Modern Template Support Thread

Andover Modern Template Support Thread

Views: 145,465

Results 41 to 60 of 790
16 Nov 2010, 6:47 AM
#41
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

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.

16 Nov 2010, 3:12 PM
#42
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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-demos/index.php?main_page=index&template_switch_id=andover_modern

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:

====================================================
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.

16 Nov 2010, 3:47 PM
#43
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

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.

16 Nov 2010, 4:46 PM
#44
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

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.

16 Nov 2010, 5:25 PM
#45
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

If you post a link to your site I will take a look.

sent you a pm

16 Nov 2010, 6:39 PM
#47
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

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.

picaflor-azul:

kauai--I would re-install the about us page module:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=182

Be sure to follow the installation instructions in the module package.

16 Nov 2010, 6:55 PM
#48
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

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.

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.

16 Nov 2010, 7:12 PM
#49
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

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!!!

16 Nov 2010, 7:57 PM
#50
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

YES!! IT WORKS!!

Much Aloha!!!

That's great :smile: Thank you for pointing out the bug.

16 Nov 2010, 8:17 PM
#51
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

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'
16 Nov 2010, 8:22 PM
#52
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

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'

I can not help you without a link to your site to see what is happening.

17 Nov 2010, 11:16 PM
#53
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

I just posted an update to the template package.

11/17/2010-------Fixed wrong path name for javascript in define_main_page.php, moved about_us_filenames.php to correct directory, fixed wrong path name in twitter and facebook links in footer, fixed ie6 and ie7 spacing bug with prev, listing, next on product info page.

Hopefully it will be approved and ready for download soon!

18 Nov 2010, 7:00 AM
#54
rizla avatar

rizla

Zen Follower

Join Date:
Sep 2010
Posts:
449
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Just to let you know I finally tracked tha problem down to a DB error. Must have been a mod I added.

All is working now but for two small problems which I can't seem to rectify:
I have "privacy notice" top left (just above catagories) need to turn off.

Also I have cross-sell 1-3-1 installed and related products..... All show in Admin and setting are made but not displying on product page. Is there a switch I have missed?

Thanks

18 Nov 2010, 9:33 AM
#55
authentic01 avatar

authentic01

New Zenner

Join Date:
Aug 2010
Posts:
22
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I am adding more pages so I'm using the 'more information' Page 2 etc. I can get the information the only problem I'm having is changing the name Page ? to something else. Question: How do I change the name because I tried changing the file name and that doesn't help?:lamo:

18 Nov 2010, 3:27 PM
#56
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

Hello :smile: Although I don't mind helping out, this thread really is for template related bugs/questions. A simple search on the forum would help you find the answers to your questions.

All is working now but for two small problems which I can't seem to rectify:
I have "privacy notice" top left (just above catagories) need to turn off.

http://www.zen-cart.com/forum/showthread.php?t=69741

Also I have cross-sell 1-3-1 installed and related products..... All show in Admin and setting are made but not displying on product page. Is there a switch I have missed?

For help with third party modules I would post for help to the module thread.

I am adding more pages so I'm using the 'more information' Page 2 etc. I can get the information the only problem I'm having is changing the name Page ? to something else. Question: How do I change the name because I tried changing the file name and that doesn't help?

http://www.zen-cart.com/forum/showthread.php?t=37621

19 Nov 2010, 4:24 PM
#57
petek avatar

petek

Zen Follower

Join Date:
Jan 2008
Location:
Chevreuse, France
Posts:
278
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I hope the updated version of your template will be available soon. My site's in French - I imagine it will be a big job translating it !

PS : when I attempt to open a button image (I've downloaded the existing version just to have a look) in order to edit it, I can't actually open it, I get "an unknown file type" message. Why ?

19 Nov 2010, 4:49 PM
#58
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

You can download the updated version from my web site if you don't want to wait for the zen cart approval :smile:

PS : when I attempt to open a button image (I've downloaded the existing version just to have a look) in order to edit it, I can't actually open it, I get "an unknown file type" message. Why ?

The button images are all .gif's so I have no idea.

19 Nov 2010, 5:28 PM
#59
petek avatar

petek

Zen Follower

Join Date:
Jan 2008
Location:
Chevreuse, France
Posts:
278
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

picaflor-azul:

You can download the updated version from my web site if you don't want to wait for the zen cart approval :smile:

The button images are all .gif's so I have no idea.

Well, I can't open them in Fireworks or Photoshop. Did you make them in Apple format ? Perhaps that's why I can't open them and if I can't open them, I can't translate them !

19 Nov 2010, 5:56 PM
#60
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Andover Modern Template Support Thread

Well, I can't open them in Fireworks or Photoshop. Did you make them in Apple format ? Perhaps that's why I can't open them and if I can't open them, I can't translate them !

No, I did not make them in any special format.

Here is a blank button in .png format.