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

Andover Modern Template Support Thread

Views: 145,467

Results 161 to 180 of 790
6 Jan 2011, 8:33 PM
#161
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Andover Modern Template Support Thread

picaflor-azul:

Remove the code in the includes/templates/andover_modern/templates/tpl_product_info_display.php

Thank you Anne. That did the trick.

7 Jan 2011, 3:49 AM
#162
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Thanks, Anne. Your fix did the trick....

8 Jan 2011, 2:54 PM
#163
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

RixStix & Earnest-Enterprises-- I am happy to hear that :smile:

Thanks,

Anne

16 Jan 2011, 2:05 PM
#164
adealatlast avatar

adealatlast

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hello I switched over from the original green template yesterday to the Andover Modern and I have to say it is great. I have been working on alot of different stuff on the template and I just realized my site is no longer going Secure. I have no explanation for this. To the best of my knowledge I uploaded everything correctly. I checked my configure.php files and they stayed the same as when I originally set them up to be secure. I use GoDaddy SSL and called them and they said the certificate is loaded just fine. If anyone has a possible answer I would really appreciate it. Thank you so much for your time
V1.3.9
https://www.adealatlast.com

16 Jan 2011, 2:42 PM
#165
casaland avatar

casaland

New Zenner

Join Date:
Jan 2011
Posts:
1
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

I have installed zencart 1.3.9h German Version, this template can wonderfully work if the site is on English, but there are problems if I change the site to German, could you tell me, which several files should I add in, so that the template can work on other language. I can translate them myself, but I am noob on zencart:P

Thanks!!!

16 Jan 2011, 3:18 PM
#166
my8st avatar

my8st

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

There is a problem under IE8 as the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error
http://www.zen-cart.com/forum/showpost.php?p=961529&postcount=248
to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript

I am just wondering how ans where to enclose the script tag ie <script>contents of the jscript_easySlider.js</script>

16 Jan 2011, 3:47 PM
#167
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 I switched over from the original green template yesterday to the Andover Modern and I have to say it is great. I have been working on alot of different stuff on the template and I just realized my site is no longer going Secure. I have no explanation for this. To the best of my knowledge I uploaded everything correctly. I checked my configure.php files and they stayed the same as when I originally set them up to be secure. I use GoDaddy SSL and called them and they said the certificate is loaded just fine. If anyone has a possible answer I would really appreciate it. Thank you so much for your time
V1.3.9
https://www.adealatlast.com

This is not a problem with the template. In the template I have not used any absolute path names. Please do a search on the forum for help with this.

Thanks,

Anne

16 Jan 2011, 3:48 PM
#168
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 have installed zencart 1.3.9h German Version, this template can wonderfully work if the site is on English, but there are problems if I change the site to German, could you tell me, which several files should I add in, so that the template can work on other language. I can translate them myself, but I am noob on zencart

Thanks!!!

If you want to use the site in a language other than english then you must copy all of the english files to your language directory. Please do a forum search for instructions on implementing multiple languages.

Thanks,

Anne

16 Jan 2011, 3:49 PM
#169
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

There is a problem under IE8 as the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error
http://www.zen-cart.com/forum/showpo...&postcount=248
to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript

I am just wondering how ans where to enclose the script tag ie <script>contents of the jscript_easySlider.js</script>

Follow these instructions to remove the error:


Thanks,

Anne

17 Jan 2011, 12:44 AM
#170
my8st avatar

my8st

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Hi.Thanks.But I could not find out where is the <script>contents of the jscript_easySlider.js</script> .It does not work if only change two files.

17 Jan 2011, 2:23 AM
#171
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

Hi.Thanks.But I could not find out where is the <script>contents of the jscript_easySlider.js</script> .It does not work if only change two files.

All I can tell you is to follow those instructions. I have done this successfully many times so the instructions are accurate and do work. I have this marked for a future update of the template package.

Thanks,

Anne

17 Jan 2011, 5:04 AM
#172
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

my8st:

There is a problem under IE8 as the jscript_easySlider.js is being loaded before the jscript_jquery.js file hence the error
http://www.zen-cart.com/forum/showpost.php?p=961529&postcount=248
to solve this I copied the contents of the jscript_easySlider.js file into a new file (you need the enclose it within the script tag ie <script>contents of the jscript_easySlider.js</script> name this new file jscript_easySlider.php and upload it to /includes/modules/pages/index
Now go back and delete the original jscript_easySlider.js from includes/templates/yourtemplate/jscript

I am just wondering how ans where to enclose the script tag ie <script>contents of the jscript_easySlider.js</script>

This has been asked multiple times in several threads and received no response other than a link to the above directions.

I asked the same question. :)

This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

Simple five minute answer on how to fix the IE error:

