Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,241

Results 1,301 to 1,320 of 1,865
13 Jun 2016, 5:09 PM
#1301
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Westminster New

snesbitt:

I'm trying to go through the steps of installing this template, and I'm unable to rename the YOUR_ADMIN_FOLDER folder. When I right click on it, I don't even get the option of renaming the folder. Any other suggestions for tackling this?

I have no idea what you could be doing incorrectly. You do need to change the name of that folder to your secret zen cart admin name.

Thanks,

Anne

18 Jun 2016, 7:44 PM
#1302
roberttimmons avatar

roberttimmons

New Zenner

Join Date:
Apr 2010
Posts:
40
Plugin Contributions:
0

Re: Westminster New

I have seemed to have broken my share and connect on a site I am building. Now I have changed it back to the default code and it still wont work. not sure what is going wrong with it. Instead of the buttons I see the code.

https://www.thebarreldepot.com

<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>

18 Jun 2016, 8:49 PM
#1303
roberttimmons avatar

roberttimmons

New Zenner

Join Date:
Apr 2010
Posts:
40
Plugin Contributions:
0

Re: Westminster New

Nevermind. I saw the post on the page before and inserted it into the DB.

For those that have this same issue.

Open up phpmyadmin
find your db
go to zenyq_flexiblefooter_menu
select the db
on the right side scroll all the way to the bottom its the blank one right under share and connect
click edit
paste the html in the col_html_text

4 Jul 2016, 3:28 AM
#1304
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Westminster New

In the file

includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php the line

<script src="[B]http://[/B]cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script> 

causes an error on SSL/TLS enabled sites (broken lock, insecure items).

To remedy this simply change that line to

<script src="[B]https://[/B]cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>

This has already been discussed in the support threads of other templates but thought I mention it here again.

14 Jul 2016, 4:05 AM
#1305
munizjm avatar

munizjm

New Zenner

Join Date:
Apr 2015
Location:
Florida
Posts:
14
Plugin Contributions:
0

Re: Westminster New

I have created a generic item that can be used for any occasion.
The issue is how to list all the attributes/options so they are grouped by event type but at the same time not to be grouped for regular items
example:
Wedding Date
Couples Names

Wedding Shower Date
Bride's Name

Baby Shower Date
Mom/Parents Name
Baby's Name

etc...

14 Jul 2016, 2:08 PM
#1306
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

munizjm:

I have created a generic item that can be used for any occasion.
The issue is how to list all the attributes/options so they are grouped by event type but at the same time not to be grouped for regular items
example:
Wedding Date
Couples Names

Wedding Shower Date
Bride's Name

Baby Shower Date
Mom/Parents Name
Baby's Name

etc...

I would create a new custom product type, or use another one that is offered in the default install.

Thanks,

Anne

14 Jul 2016, 2:09 PM
#1307
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

frank18:

In the file

includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php the line

