Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,104

Results 361 to 380 of 1,865
30 Nov 2014, 2:44 AM
#361
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Westminster New

jakumpe:

I am trying to edit the share and connect on the footer but when I goto Admin--Tools--Flexible Footer Menu and click edit on share and connect the column contents is blank and has nothing to edit. Am I missing something? I am using ZenCart 1.5.3

Instead of clicking share & connect... click on the BLANK LINE below share & connect. See if that works a bit better. It's in the setup instructions but I missed it several times myself.

3 Dec 2014, 8:35 AM
#362
kgl_racing avatar

kgl_racing

New Zenner

Join Date:
Jan 2013
Posts:
68
Plugin Contributions:
0

Re: Westminster New

Hello,

i found a bug in the westminster template

When using the dropdown menu going to

information>general info
or information>useful links

and and clicking there without going deeper in the tree i get an 404 page not found error.
Anyone knows where to solve this? Best way to do is to make this not be able to click at all.

Picture shows the spot

[Attachment no longer available]

3 Dec 2014, 3:15 PM
#363
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

KGL Racing:

Hello,

i found a bug in the westminster template

When using the dropdown menu going to

information>general info
or information>useful links

and and clicking there without going deeper in the tree i get an 404 page not found error.
Anyone knows where to solve this? Best way to do is to make this not be able to click at all.

Picture shows the spot

[Attachment no longer available]

If you do not want them clickable than you can add some javascript to make the link not clickable. Do a google search to find the exact code, I am sure that there are many examples out there.

Thanks,

Anne

3 Dec 2014, 4:46 PM
#364
kgl_racing avatar

kgl_racing

New Zenner

Join Date:
Jan 2013
Posts:
68
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

If you do not want them clickable than you can add some javascript to make the link not clickable. Do a google search to find the exact code, I am sure that there are many examples out there.

Thanks,

Anne

Can you tell we where to find the links as it is now, so i can adjust the sitemap link that it works.
As it is now when you clic the part in the red circle you get a page not found, and this is not only at our shop the case but even in your live demo store.

Check it

http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&template_switch_id=westminster_new

4 Dec 2014, 9:40 PM
#365
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Westminster New

Hi could not locate were to start a new thread so I guess I'll start here.
How to remove?

V153, Clean install. Using westminster_new Template. Database SQL backup. FTP and zc_install. PHP Version: 5.3.27 (Zend: 2.3.0), Database: MySQL 5.5.40-cll, Installed many carts. No real problem just want to remove items from menu but can not locate where they are. http://luigi1.com/LuigisPizza/

HI,
On the above site I would like to remove some items from the menu options but can not locate where the are. Can anyone point me in the right direction? I could find were to remove the text but in deleting it, the link too it box still remains and works. Items to remove are;
Under INFORMATION -> Delivery Available -> Login, Create an account, & shipping and returns.
Under General Info -> Gift certificate FAQ, Discount coupons, & unsubscribe to newsletter.
Thank you for your help
Mark

4 Dec 2014, 9:59 PM
#366
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Westminster New

HI Sorry, link is http://www.luigi1.com
Mark

5 Dec 2014, 7:41 AM
#367
kgl_racing avatar

kgl_racing

New Zenner

Join Date:
Jan 2013
Posts:
68
Plugin Contributions:
0

Re: Westminster New

maperr55:

Hi could not locate were to start a new thread so I guess I'll start here.
How to remove?

V153, Clean install. Using westminster_new Template. Database SQL backup. FTP and zc_install. PHP Version: 5.3.27 (Zend: 2.3.0), Database: MySQL 5.5.40-cll, Installed many carts. No real problem just want to remove items from menu but can not locate where they are. http://luigi1.com/LuigisPizza/

HI,
On the above site I would like to remove some items from the menu options but can not locate where the are. Can anyone point me in the right direction? I could find were to remove the text but in deleting it, the link too it box still remains and works. Items to remove are;
Under INFORMATION -> Delivery Available -> Login, Create an account, & shipping and returns.
Under General Info -> Gift certificate FAQ, Discount coupons, & unsubscribe to newsletter.
Thank you for your help
Mark

It seems you have the same problem as i, here above. When you click on General info, you get a page not found error.

5 Dec 2014, 5:13 PM
#368
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

KGL Racing:

