Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,183

Results 1,601 to 1,620 of 1,865
10 Sep 2018, 9:51 PM
#1602
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

irishshopper:

Help with Westminster-new on mldfurniture.ie

Getting the following on bottom right hand corner of screen where social media buttons should be. What has caused this and how can I fix it ?

SHARE AND CONNECT
<a href="https://www.facebook.com/mldfurniture" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/mldfurniture" target="_blank"><i class="fa fa-twitter"></i></a>

There are a couple of posts in this thread that address this problem. It is essentially a security thing.

One can be found here at post #64 on this page https://www.zen-cart.com/showthread.php?209715-Flexible-Footer-Columns-Menu-for-1-5-x&p=1308467#post1308467

AFTER CHANGING LINKS AND AFTER ADDING init_includes file into 'admin/includes/init_includes/overrides/' as per post above ....

THEN a) copy your modified social media links in flexible footer menu and then b) DELETE THE TEXT links in the box and 'update' then c) paste the links back and update again.

this will solve your problem.

cheers,
Mike

15 Sep 2018, 5:49 AM
#1603
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

v1.5.5f

Looking for some assistance with layout please ... refer to image attached. (site is https://www.harmonyball.net.au)

  1. REMOVE 'details' tab under price in a product listing - using inspector in Firefox I found reference to stylesheet.css line 258 .pl-details - I edited this line out but the tab still shows and I cannot find any configuration specifically for this in admin ... ??

  2. REDUCE the amount of whitespace as indicated - I have found and adjusted what I can in stylesheet.css however I have likely missed some lines or there is some other method of reducing the whitespace .. ??

Thanks in advance for your help.

cheers,
Mike

[Attachment no longer available]

18 Sep 2018, 6:47 AM
#1604
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Westminster New

@shags38

Try this stuff
stylesheet.css: line 169

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {margin: 1em 0;}

change to (or remove rule completely)

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {/*margin: 1em 0;*/}

stylesheet.css: line 236

.box_image{margin:15px 0 20px 0;}

adjust margin around image


stylesheet.css: line 228

.product_title {margin:20px auto 0 auto;min-height:45px;color:#444;font-size:120%;line-height:18px;}

adjust margin: 20px to margin: 5px


stylesheet.css: line 231

.product_detail {margin-top:30px;margin-bottom:10px;} 

change to

.product_detail {display: none;/*margin-top:30px;margin-bottom:10px;*/}

stylesheet.css line 232

.price, .pl-price{font-size:150%;margin-bottom:20px;}

because I do not know off the top of my head where .pl-price is used I would separate those into two rules and comment out the margin-bottom on the .price

.pl-price{font-size:150%;margin-bottom:20px;}
.price{font-size:150%;/*margin-bottom:20px;*/}

the space between the title and price that is left after all of that can be removed by stripping out the <br> tag from the file that generates that box (forget where it is off the top of my head)

see attached image for what I got it to look like in my browser by playing in the inspector Attachment 18042

18 Sep 2018, 7:06 AM
#1605
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

barco57:

@shags38

Try this stuff
stylesheet.css: line 169

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {margin: 1em 0;}

> 
> change to (or remove rule completely)
> 
> ```
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {/*margin: 1em 0;*/}

stylesheet.css: line 236

.box_image{margin:15px 0 20px 0;}

> 
> adjust margin around image
> 
> 
> ---------------------------------------------------
> 
> stylesheet.css: line 228
> 
> ```
.product_title {margin:20px auto 0 auto;min-height:45px;color:#444;font-size:120%;line-height:18px;}

adjust margin: 20px to margin: 5px


stylesheet.css: line 231

.product_detail {margin-top:30px;margin-bottom:10px;}

> change to 
> ```
.product_detail {display: none;/*margin-top:30px;margin-bottom:10px;*/}

stylesheet.css line 232

.price, .pl-price{font-size:150%;margin-bottom:20px;}

> 
> because I do not know off the top of my head where .pl-price is used I would separate those into two rules and comment out the margin-bottom on the .price
> 
> ```
.pl-price{font-size:150%;margin-bottom:20px;}
.price{font-size:150%;/*margin-bottom:20px;*/}

the space between the title and price that is left after all of that can be removed by stripping out the <br> tag from the file that generates that box (forget where it is off the top of my head)

see attached image for what I got it to look like in my browser by playing in the inspector Attachment 18042

MANY thanks Barco57 ... I have just opened up the thread so am yet to start playing with your suggestions however I just wanted to say a big thank you! .... you have spent some time and effort in coming up with these solutions and I am grateful ... I will get back and let you know how I get on.

cheers,
Mike

13 Nov 2018, 5:44 PM
#1606
beav avatar

beav

New Zenner

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

Re: Westminster New

I'm using Zen cart 1.5.5 and Westminster New template v1.3
My contact page has a required Subject line but the emails I receive display the default "Website Inquiry from My Site" Subject.
How do I get it to display the customer entered Subject?

13 Nov 2018, 6:45 PM
#1607
beav avatar

beav

New Zenner

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

Re: Westminster New

Never mind. I'm stupid! fixed it.

14 Nov 2018, 4:16 PM
#1608
vdecals avatar

vdecals

Zen Follower

Join Date:
Jun 2009
Location:
Sparta, TN
Posts:
166
Plugin Contributions:
0

Re: Westminster New

Beav:

Never mind. I'm stupid! fixed it.
I'm running 155f too. How did you fix this?
Thanks!

17 Nov 2018, 12:31 AM
#1609
beav avatar

beav

New Zenner

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

Re: Westminster New

VDecalS:

I'm running 155f too. How did you fix this?
Thanks!

I upgraded my template from westminster new v1.3 to 155_westminster_new. It was a template problem.

17 Nov 2018, 9:13 PM
#1610
vdecals avatar

vdecals

Zen Follower

Join Date:
Jun 2009
Location:
Sparta, TN
Posts:
166
Plugin Contributions:
0

Re: Westminster New

Thanks for the info. I'm running a plain 1.5.5f with no mods. Maybe I'll check into this in BASIC CONFIGURATION forum section.

27 Nov 2018, 8:25 PM
#1611
hbhorsesbe avatar

hbhorsesbe

New Zenner

Join Date:
Jan 2018
Location:
Belgium
Posts:
12
Plugin Contributions:
0

Re: Westminster New

Hello

I installed the new westminster 1.3 template on a zen-cart 1.5.5.e website that was upgraded from version 1.3.6.
On this website you can see the reviews in a second tab as here appearing: http://www.hblogo.be/logo/index.php?main_page=product_info&products_id=1790 .

As i have multiple websites. For my second website i copied the full upgraded sub directory and linked it to the old 1.3.6 database, then ran the upgrade database to get it to 1.5.5 and then did my layout/images/css modifications to give it a different view. Now, on this second website the reviews are not appearing: http://www.hbgarden.be/tuin/index.php?main_page=product_info&products_id=1915 .

Somebody an idea what could have gone wrong. Do i potentially miss an entry in the database that is not being created automatically when doing the upgrade database and the install of the new westminster template?

Anyone an idea how i could try to debug this?

27 Nov 2018, 8:56 PM
#1612
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Westminster New

Have you checked to see if it is turned on in the Layout Boxes Controller under the Tools menu in the admin backend?

27 Nov 2018, 9:09 PM
#1613
hbhorsesbe avatar

hbhorsesbe

New Zenner

Join Date:
Jan 2018
Location:
Belgium
Posts:
12
Plugin Contributions:
0

Re: Westminster New

Hello, yes it is.

What i did notice is that i was missing in the bannermanager the 'Custom Tab' entry. I now added that one. And thanks to this the reviews are now appearing as you can see here: http://www.hbgarden.be/tuin/index.php?main_page=product_info&cPath=272_260_269_262&products_id=1873 .

Now, the only issue is that they appear in a 'Custom Tab' and not in the 'Reviews' tab.

3 Jan 2019, 9:57 PM
#1614
hbhorses avatar

hbhorses

New Zenner

Join Date:
Oct 2017
Location:
Belgium
Posts:
9
Plugin Contributions:
0

Re: Westminster New

Hello

I am running zen-cart 1.5.5e with new westminster template version 1.3.

My site used to work fine. I am now migrating my site to a new hosting with an other php version, being now 7.1

I get following error message, and my side is only appearing partially:
[03-Jan-2019 22:31:19 Europe/Zurich]
#1 zen_categories_ul_generator->buildBranch() called at [/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/classes/categories_ul_generator.php:85]
#2 zen_categories_ul_generator->buildTree() called at [/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php:27]
#3 require(/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php) called at [/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/common/tpl_header.php:134]
#4 require(/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/common/tpl_header.php) called at [/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/common/tpl_main_page.php:182]
#5 require(/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/common/tpl_main_page.php) called at [/home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/index.php:99]

[03-Jan-2019 22:31:19 Europe/Zurich] PHP Warning: A non-numeric value encountered in /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/classes/categories_ul_generator.php on line 58
[03-Jan-2019 22:31:19 Europe/Zurich] PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/modules/westminster_new/category_row.php:39
Stack trace:
#0 /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/template_default/templates/tpl_modules_category_row.php(14): require()
#1 /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/templates/tpl_index_categories.php(74): require('/home/clients/c...')
#2 /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/modules/pages/index/main_template_vars.php(236): require('/home/clients/c...')
#3 /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/templates/westminster_new/common/tpl_main_page.php(253): require('/home/clients/c...')
#4 /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/index.php(99): require('/home/clients/c...')
#5 {main}
thrown in /home/clients/c477073212c6ebc6f43381426c763dbd/web/logo/includes/modules/westminster_new/category_row.php on line 39

Did somebody encounter a similar issue? Do i have to consider someting with moving to php7.1?

Best regards
Bart

4 Jan 2019, 12:30 AM
#1615
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Westminster New

Here's the thing folks are going to have to realize with a lot of the initial responsive templates.

Most, especially this one, were released even before PHP 5.6. And, as of three days ago, PHP 5.6 is no longer officially supported in ANY way.

PHP 7.1 will not be supported in ANY way on 1 Dec, 2019.

Unless you are able to put a band-aid on the PHP, it's just going to be a major headache each time your host is forced to move to the next level.

I do believe that time is better spent to make the responsively template into your own. What we do is use lat9's clone a template to make a copy of the responsive_classic. Then, we use the color change mod to adjust basic colors. Then, we clone again to start making the tweaks necessary to finalize your look.

You can always find newer ways to include sliders and other items that need the newer PHP.

4 Jan 2019, 12:59 AM
#1616
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

dbltoe:

Here's the thing folks are going to have to realize with a lot of the initial responsive templates.

Most, especially this one, were released even before PHP 5.6. And, as of three days ago, PHP 5.6 is no longer supported in ANY way.

PHP 7.1 will not be supported in ANY way on 1 Dec, 2019.

Unless you are able to put a band-aid on the PHP, it's just going to be a major headache each time your host is forced to move to the next level.

I do believe that time is better spent to make the responsively template into your own. What we do is use lat9's clone a template to make a copy of the responsive_classic. Then, we use the color change mod to adjust basic colors. Then, we clone again to start making the tweaks necessary to finalize your look.

You can always find newer ways to include sliders and other items that need the newer PHP.

Well said - Excellent post - I know I am not your favorite zenner after our little tiff however I think this is one of the best posts I have read in a long time. I myself am continually having problems with this template and have stubbornly persisted in staying with it, primarily due to lack of confidence, however I am as of this moment going to do exactly what you suggested dbltoe. I have put the url for this post in my favorites as a reminder.

cheers, Mike

19 Jan 2019, 1:12 PM
#1617
andy_hillier avatar

andy_hillier

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Re: Westminster New

Although I've used ZC for my online store for many years, I've managed to find answers to issues on the Forum and I've not had to post a question before. This time I can't find any help anywhere and I'm hoping someone can assist...

I've just upgraded to ZC 1.5.5f and run 155 Westminster New latest version. My server has PHP 7.0 set at the moment because the formatting falls apart when I use 7.1 or above.

I've got an annoying button problem with the SOLD OUT button that replaces the DETAILS buttgon on the products display. The DETAILS button is perfectly aligned but the SOLD OUT button is displayed slightly lower and half of the word "details" can be seen behind the top of the button. I've attached an image of my site to show how this looks. I think there's a stray line/carriage return been added somewhere in some code that is dropping the button down 1 line. That being said, I've looked everywhere for it (Dev Toolket etc) and can't find the offending file. Can anyone offer any advice?

Many thanks
Andy

20 Jan 2019, 12:25 PM
#1618
k1979 avatar

k1979

New Zenner

Join Date:
Dec 2010
Posts:
29
Plugin Contributions:
0

Re: Westminster New

Try this in your CSS file,

.centerBoxContentsProducts > a:nth-of-type(2) {display: none;}

20 Jan 2019, 5:03 PM
#1619
andy_hillier avatar

andy_hillier

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Re: Westminster New

Perfect! Many, many thanks. I'd never have got there on my own!

20 Jan 2019, 9:17 PM
#1620
maynards avatar

maynards

Zen Follower

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

Re: Westminster New

dbltoe:

Here's the thing folks are going to have to realize with a lot of the initial responsive templates.

Most, especially this one, were released even before PHP 5.6. And, as of three days ago, PHP 5.6 is no longer officially supported in ANY way.

PHP 7.1 will not be supported in ANY way on 1 Dec, 2019.

Unless you are able to put a band-aid on the PHP, it's just going to be a major headache each time your host is forced to move to the next level.

I do believe that time is better spent to make the responsively template into your own. What we do is use lat9's clone a template to make a copy of the responsive_classic. Then, we use the color change mod to adjust basic colors. Then, we clone again to start making the tweaks necessary to finalize your look.

You can always find newer ways to include sliders and other items that need the newer PHP.

Sorry for my lack of knowledge on what PHP is exactly and how it works but does upgrading to the latest version of Zen Cart fix this issue.