<script src="[B]http://[/B]cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
> 
> causes an error on SSL/TLS enabled sites (broken lock, insecure items).
> 
> To remedy this simply change that line to
> 
> ```
<script src="[B]https://[/B]cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>

This has already been discussed in the support threads of other templates but thought I mention it here again.

Thanks for posting this. I have this on the list for future updates ;)

Thanks,

Anne

18 Jul 2016, 11:10 AM
#1308
munizjm avatar

munizjm

New Zenner

Join Date:
Apr 2015
Location:
Florida
Posts:
14
Plugin Contributions:
0

Re: Westminster New

I have items with many options, this causes the product description to start at the end of the list of options which places it way down the page.
What can change to I move the Product Description right under the image?
Or the other solution would be to move the options directly below the product description below instead of to the right.
THanks!

26 Jul 2016, 10:20 AM
#1309
sydmich avatar

sydmich

New Zenner

Join Date:
Jun 2007
Location:
Australia
Posts:
60
Plugin Contributions:
0

Re: Westminster New

Hi,
i have zc version 1.55a installed and using this template. I would like to have 5 columns instead of the default 3 and I have updated it on the config. under all listing and under config. maximum. I have also reduced the image sizes down as I thought this might help but it does not for the 5 products in a row. Am I missing something?

3 Aug 2016, 1:20 PM
#1310
mario75 avatar

mario75

New Zenner

Join Date:
May 2012
Posts:
22
Plugin Contributions:
0

Re: Westminster New

Hi!
I'm looking to have my ezpages listed on the side box and to be able to turn them off or on from ezpages menu under side box option.
I want them to be different from useful links in the header menu. I want them all in header, but only few in sidebox.
Turning them on/off under sidebox doesn't really turn them off. They still appear all in the sidebox.
Is it a bug, or I have to do it other-ways?

3 Aug 2016, 3:26 PM
#1311
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

munizjm:

I have items with many options, this causes the product description to start at the end of the list of options which places it way down the page.
What can change to I move the Product Description right under the image?
Or the other solution would be to move the options directly below the product description below instead of to the right.
THanks!

Yes, you can re arrange the order of things in the includes/templates/westminster_new/templates/tpl_product_info_display.php

Thanks,

Anne

3 Aug 2016, 3:27 PM
#1312
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

sydmich:

Hi,
i have zc version 1.55a installed and using this template. I would like to have 5 columns instead of the default 3 and I have updated it on the config. under all listing and under config. maximum. I have also reduced the image sizes down as I thought this might help but it does not for the 5 products in a row. Am I missing something?

If you post a link to the page I can take a look.

Thanks,

Anne

3 Aug 2016, 3:28 PM
#1313
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

mario75:

Hi!
I'm looking to have my ezpages listed on the side box and to be able to turn them off or on from ezpages menu under side box option.
I want them to be different from useful links in the header menu. I want them all in header, but only few in sidebox.
Turning them on/off under sidebox doesn't really turn them off. They still appear all in the sidebox.
Is it a bug, or I have to do it other-ways?

This is not a bug in the template package. It is working on a non modified install of zen cart with the template installed.

Thanks,

Anne

5 Aug 2016, 9:11 AM
#1314
mario75 avatar

mario75

New Zenner

Join Date:
May 2012
Posts:
22
Plugin Contributions:
0

Re: Westminster New

Thank you for your kind reply!
Yes, it is true! In layout boxes controller sideboxes/ezpages.php is turned on and I have all the ezpages listed there on the sidebox, no matter how i select them to appear on the sidebox from tools/EZ-pages menu.
Also in layout boxes controller if I turn on sideboxes/westminster_new/ezpages_drop_menu.php the EZ-pages appear on the side bar but with other styles. And they does not fit with the general look of the store.

Attachment 16566

Also, they are all listed there no matter which one I select to be on from tools/EZ-pages menu

Attachment 16565

All I have added on a new V 1.5.5. clean install after this template was: Image_Handler4_v4_3_2 and Flexible_Footer_Menu_ML_1.1
Could they mess something on the ez-page or the sidebox?

URL: http://mainilemamei.ro/shop/
Since this is the live store I will disable sideboxes/westminster_new/ezpages_drop_menu.php because it doesn't look from there.

7 Aug 2016, 12:13 AM
#1315
jvss avatar

jvss

New Zenner

Join Date:
Sep 2006
Posts:
12
Plugin Contributions:
0

Re: Westminster New

Hi Anne, Great Job on the Template!

I am using ZC 1.55a and your Westminster template, and this is a clean install...
I managed to fix some bugs here and there, but there is one I just cannot figure out.

When I go to Featured Products Page and go to the bottom of the page and hit VIEW ALL, I get a warning there seems to be an ERROR

WARNING: An Error occurred, please refresh the page and try again.
the link is going to:http://www.bridalringshop.com/index.php?main_page=featured_products&disp_order=8&page=all

our future site will be BridalRingShop.com any help is appreciated.

the log file that generates is giving me this:

[06-Aug-2016 17:08:02 America/Los_Angeles] Request URI: /index.php?main_page=featured_products&disp_order=8&page=all, IP address: XXX.XXX.XXX.XXX
#1 mysqli_query() called at [/home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php:45]
#2 queryFactory->query() called at [/home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php:257]
#3 queryFactory->Execute() called at [/home/brsadmin/public_html/includes/classes/split_page_results.php:54]
#4 splitPageResults->__construct() called at [/home/brsadmin/public_html/includes/modules/pages/featured_products/header_php.php:32]
#5 require(/home/brsadmin/public_html/includes/modules/pages/featured_products/header_php.php) called at [/home/brsadmin/public_html/index.php:36]

[06-Aug-2016 17:08:02 America/Los_Angeles] PHP Warning: mysqli_query(): Empty query in /home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php on line 45
[06-Aug-2016 17:08:02 America/Los_Angeles] Request URI: /index.php?main_page=featured_products&disp_order=8&page=all, IP address: XXX.XXX.XXX.XXX
#1 trigger_error() called at [/home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home/brsadmin/public_html/includes/classes/split_page_results.php:54]
#5 splitPageResults->__construct() called at [/home/brsadmin/public_html/includes/modules/pages/featured_products/header_php.php:32]
#6 require(/home/brsadmin/public_html/includes/modules/pages/featured_products/header_php.php) called at [/home/brsadmin/public_html/index.php:36]

[06-Aug-2016 17:08:02 America/Los_Angeles] PHP Fatal error: 0: :: ==> (as called by) /home/brsadmin/public_html/includes/classes/split_page_results.php on line 54 <== in /home/brsadmin/public_html/includes/classes/db/mysql/query_factory.php on line 167

any help is appreciated... P.S. any news on an updated version for the this template?

-Jonathan

7 Aug 2016, 2:55 AM
#1316
jvss avatar

jvss

New Zenner

Join Date:
Sep 2006
Posts:
12
Plugin Contributions:
0

Re: Westminster New

Actually, I solved it, nevermind about the error...

I have another question, when I am seeing the dropdown of the categories using my iphone for example, they disappear quickly.
Is there a way to make the categories stay still using css???

-Jonathan

13 Aug 2016, 5:58 AM
#1317
sydmich avatar

sydmich

New Zenner

Join Date:
Jun 2007
Location:
Australia
Posts:
60
Plugin Contributions:
0

Re: Westminster New

Hi,
I am pulling my hair out as I can not find where I have made the mistake in breaking the lovely layout of the template displaying sub categories correctly in the sub menu alignment. I have tried for hours trying to find where I have gone wrong on this as it seems it was a change a did a while ago and has only just been picked up now when adding sub categories. This site is on zc version 1.5.3. I have attached a screen shot - where the start of the sub category overlaps the arrow and cuts the wording of the top level cat. Any pointers in the right direction would be very much appreciated. site is walsplantland dot co dot nz
Attachment 16580

28 Aug 2016, 10:23 AM
#1318
sydmich avatar

sydmich

New Zenner

Join Date:
Jun 2007
Location:
Australia
Posts:
60
Plugin Contributions:
0

Re: Westminster New

Hi, I have fixed this menu alignment issue. It was in my stylesheet and in slim menu -a padding adjustment fixed it.

30 Aug 2016, 12:55 PM
#1319
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

mario75:

Thank you for your kind reply!
Yes, it is true! In layout boxes controller sideboxes/ezpages.php is turned on and I have all the ezpages listed there on the sidebox, no matter how i select them to appear on the sidebox from tools/EZ-pages menu.
Also in layout boxes controller if I turn on sideboxes/westminster_new/ezpages_drop_menu.php the EZ-pages appear on the side bar but with other styles. And they does not fit with the general look of the store.

Attachment 16566

Also, they are all listed there no matter which one I select to be on from tools/EZ-pages menu

Attachment 16565

All I have added on a new V 1.5.5. clean install after this template was: Image_Handler4_v4_3_2 and Flexible_Footer_Menu_ML_1.1
Could they mess something on the ez-page or the sidebox?

URL: http://mainilemamei.ro/shop/
Since this is the live store I will disable sideboxes/westminster_new/ezpages_drop_menu.php because it doesn't look from there.

The sideboxes/westminster_new/ezpages_drop_menu.php should only be turned on for the header, not the left or right hand column.

Make sure that you have looked at the instructions in the readme file for how to make your ezpages show in the header.

You will also need to have a header sort order specified for the header ezpages you want to show.

Thanks,

Anne

30 Aug 2016, 1:10 PM
#1320
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

JVSS:

Actually, I solved it, nevermind about the error...

I have another question, when I am seeing the dropdown of the categories using my iphone for example, they disappear quickly.
Is there a way to make the categories stay still using css???

-Jonathan

You may need to add the slimmenu patch.:

https://www.zen-cart.com/showthread.php?213334-Westminster-New&p=1272508#post1272508

Thanks,

Anne