Can you tell we where to find the links as it is now, so i can adjust the sitemap link that it works.
As it is now when you clic the part in the red circle you get a page not found, and this is not only at our shop the case but even in your live demo store.

Check it

http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&template_switch_id=westminster_new

The sitemap link in the header menu in the demo does work. It is true that if you click on general info, you get the page not found.

You can fix the link by changing this:

<li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>">General Info</a>

to this:

<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a>

and this:

<li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>"><?php echo TITLE_EZ_PAGES; ?></a>

to this:

<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a>

Thanks,

Anne

5 Dec 2014, 5:16 PM
#369
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

maperr55:

Hi could not locate were to start a new thread so I guess I'll start here.
How to remove?

V153, Clean install. Using westminster_new Template. Database SQL backup. FTP and zc_install. PHP Version: 5.3.27 (Zend: 2.3.0), Database: MySQL 5.5.40-cll, Installed many carts. No real problem just want to remove items from menu but can not locate where they are. http://luigi1.com/LuigisPizza/

HI,
On the above site I would like to remove some items from the menu options but can not locate where the are. Can anyone point me in the right direction? I could find were to remove the text but in deleting it, the link too it box still remains and works. Items to remove are;
Under INFORMATION -> Delivery Available -> Login, Create an account, & shipping and returns.
Under General Info -> Gift certificate FAQ, Discount coupons, & unsubscribe to newsletter.
Thank you for your help
Mark
http://www.zen-cart.com/showthread.php?213334-Westminster-New&p=1266212#post1266212

You can edit the includes/templates/override/templates/tpl_modules/mobile_categories_tabs.php file.

Thanks,

Anne

5 Dec 2014, 9:58 PM
#370
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

http://www.zen-cart.com/showthread.php?213334-Westminster-New&p=1266212#post1266212

You can edit the includes/templates/override/templates/tpl_modules/mobile_categories_tabs.php file.

Thanks,

Anne

HI Anne, I looked for
includes/templates/override/templates/tpl_modules/mobile_categories_tabs.php
This does not exist in my files.??? No override folder in my file structure. Just All business, classic, template_default, and Westminster_new only folders I have in templates.
Mark

6 Dec 2014, 8:10 AM
#371
kgl_racing avatar

kgl_racing

New Zenner

Join Date:
Jan 2013
Posts:
68
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

The sitemap link in the header menu in the demo does work. It is true that if you click on general info, you get the page not found.

You can fix the link by changing this:

<li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>">General Info</a> ``` > > to this: > > ``` <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a> ``` > > and this: > > ``` <li><a href="<?php echo BOX_INFORMATION_SITE_MAP; ?>"><?php echo TITLE_EZ_PAGES; ?></a> ``` > > to this: > > ``` <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">General Info</a> ``` > > Thanks, > > Anne

Thanks Anne, this is what i was looking for.

6 Dec 2014, 5:13 PM
#372
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Westminster New

maperr55:

HI Anne, I looked for
includes/templates/override/templates/tpl_modules/mobile_categories_tabs.php
This does not exist in my files.??? No override folder in my file structure. Just All business, classic, template_default, and Westminster_new only folders I have in templates.
Mark

Anne meant includes/templates/westminster_new/templates/tpl_modules/mobile_categories_tabs.php.

6 Dec 2014, 6:33 PM
#373
maperr55 avatar

maperr55

Zen Follower

Join Date:
Aug 2007
Location:
Manitou Beach, Michigan
Posts:
357
Plugin Contributions:
0

Re: Westminster New

stevesh:

Anne meant includes/templates/westminster_new/templates/tpl_modules/mobile_categories_tabs.php.

Hi, thanks. was able to find the lines and remove them from the menu.
As always you guys are the best!!!!! :smile:
Thanks again,
Mark

6 Dec 2014, 7:54 PM
#374
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

maperr55:

HI Anne, I looked for
includes/templates/override/templates/tpl_modules/mobile_categories_tabs.php
This does not exist in my files.??? No override folder in my file structure. Just All business, classic, template_default, and Westminster_new only folders I have in templates.
Mark

You need to replace "override" with the override folder in your template. If you are using the Westminster New template, the override folder is westminster_new

Thanks,

Anne

9 Dec 2014, 2:07 PM
#375
erwinsk8 avatar

erwinsk8

New Zenner

Join Date:
Aug 2014
Location:
South Africa
Posts:
27
Plugin Contributions:
0

Re: Westminster New

Hi Anne

I have what feels to me like a really BIG problem. I am currently running my zen cart under your Dover Fine Theme and it is working perfectly. With the new year rolling around I feel it is time for a change so I started working on your Westminster New theme and love how it has come out. The problem I am having is that I am still running on Zen Cart 1.5.1 and for whatever reason when I switch from Dover Fine to Westminster New Non of my pages work. It's as though it is not connecting to my database but the drop down menu has everything in it and but when you click on something it just goes to a black lower page.

Attachment 14759

With Dover Theme everything seems to work perfectly:

Attachment 14760

but when I try to go to the exact same subcatagory in the dropdown menu of Westminster New I get the first image. I can see the subcatagories, I just dont understand why I cannot see any products as illustrated below:

Attachment 14761

Please help, I am so proud of what you have helped me create but now I have hit a really big road block. Do I have to wipe everything out and reload the new zen cart and start from scratch and loose all my working plugins?

Regards

Erwin

9 Dec 2014, 3:20 PM
#376
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

ErwinSk8:

Hi Anne

I have what feels to me like a really BIG problem. I am currently running my zen cart under your Dover Fine Theme and it is working perfectly. With the new year rolling around I feel it is time for a change so I started working on your Westminster New theme and love how it has come out. The problem I am having is that I am still running on Zen Cart 1.5.1 and for whatever reason when I switch from Dover Fine to Westminster New Non of my pages work. It's as though it is not connecting to my database but the drop down menu has everything in it and but when you click on something it just goes to a black lower page.

Attachment 14759

With Dover Theme everything seems to work perfectly:

Attachment 14760

but when I try to go to the exact same subcatagory in the dropdown menu of Westminster New I get the first image. I can see the subcatagories, I just dont understand why I cannot see any products as illustrated below:

Attachment 14761

Please help, I am so proud of what you have helped me create but now I have hit a really big road block. Do I have to wipe everything out and reload the new zen cart and start from scratch and loose all my working plugins?

Regards

Erwin

This is not a problem with the template package.

My guess is that you have plugins installed that have files in the dover fine override folder that have not been copied to the westminster new override folder. This has to be done with any new template install.

Thanks,

Anne

9 Dec 2014, 5:47 PM
#377
erwinsk8 avatar

erwinsk8

New Zenner

Join Date:
Aug 2014
Location:
South Africa
Posts:
27
Plugin Contributions:
0

Re: Westminster New

Hi Anne

Thank you so much that sounds exactly right but please excuse my ignorance. Where would I find the Dover Overrides Folder or could you explain to me what needs to be done to fix my error in a more comprehensive way as I am still but a fledgling when it comes to Zen Cart and you really do such amazing work. I really appreciate the assistance.

Regards

Erwin

10 Dec 2014, 4:24 PM
#378
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

ErwinSk8:

Hi Anne

Thank you so much that sounds exactly right but please excuse my ignorance. Where would I find the Dover Overrides Folder or could you explain to me what needs to be done to fix my error in a more comprehensive way as I am still but a fledgling when it comes to Zen Cart and you really do such amazing work. I really appreciate the assistance.

Regards

Erwin

Since I do not know what plugins you have installed I can not be more specific. The override folder for the Dover Fine template package is dover_fine.

Thanks,

Anne

10 Dec 2014, 9:09 PM
#379
signtorch avatar

signtorch

New Zenner

Join Date:
Dec 2014
Location:
SE TX
Posts:
32
Plugin Contributions:
0

Re: Westminster New

total newb (to zen cart) here, just getting started, and this theme is so impressive I just wanted to say thank you

I'm going to plan on using it, and if (when) I need a developer, you've got the job...

still wrapping my brain around zen cart, been using x-cart, so not used to having features, and options and optimism...

11 Dec 2014, 3:52 PM
#380
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

SignTorch:

total newb (to zen cart) here, just getting started, and this theme is so impressive I just wanted to say thank you

I'm going to plan on using it, and if (when) I need a developer, you've got the job...

still wrapping my brain around zen cart, been using x-cart, so not used to having features, and options and optimism...

That's great. I am happy that you like the template and are using is for your zen cart ;)

Thanks,

Anne