Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,194

Results 1,541 to 1,560 of 1,865
28 Sep 2017, 7:36 PM
#1541
chrx avatar

chrx

New Zenner

Join Date:
Aug 2005
Location:
SF Bay Area, California, USA
Posts:
84
Plugin Contributions:
0

Westminster New

dbltoe:

Looks like you found it as the sizes are now the same.

Thank you for the reply dbltoe.

Actually, no, I have not.

With Google Chrome (Version 61.0.3163.100) on my Windows machine and Safari on my iPhone 6S, that fourth level still appears smaller/lighter weight.

May I ask what platform/browser you are using, that it appears the same size/weight?

chrx

28 Sep 2017, 10:40 PM
#1542
chrx avatar

chrx

New Zenner

Join Date:
Aug 2005
Location:
SF Bay Area, California, USA
Posts:
84
Plugin Contributions:
0

Re: Westminster New

OK, I do beleive I have found it.
stylesheet.css
Line #350 : ul.slimmenu li ul li, ul.slimmenu1 li ul li
Original: font-size:95%;
Changed to: font-size:100%;
Seems to have done the trick.
Cheers!
chrx

9 Oct 2017, 5:38 PM
#1543
trekjunky avatar

trekjunky

New Zenner

Join Date:
Aug 2017
Location:
Detroit, Michigan, USA
Posts:
7
Plugin Contributions:
0

Re: Westminster New

Hello, I would like to edit the page that the Facebook Like Button goes to. Please help

9 Oct 2017, 8:26 PM
#1544
trekjunky avatar

trekjunky

New Zenner

Join Date:
Aug 2017
Location:
Detroit, Michigan, USA
Posts:
7
Plugin Contributions:
0

Re: Westminster New

Hello, I would like to edit the page that the Facebook Like Button goes to. Please help

19 Oct 2017, 9:00 AM
#1545
ausgirl avatar

ausgirl

New Zenner

Join Date:
Oct 2011
Location:
Australia
Posts:
22
Plugin Contributions:
1

Re: Westminster New

thooke01:

I recently installed the Westminster template and notice a Product detail Tab on my Product listing page. Where do you add info? I've looked all over and searched this forum don't see any info on that. I must be blind sorry if this has posted before. Attachment 16959

also in the flex footer, I tried to put links using standard HTML They show in the footer as HTML and not links something must be broken but I can't find where to look any ideas?

Thanks in advance.

Hello,

I am having the exact same problem, did someone find a fix for this?

Thanks :)

19 Oct 2017, 9:22 AM
#1546
ausgirl avatar

ausgirl

New Zenner

Join Date:
Oct 2011
Location:
Australia
Posts:
22
Plugin Contributions:
1

Re: Westminster New

Ausgirl:

Hello,

I am having the exact same problem, did someone find a fix for this?

Thanks :)

I found a fix in another thread.

In your database under Flexible Footer Menu, you will see your code all scrambled, just edit it with the correct code. Save. :)

20 Oct 2017, 11:24 AM
#1547
ausgirl avatar

ausgirl

New Zenner

Join Date:
Oct 2011
Location:
Australia
Posts:
22
Plugin Contributions:
1

Re: Westminster New

Hello,

Is this the file I can comment out code to hide the slide out tab and if it is, which part of the code do I need to comment out, thanks

includes/templates/westminster_new/common/tpl_main_page.php

20 Oct 2017, 4:01 PM
#1548
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

According to the readme, the content of the slide out is defined as SLIDE_OUT_CONTENT. You can use the Developer's Toolkit to find the files that use that define.
It appears that the slide-out uses javascript and some non-javascript code. You may be able to comment out lines 387 - 391 and get the job done.
This information is also available by searching the thread with "delete left slide out." Sometimes, the forum search is gnarly. If you use the same search in Google, just add picaflor to the search. Much better way to search the site.

21 Oct 2017, 4:04 AM
#1549
ausgirl avatar

ausgirl

New Zenner

Join Date:
Oct 2011
Location:
Australia
Posts:
22
Plugin Contributions:
1

Re: Westminster New

dbltoe:

According to the readme, the content of the slide out is defined as SLIDE_OUT_CONTENT. You can use the Developer's Toolkit to find the files that use that define.
It appears that the slide-out uses javascript and some non-javascript code. You may be able to comment out lines 387 - 391 and get the job done.
This information is also available by searching the thread with "delete left slide out." Sometimes, the forum search is gnarly. If you use the same search in Google, just add picaflor to the search. Much better way to search the site.

Thank you kindly :) That did the trick. I was commenting out that part of the code but it wasnt working, obviously I was commenting out the wrong lines.

In google search, I could see fixes on the picaflor website support but when I clicked them, it kept asking me for an admin login. I read somewhere Anne was doing a redesign on her website so Google was showing cache links. Not sure what was going on there, anyway, those lines you suggested did the trick.

Thank you :)

3 Nov 2017, 6:17 PM
#1550
atcc avatar

atcc

New Zenner

Join Date:
Feb 2014
Location:
Douglassville, Pennsylvania, United States
Posts:
14
Plugin Contributions:
0

Re: Westminster New

I love using this template but I am having a slight problem. I am trying to change the background color of the shopping cart, but only in mobile. My site is black and maroon with text. A white shopping cart background does not work for me. No matter what I do it won't change. I have been using Zen Cart long enough to know it has to do with the css but I cannot find the line I need. Can anyone help?
https://americantraditioncookiecutters.com

4 Nov 2017, 5:48 AM
#1551
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Westminster New

ATCC:

I love using this template but I am having a slight problem. I am trying to change the background color of the shopping cart, but only in mobile. My site is black and maroon with text. A white shopping cart background does not work for me. No matter what I do it won't change. I have been using Zen Cart long enough to know it has to do with the css but I cannot find the line I need. Can anyone help?
https://americantraditioncookiecutters.com

File is responsive_movile.css
For portrait view in mobile the background definition is in line #241
For landscape the line is #99
All under ".rowEven"

4 Nov 2017, 1:06 PM
#1552
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Re: Westminster New

Hi ATCC, Like your site.
"I love using this template but I am having a slight problem. I am trying to change the background color of the shopping cart, but only in mobile. My site is black and maroon with text. A white shopping cart background does not work for me. No matter what I do it won't change. I have been using Zen Cart long enough to know it has to do with the css but I cannot find the line I need. Can anyone help?
https://americantraditioncookiecutters.com"

Can you explain to me how you were able to get about 20 categories on your home page? I use this same template.

4 Nov 2017, 3:51 PM
#1553
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Westminster New

Can you explain to me how you were able to get about 20 categories on your home page? I use this same template.

Q wasn't directed to me. But:

In Admin panel, configuration/Layout - turn on Categories - always show on main page - to true. You can set how many category boxes show per row in admin/configuration/maximum values - categories to list per row. Default is 3 but you can change to suit.

Don't know if there is a max number - I don't use it but just tested this and my 20 categories showed fine. (I think these are general zen cart features, not template specific.)

4 Nov 2017, 9:32 PM
#1554
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Re: Westminster New

soxophoneplayer:

Q wasn't directed to me. But:

In Admin panel, configuration/Layout - turn on Categories - always show on main page - to true. You can set how many category boxes show per row in admin/configuration/maximum values - categories to list per row. Default is 3 but you can change to suit.

Don't know if there is a max number - I don't use it but just tested this and my 20 categories showed fine. (I think these are general zen cart features, not template specific.)

I think this is template specific because it does not work for me.The default name for these are "homead banner" 1,2 or 3. I did pay the author of this template $150.00 to add a forth banner for me which she did but she did not answer my last email so I think she is no longer on this forum. I would like to add more but I cannot figure out how to do it.

7 Nov 2017, 4:48 AM
#1555
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Westminster New

Maynards:

I think this is template specific because it does not work for me.The default name for these are "homead banner" 1,2 or 3. I did pay the author of this template $150.00 to add a forth banner for me which she did but she did not answer my last email so I think she is no longer on this forum. I would like to add more but I cannot figure out how to do it.

I do not have Westminster New installed but a similar template from the same author Anne - Sheffield Blue 2.
In Sheffield Blue 2 it is very simple to add a fourth banner: under Admin -> Tools -> Banner manager
and there you need to pick or add a new banner from the same "family" as you wrote "homead".
Check if things are similar with your template.

14 Nov 2017, 10:59 PM
#1556
techietom911 avatar

techietom911

New Zenner

Join Date:
Mar 2017
Location:
Idaho
Posts:
13
Plugin Contributions:
0

Re: Westminster New

I have a different question. The search bar doesn't show on the desktop computer, but does show up on the phone. How do I make it show up in desktop view?

15 Nov 2017, 12:10 PM
#1557
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Westminster New

techietom911:

I have a different question. The search bar doesn't show on the desktop computer, but does show up on the phone. How do I make it show up in desktop view?

In your admin area - tools/layout boxes controler:
sideboxes/search header.php settings should be -
Left/Right Column - OFF
Left/Right Column - Left (not sure if this matters)
Left/Right Sort Order - 0
Single Column Sort Order - 0
Single Column Status - ON
Mobile Status - ON

If single column status is already set to ON then the search box is probably hiding behind something else like your menu bar, and may need css tweaking.

15 Nov 2017, 4:09 PM
#1558
techietom911 avatar

techietom911

New Zenner

Join Date:
Mar 2017
Location:
Idaho
Posts:
13
Plugin Contributions:
0

Re: Westminster New

soxophoneplayer:

In your admin area - tools/layout boxes controler:
sideboxes/search header.php settings should be -
Left/Right Column - OFF
Left/Right Column - Left (not sure if this matters)
Left/Right Sort Order - 0
Single Column Sort Order - 0
Single Column Status - ON
Mobile Status - ON

If single column status is already set to ON then the search box is probably hiding behind something else like your menu bar, and may need css tweaking.

Soxo - That was it! I turned it on and now life is beautiful once more, LOL. Thank you for help!:clap:

30 Nov 2017, 12:43 AM
#1559
boxcar avatar

boxcar

New Zenner

Join Date:
Jun 2007
Posts:
47
Plugin Contributions:
0

Re: Westminster New

How can I make the subcategories names and image show in the main page instead of individual products. On the demo, it shows the subcategories names and image like soAttachment 17498 but on my default install, the subcategories do not show - only individual products. Like so Attachment 17499

The winchester new demo is here: http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&cPath=1

my install is here: http://zc155.everwoodfarm.com/index.php?main_page=index&cPath=1

Thanks!

30 Nov 2017, 2:43 AM
#1560
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Westminster New

boxcar:

How can I make the subcategories names and image show in the main page instead of individual products. On the demo, it shows the subcategories names and image like soAttachment 17498 but on my default install, the subcategories do not show - only individual products. Like so Attachment 17499

The winchester new demo is here: http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&cPath=1

my install is here: http://zc155.everwoodfarm.com/index.php?main_page=index&cPath=1

Thanks!

In you admin panel - Layout Settings - 'Categories - always show on main page' change the setting to '1'.