Using notepad or some other text editing program...

  1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

  2. Paste the contents of that file into a new file

  3. At the very beginning of the NEW file (line 1) add: <script>

  4. At the very end of the NEW file (line 225) add: </script>

  5. Save the NEW file and name it: jscript_easySlider.php

  6. Upload this new file to: /includes/modules/pages/index

  7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js

Alternative fix:

  1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

  2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js

Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
(BIG Thank You to Waddtown for figuring it out and posting the fix)

I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.

17 Jan 2011, 6:50 AM
#173
my8st avatar

my8st

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Boggled:

This has been asked multiple times in several threads and received no response other than a link to the above directions.

I asked the same question. :)

This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

Simple five minute answer on how to fix the IE error:

Using notepad or some other text editing program...

  1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

  2. Paste the contents of that file into a new file

  3. At the very beginning of the NEW file (line 1) add: <script>

  4. At the very end of the NEW file (line 225) add: </script>

  5. Save the NEW file and name it: jscript_easySlider.php

  6. Upload this new file to: /includes/modules/pages/index

  7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js

Alternative fix:

  1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

  2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js

Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
(BIG Thank You to Waddtown for figuring it out and posting the fix)

I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.

Thanks so much.I finally got it throug duo to your instruction.:clap:

17 Jan 2011, 7:28 AM
#174
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

my8st:

Thanks so much.I finally got it throug duo to your instruction.:clap:

Glad it worked for you. :smile:

17 Jan 2011, 12:02 PM
#175
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Andover Modern Template Support Thread

What I would like to know is if the buttons in the new products centerbox can also be used in css buttons.

ps for the moment i removed the link to picaflor, but will replace it when I am finished

17 Jan 2011, 7:35 PM
#176
helpmesell avatar

helpmesell

New Zenner

Join Date:
Feb 2007
Posts:
77
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Boggled:

This has been asked multiple times in several threads and received no response other than a link to the above directions.

I asked the same question. :)

This fix does appear to work, but the directions aren't very clear for those who may not be familiar with working on these type files and/or sometimes rely on step-by-step instructions.

Simple five minute answer on how to fix the IE error:

Using notepad or some other text editing program...

  1. Copy the complete contents of /includes/templates/andover_modern/jscript/jscript_easySlider.js

  2. Paste the contents of that file into a new file

  3. At the very beginning of the NEW file (line 1) add: <script>

  4. At the very end of the NEW file (line 225) add: </script>

  5. Save the NEW file and name it: jscript_easySlider.php

  6. Upload this new file to: /includes/modules/pages/index

  7. Then delete this file: /includes/templates/andover_modern/jscript/jscript_easySlider.js

Alternative fix:

  1. Grab a copy of the file I've attached to this post, unzip it and upload it to:
    /includes/modules/pages/index

  2. Then delete this file:
    /includes/templates/andover_modern/jscript/jscript_easySlider.js

Note - I didn't 'create' this fix, I just finally figured out how to implement it and make it work on my site. :)
(BIG Thank You to Waddtown for figuring it out and posting the fix)

I have tested it and it does work on both the Andover Modern and Apparel Boutique templates.

Any ideahow to get the site to validate for W3C XHTML and CSS after doing this, it gives a few errors.

17 Jan 2011, 10:18 PM
#177
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

Any ideahow to get the site to validate for W3C XHTML and CSS after doing this, it gives a few errors.

If you post a link to your site I can take a look. All code in the demo is w3c valid xhtml and css:

http://www.picaflor-azul.com/free-demos/index.php?main_page=index&template_switch_id=andover_modern

Thanks,

Anne

17 Jan 2011, 10:43 PM
#178
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Anne,

I'm having a problem with the maroon/brown header image where the checkout and other options reside. When a user isn't logged in they see this:

Attachment #8692

However, when a user logs in and they've added items to their cart the search window and button drop down like this:

Attachment #8691

It appears there isn't enough space on the line for everything so the search option has to drop to the next line. Where can I adjust this? I have made no changes to the stylesheet other than color changes and adjusting the slider to fit my images.

Thanks for any help and for a beautiful template....

Rod

17 Jan 2011, 10:57 PM
#179
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

Anne,

I'm having a problem with the maroon/brown header image where the checkout and other options reside. When a user isn't logged in they see this:

Attachment 8692

However, when a user logs in and they've added items to their cart the search window and button drop down like this:

Attachment 8691

It appears there isn't enough space on the line for everything so the search option has to drop to the next line. Where can I adjust this? I have made no changes to the stylesheet other than color changes and adjusting the slider to fit my images.

Thanks for any help and for a beautiful template....

Rod

Add this:

#navMain ul li a{padding:0;}

to the bottom of your stylesheet.css

Thanks,

Anne

18 Jan 2011, 1:41 AM
#180
earnest_enterprises avatar

earnest_enterprises

New Zenner

Join Date:
Oct 2009
Location:
Great Northwest
Posts:
80
Plugin Contributions:
0

Re: Andover Modern Template Support Thread

Once again thank you!

Rod