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

Andover Modern Template Support Thread

Views: 145,467

Results 181 to 200 of 790
18 Jan 2011, 1:56 AM
#181
helpmesell avatar

helpmesell

New Zenner

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

Andover Modern Template Support Thread

picaflor-azul:

Add this:

#navMain ul li a{padding:0;}

>  
> to the bottom of your stylesheet.css
>  
> Thanks,
>  
> Anne
 
Hi Anne,

I was having a similar problem but changing to below would make the search box go to the next line again whenever you went to Home or any other Category
 

#navMain ul li a{padding:0;}

 
Changin the line below in the stylesheet seems to work, is it OK to do this?
 

#navMain ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #fffede;white-space: nowrap;}

 
to
 

#navMain ul li a {text-decoration: none;padding: 0;margin: 0;color: #fffede;white-space: nowrap;}

 

Thanks!!!
18 Jan 2011, 2:22 AM
#182
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

HelpMeSell--Yes, both have the same end result. It is more "correct" to do it the way that you mentioned, but my addition is meant to make it easier for someone who has no idea what a stylesheet is :smile: They just have to copy and paste something into the end of the file.

Thanks,

Anne

18 Jan 2011, 5:23 AM
#183
rizla avatar

rizla

Zen Follower

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

Re: Andover Modern Template Support Thread

Font Sizing:
I know it's set in css but I have tried and failed!
Site: www-metalpix-co-uk

The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

Any pointers would be great.. Thanks

18 Jan 2011, 12:28 PM
#184
helpmesell avatar

helpmesell

New Zenner

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

Re: Andover Modern Template Support Thread

Rizla:

Font Sizing:
I know it's set in css but I have tried and failed!
Site: www-metalpix-co-uk

The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

Any pointers would be great.. Thanks

I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning :unsure:

 
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background: #6a6b6f url(../images/bk.jpg) repeat-x center top;}
18 Jan 2011, 2:53 PM
#185
helpmesell avatar

helpmesell

New Zenner

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

Re: Andover Modern Template Support Thread

picaflor-azul:

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

Hi Anne,

Here is the link, "http:// bit.ly/ dQvARt" (without the spaces and quotation marks).

The errors come up on w3 validator after moving the easyslider into jscript_easySlider.php

40 Errors, 10 warning(s)

Thanks for the help!!!! :clap:

19 Jan 2011, 1:48 AM
#186
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 Anne,

Here is the link, "http:// bit.ly/ dQvARt" (without the spaces and quotation marks).

The errors come up on w3 validator after moving the easyslider into jscript_easySlider.php

40 Errors, 10 warning(s)

Thanks for the help!!!!

I would just start with the first error:

Error Line 18, Column 8: required attribute "type" not specified

<script> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

If you read the error and explanation it tells you exactly what is wrong and how to fix it. I don't think that I can say it any clearer :smile:

Thanks,

Anne

19 Jan 2011, 2:44 AM
#187
helpmesell avatar

helpmesell

New Zenner

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

Re: Andover Modern Template Support Thread

picaflor-azul:

I would just start with the first error:

If you read the error and explanation it tells you exactly what is wrong and how to fix it. I don't think that I can say it any clearer :smile:

Thanks,

Anne

