Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,079

Results 1,841 to 1,860 of 1,865
10 Jan 2022, 23:04
#1841
beav avatar

beav

New Zenner

Join Date:
Mar 2018
Location:
Idaho,USA
Posts:
23
Plugin Contributions:
0

Westminster New

Zencart Version 1.5.5f. not an upgrade.
installed using zc_install.
PHP version 7.4.23.
Westminster new version 1.3.
https://www.legendcycle.net

I've seen this question asked but haven't seen a fix.

I have a few categories with subcategories. I would like to see the subcategories listed in the main body of the page when I click on the category in the side box. Is there an easy way to do that?

11 Jan 2022, 07:20
#1842
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Beav:

Zencart Version 1.5.5f. not an upgrade.
installed using zc_install.
PHP version 7.4.23.
Westminster new version 1.3.
https://www.legendcycle.net

I've seen this question asked but haven't seen a fix.

I have a few categories with subcategories. I would like to see the subcategories listed in the main body of the page when I click on the category in the side box. Is there an easy way to do that?

Do you mean the images of the subcategories that you can click on?

11 Jan 2022, 19:57
#1843
beav avatar

beav

New Zenner

Join Date:
Mar 2018
Location:
Idaho,USA
Posts:
23
Plugin Contributions:
0

Re: Westminster New

Elemi:

Do you mean the images of the subcategories that you can click on?

Just the subcategory titles. when I click on the category in the side box I get the category title at the top of the main body of the page but no subcategories. I would like the subcategory titles to be listed below the Category title.

12 Jan 2022, 05:19
#1844
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Westminster New

In Layout Settings. Make sure Categories - Always Show Categories and SubCategories is set to 1

14 Apr 2022, 23:03
#1845
katrobb avatar

katrobb

New Zenner

Join Date:
Nov 2006
Posts:
45
Plugin Contributions:
0

Re: Westminster New

On the product information page, the "Details" and "Reviews" shrinks the center column like it is formatted for a tablet not a PC. It is only on the PC that it shrinks on those two tabs (mobile and tablet look great). It does not do this in other responsive tabs templates. I cannot find anything in stylesheet.css nor stylesheet_responsive_tabs.css that would cause it to change to tablet width when clicking on those two tabs.

Does anyone else have this issue? If No and yours works correctly, which version are you using?

Can anyone advise me on what to check or change?

I am using zen-cart 1.5.7d. and winchester_responsive_2.0.

15 Apr 2022, 07:16
#1846
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

katrobb:

On the product information page, the "Details" and "Reviews" shrinks the center column like it is formatted for a tablet not a PC. It is only on the PC that it shrinks on those two tabs (mobile and tablet look great). It does not do this in other responsive tabs templates. I cannot find anything in stylesheet.css nor stylesheet_responsive_tabs.css that would cause it to change to tablet width when clicking on those two tabs.

Does anyone else have this issue? If No and yours works correctly, which version are you using?

Can anyone advise me on what to check or change?

I am using zen-cart 1.5.7d. and winchester_responsive_2.0.

This demo site shows the Winchester Responsive template in action, I can't see the issue you're referring to - I'm assuming the demo is the latest version. It might be worth comparing your files with those from the plugin, a link to your site might also be useful.

BTW, this is the thread for Westminster New template (which is a sister template of Winchester Responsive)

16 Apr 2022, 01:31
#1847
katrobb avatar

katrobb

New Zenner

Join Date:
Nov 2006
Posts:
45
Plugin Contributions:
0

Re: Westminster New

My apologies Simon, I meant westminster_new_2.1 with this the demo site.
I removed all the left side boxes, so the pages do not have the categories menu on the left. I see that the demo does not change widths, so I do not know why my website does.

I looked at my css changes and I did not see anything that would effect the size, just colors. I tried to use westminster's css pages and besides the color, the pages still changes.

I did a Reset on the Layout Boxes, but it did not help. I notice that Contact Us was also narrow. I tried to put the categories back on the right side, and now the categories show on top of the right box on Description & Custom Tab and on the right side on the Details & Reviews with the right column being narrow. What would cause it to change like this?

Below are a couple of pictures of the differences between Description & Detail pages. The Contact Us is even more narrow.
Attachment 19954 Attachment 19958

I just tried to use westminster's css pages and besides the color, the pages still change.

16 Apr 2022, 06:50
#1848
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

Can't think why that's happening, I have a site with an older version of the template but can't replicate this. One small thought, when you 'removed all the left side boxes' did you just switch the left column off in Admin or turn off each sidebox individually? The former would be the correct way to do it.

16 Apr 2022, 07:26
#1849
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

You could also check the page for html errors, https://validator.w3.org/ (a quick & dirty way is to also view the page source in Firefox - errors are highlighted in red), that might give some clues as to what is going on.

20 Apr 2022, 20:48
#1850
katrobb avatar

katrobb

New Zenner

Join Date:
Nov 2006
Posts:
45
Plugin Contributions:
0

Re: Westminster New

