Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,041

Results 541 to 560 of 953
20 Sep 2015, 5:40 AM
#541
dragon718 avatar

dragon718

New Zenner

Join Date:
Sep 2015
Location:
Washington, DC.
Posts:
16
Plugin Contributions:
0

Winchester Responsive

Hello Anne my name is Ernest I have just installed your Winchester Responsive template on a fresh install of 1.5.4 with no mods accept ckeditor because I am a newbie. Now everything has gone smoothly until 1. I tried to get Capital letters to display for the Tag Line and 2. trying to get a picture to load in the banner carousel the place holder is there but no pic I have followed your readme file in the download to the letter. My site is http://www.g-linehobbies.com I will take it out of maintenance so you have access. your help is greatly needed. Thank You P.S. I have read every post in this thread over the past to days I would like to know where your extra instruction files are.

20 Sep 2015, 6:22 AM
#543
lruskauff avatar

lruskauff

Totally Zenned

Join Date:
Sep 2008
Location:
WA
Posts:
559
Plugin Contributions:
0

Re: Winchester Responsive

Uppercase:

In includes/templates/winc.../css/style sheet

Look for line:

#tagline {margin:0;color:#903734;font-size:1.2em;text-align:left;text-transform:lowercase;clear:both;margin-left:15px;float:left}

Remove

text-transform:lowercase;
20 Sep 2015, 1:44 PM
#544
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

Dragon718:

Hello Anne my name is Ernest I have just installed your Winchester Responsive template on a fresh install of 1.5.4 with no mods accept ckeditor because I am a newbie. Now everything has gone smoothly until 1. I tried to get Capital letters to display for the Tag Line and 2. trying to get a picture to load in the banner carousel the place holder is there but no pic I have followed your readme file in the download to the letter. My site is http://www.g-linehobbies.com I will take it out of maintenance so you have access. your help is greatly needed. Thank You P.S. I have read every post in this thread over the past to days I would like to know where your extra instruction files are.

In the stylesheet.css file change the text-transform:uppercase; to text-transform:none; for #tagline

My guess is that you do not have the correct banner group assigned to the banner.

Thanks,

Anne

20 Sep 2015, 10:09 PM
#545
dragon718 avatar

dragon718

New Zenner

Join Date:
Sep 2015
Location:
Washington, DC.
Posts:
16
Plugin Contributions:
0

Re: Winchester Responsive

Hi Anne the banner group that is being used is the same one pointed to in your documentation picture, what I am asking is what the correct path for upload of my banner image is and I am using a jpeg is this allowed

20 Sep 2015, 10:10 PM
#546
dragon718 avatar

dragon718

New Zenner

Join Date:
Sep 2015
Location:
Washington, DC.
Posts:
16
Plugin Contributions:
0

Re: Winchester Responsive

Thank you for the information

20 Sep 2015, 10:31 PM
#547
dragon718 avatar

dragon718

New Zenner

Join Date:
Sep 2015
Location:
Washington, DC.
Posts:
16
Plugin Contributions:
0

Re: Winchester Responsive

Hello Anne I got it to work the image did not get picked up the first few time I loaded it, tried it one more time today and it worked the way it was supposed to. Thank you for your time good day

21 Sep 2015, 2:36 PM
#548
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

Dragon718:

Hello Anne I got it to work the image did not get picked up the first few time I loaded it, tried it one more time today and it worked the way it was supposed to. Thank you for your time good day

I am happy that you figured it out ;)

Thanks,

Anne

4 Oct 2015, 1:42 PM
#549
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

Hello,

I want to turn on the left column on the home page of the Winchester Responsive template, just as it is on other pages. The left column is turned off on the home page by an override. Where's that override, and how do I remove it? (And then I'll put the categories list in that column.)

Also (and probably related) I want to reduce the size of the home page slide show so that the categories listing in the left column is up beside it. (It's a long list of categories.)

Any suggestions appreciated.

Rob

4 Oct 2015, 1:49 PM
#550
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

Second question...

How do I turn off the Categories > Information > Contact links in the header? Breadcrumbs status doesn't affect those three links.

Thanks,

Rob

5 Oct 2015, 12:59 PM
#551
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

rstevenson:

Hello,

I want to turn on the left column on the home page of the Winchester Responsive template, just as it is on other pages. The left column is turned off on the home page by an override. Where's that override, and how do I remove it? (And then I'll put the categories list in that column.)