I had read the errors before but it never really clicked. :wacko:
I got the first couple ones but I now have 31 Errors, 10 warning(s) and I really have no clue :(

Any tips?

19 Jan 2011, 6:38 AM
#188
rizla avatar

rizla

Zen Follower

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

Re: Andover Modern Template Support Thread

HelpMeSell:
"I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning"

Sorry but this changes the size globally... I just need those required areas altering. But thanks anyway.

19 Jan 2011, 2:42 PM
#189
helpmesell avatar

helpmesell

New Zenner

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

Re: Andover Modern Template Support Thread

Rizla:

HelpMeSell:
"I think you gotta edit "font-size: 62.5%" below in your stylesheet. I may very well be wrong as I'm still learning"

Sorry but this changes the size globally... I just need those required areas altering. But thanks anyway.

Have you tried increasing the size from define pages editor for the particular pages that you like the text to be bigger?

19 Jan 2011, 3:07 PM
#190
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

Font Sizing:
I know it's set in css but I have tried and failed!
Site: www-metalpix-co-uk

The body text is a little small and I would like to increase the size, also the same text size is reproduced in the catagories section.

I would like the text to be the same size as the Product Description. I have played on my local copy to no avail.

Any pointers would be great.. Thanks

Either add a div to your text and style the div, or you can add:

#indexDefaultMainContent p{font-size:150%;}

to the bottom of your stylesheet.css. Just put the percent at whatever you want.

Thanks,

Anne

19 Jan 2011, 3:13 PM
#191
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 had read the errors before but it never really clicked.
I got the first couple ones but I now have 31 Errors, 10 warning(s) and I really have no clue

Any tips?

Try taking the space out before the "=" :

<script type="text/javascript">

Thanks,

Anne

19 Jan 2011, 7:27 PM
#192
helpmesell avatar

helpmesell

New Zenner

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

Re: Andover Modern Template Support Thread

picaflor-azul:

Try taking the space out before the "=" :

<script type="text/javascript"> ``` > > Thanks, > > Anne Just tried and it still gives the same errors
20 Jan 2011, 10:47 AM
#193
krissyng avatar

krissyng

New Zenner

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

Re: Andover Modern Template Support Thread

not sure why, my side layout is not 'out' and my header were half missing?
can anyone help?
http://happydays-shop.com/zencart/

20 Jan 2011, 11:12 AM
#195
krissyng avatar

krissyng

New Zenner

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

Re: Andover Modern Template Support Thread

HelpMeSell:

Have you turned on the sideboxes you want under Configuration-> Layout Settings???

http://www.zen-cart.com/wiki/index.php/Sideboxes

yup, i turn on already, still the same.
under colum right/left status then 0 is off right? 1 is on right?

21 Jan 2011, 4:28 AM
#196
my8st avatar

my8st

New Zenner

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

Re: Andover Modern Template Support Thread

I like this templete so much.It is so lovely.Just have one question.I have successfully installed it but the index page became slower.Is it normal? My webiste is offerbags.com :smile:

21 Jan 2011, 3:24 PM
#197
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 like this templete so much.It is so lovely.Just have one question.I have successfully installed it but the index page became slower.Is it normal? My webiste is offerbags.com

Have you optimized the slide show images? Slow server you might want to contact your host.

Thanks,

Anne

22 Jan 2011, 1:57 AM
#198
my8st avatar

my8st

New Zenner

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

Re: Andover Modern Template Support Thread

picaflor-azul:

Have you optimized the slide show images? Slow server you might want to contact your host.

Thanks,

Anne

The size of pics is 700x250.The pics moving is not flat.when up or down the page by scroll.It is not flat as well. I changed with other templetes.Everything is ok.

23 Jan 2011, 10:41 AM
#199
rizla avatar

rizla

Zen Follower

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

Re: Andover Modern Template Support Thread

Real simple for some!!! Not for me ;)

Ok, pulling my hair out at trying to get the facebook & twitter icons to open in a new window and not leave the main site.

No good at PHP and I tried the Target = blank thing to no avail.. so what do I need to plave in these two lines of code to make them use a new window?

define('FACEBOOK','http://en-gb.facebook.com/pages/The-Personalised-Touch-by-metalPIX/182065021825111');

define('TWITTER', 'http://www.twitter.com/metalpix_uk');

23 Jan 2011, 3:40 PM
#200
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

Real simple for some!!! Not for me ;)

Ok, pulling my hair out at trying to get the facebook & twitter icons to open in a new window and not leave the main site.

No good at PHP and I tried the Target = blank thing to no avail.. so what do I need to plave in these two lines of code to make them use a new window?

define('FACEBOOK','http://en-gb.facebook.com/pages/The-Personalised-Touch-by-metalPIX/182065021825111');

define('TWITTER', 'http://www.twitter.com/metalpix_uk');

Edit the includes/templates/andover_modern/common/tpl_footer_menu.php file.

Thanks,

Anne