Simon,
Thank you for your reply. I said no to all the Left(s) in Tools/Layout Boxes Controller. I tried switching off the Column Left Status - Global in Configuration/Layout Settings, but I like the left hand buffer on the screen, so I switch it back on.

I finally found a solution. At includes/templates/westminster_new/css/responsive_default.css - Line 114, I added the width section.

#middle>[class*="columns"] { float:left; display:table-cell; margin:0;
width: 100%; /KR Added width block s4/20/2022/
width: -moz-available; /* WebKit-based browsers will ignore this. /
width: -webkit-fill-available; /
Mozilla-based browsers will ignore this. */
width: fill-available;}

It now keeps the width consistently with every tab.

25 Apr 2022, 13:38
#1851
haychatter avatar

haychatter

New Zenner

Join Date:
Mar 2022
Location:
UK
Posts:
22
Plugin Contributions:
0

Re: Westminster New

Hello,

I have been trying to edit part of your Westminster New template for hours and can not find one piece of code I would like to remove, can anyone help me locate the code please?

I want to remove the <br> on products_all page, see below:

<td class="centerBoxContentsProducts centeredContent back gridlayout" style="width:24.5%;"><div class="list-image"><a href=" "><img src=" " title=" " width="200" height="200" class="listingProductImage" /></a></div>**<br>**<p class="itemTitle"><a href=" ">My Fair Ladybird</a></p>**<br>**<div class="list-model">Green</div>**<br>**<div class="list-price"><span class="productBasePrice">£35.00</span></div><a class="list-more" href=" ">details <i class="icon-circle-arrow-right"></i></a></td>

Thank you in advance.

Peter

25 Apr 2022, 20:33
#1852
haychatter avatar

haychatter

New Zenner

Join Date:
Mar 2022
Location:
UK
Posts:
22
Plugin Contributions:
0

Re: Westminster New

OK I got a reply from a friend who told my where to find it, if anyone else needs to know it's in includes\modules\YOUR_TEMPLATE\product_listing.php

Cheers,

Peter

17 May 2022, 09:50
#1853
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Westminster New

Has anyone worked out how to add extra pages to the Top Navigator bar in 1.5.7.c ? :-)

14 Sep 2022, 18:45
#1854
chuckrey avatar

chuckrey

Zen Follower

Join Date:
Aug 2020
Location:
Richarson
Posts:
160
Plugin Contributions:
0

Re: Westminster New

I am having trouble displaying the featured products on the home page in a carousel. Featured prods display but not in a carousel. I have looked for a carousel switch and could not locate one. I am running 1.5.7, installed the latest template and the site is pfcfurnitureindustries.com Any help would be awesome.

Thank you

15 Sep 2022, 06:48
#1855
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

chuckrey:

I am having trouble displaying the featured products on the home page in a carousel. Featured prods display but not in a carousel. I have looked for a carousel switch and could not locate one. I am running 1.5.7, installed the latest template and the site is pfcfurnitureindustries.com Any help would be awesome.

Thank you

You should have a configuration switch in Admin, from the templates Readme doc:

To configure the home page carousel featured products, go to Configuration -> Carousel Featured Products

15 Sep 2022, 12:56
#1856
chuckrey avatar

chuckrey

Zen Follower

Join Date:
Aug 2020
Location:
Richarson
Posts:
160
Plugin Contributions:
0

Re: Westminster New

simon1066:

You should have a configuration switch in Admin, from the templates Readme doc:

I must have missed some files during the install cause I do not have that menu. Thanks for your response.:smile:

15 Sep 2022, 13:49
#1857
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

chuckrey:

I must have missed some files during the install cause I do not have that menu. Thanks for your response.:smile:

Most likely to be the

YOUR_ADMIN\includes\languages\english\extra_definitions\carousel_featured_defines.php

that's missing.

15 Sep 2022, 13:50
#1858
chuckrey avatar

chuckrey

Zen Follower

Join Date:
Aug 2020
Location:
Richarson
Posts:
160
Plugin Contributions:
0

Re: Westminster New

chuckrey:

I must have missed some files during the install cause I do not have that menu. Thanks for your response.:smile:

Disregard. I missed your last response.. I am missing that file. I will check the most recent template files. Thx again

15 Sep 2022, 13:59
#1859
chuckrey avatar

chuckrey

Zen Follower

Join Date:
Aug 2020
Location:
Richarson
Posts:
160
Plugin Contributions:
0

Re: Westminster New

simon1066:

Most likely to be the

YOUR_ADMIN\includes\languages\english\extra_definitions\carousel_featured_defines.php

that's missing.

Maybe I am missing something. Are you seeing that file in the Westminster_new template install files? I just grabbed the most recent from ZC and that file is not located in the template.

15 Sep 2022, 14:11
#1860
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Westminster New

chuckrey:

Maybe I am missing something. Are you seeing that file in the Westminster_new template install files? I just grabbed the most recent from ZC and that file is not located in the template.

Sorry, I was looking at my local copy of the template - version v1.3. I'll look at the latest from ZC and report back if I have any ideas.