Also (and probably related) I want to reduce the size of the home page slide show so that the categories listing in the left column is up beside it. (It's a long list of categories.)

Any suggestions appreciated.

Rob

You can remove the if statement in the includes/templates/winchester_responsive/common/tpl_main_page.php file to turn on the left hand column on the home page.

You can change the size of the slide show in the css stylesheet_flex.css.

Thanks,

Anne

5 Oct 2015, 1:00 PM
#552
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

rstevenson:

Second question...

How do I turn off the Categories > Information > Contact links in the header? Breadcrumbs status doesn't affect those three links.

Thanks,

Rob

You can edit the includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php file.

Thanks,

Anne

7 Oct 2015, 8:36 PM
#553
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

You can remove the if statement in the includes/templates/winchester_responsive/common/tpl_main_page.php file to turn on the left hand column on the home page.
Thanks Anne. That worked fine.

picaflor-azul:

You can change the size of the slide show in the css stylesheet_flex.css.
I found a define which changed the size of a slide within the slideshow, but I couldn't seem to shrink the slideshow itself no matter what I tried. Can you offer a hint?

Thanks,
Rob

7 Oct 2015, 8:38 PM
#554
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

You can edit the includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php file.
Well, ... someone might be able to edit it, but not me. :blink: As with the stylesheet edit I was trying, there are way too many things in there I don't understand, so I'm just swatting flies in the dark.

Rob

8 Oct 2015, 3:19 PM
#555
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

rstevenson:

Thanks Anne. That worked fine.

I found a define which changed the size of a slide within the slideshow, but I couldn't seem to shrink the slideshow itself no matter what I tried. Can you offer a hint?

Thanks,
Rob

If you post a link to your site and the width that you want the slide show changed to I can take a look.

Thanks,

Anne

8 Oct 2015, 3:25 PM
#556
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

rstevenson:

Well, ... someone might be able to edit it, but not me. :blink: As with the stylesheet edit I was trying, there are way too many things in there I don't understand, so I'm just swatting flies in the dark.

Rob

If you want to remove the contact us link in the header remove this from the includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php:

<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>" class="mcontact"><?php echo BOX_INFORMATION_CONTACT; ?></a></li>

Thanks,

Anne

9 Oct 2015, 1:26 AM
#557
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

If you post a link to your site and the width that you want the slide show changed to I can take a look.

Thanks Anne. The (test) site is at www.horsemansshop.com.au/NewZC2/

If the width can be reduced to the centre column width, so that the (long) categories list can slide up beside it, that would be perfect. In an old-style site I can usually work this sort of thing out, but the added code complications of a responsive site have me wading in deep waters.

Rob

9 Oct 2015, 1:33 AM
#558
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

If you want to remove the contact us link in the header remove this from the includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php:

<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>" class="mcontact"><?php echo BOX_INFORMATION_CONTACT; ?></a></li> ```

I can't find that code in that file. (And I haven't modified any of the files yet.) I can find a line very similar to that, but it refers to TITLE_CONTACT not BOX_INFORMATION_CONTACT.

Rob

9 Oct 2015, 1:40 AM
#559
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Winchester Responsive

And while I'm asking about that site, www.horsemansshop.com.au/NewZC2/, I may have noticed a bug (gasp!) in the code, or at least an "interesting variation" in the way different browsers read it. View that home page in Safari, Opera and Firefox, all the latest versions (or at least the latest I can get for my Mac OS X v10.6.8 system.) In the first two browsers, the logo is about the same size as your logo in the template as delivered, about 310px wide, while in Firefox the logo is about 900px wide, which is curiously not quite its native file size of 1000px wide.

Any thoughts on this difference would be welcome.

Rob

9 Oct 2015, 1:04 PM
#560
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Winchester Responsive

rstevenson:

And while I'm asking about that site, www.horsemansshop.com.au/NewZC2/, I may have noticed a bug (gasp!) in the code, or at least an "interesting variation" in the way different browsers read it. View that home page in Safari, Opera and Firefox, all the latest versions (or at least the latest I can get for my Mac OS X v10.6.8 system.) In the first two browsers, the logo is about the same size as your logo in the template as delivered, about 310px wide, while in Firefox the logo is about 900px wide, which is curiously not quite its native file size of 1000px wide.

Any thoughts on this difference would be welcome.

Rob

This is not a bug. Why don't you resize your logo down to 310 pixels wide if this is how you want it to render?

Thanks,

Anne