Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,181

Results 621 to 640 of 1,865
9 Feb 2015, 11:06 AM
#621
missesbeehaven avatar

missesbeehaven

New Zenner

Join Date:
Apr 2009
Posts:
57
Plugin Contributions:
0

Westminster New

Oh okay thanks, i will go and fix up my page amendments :-) and edit my post I just made LOL

THanks heaps

DivaVocals:

You need to turn off the "single column" status to turn it off in the header.. DO NOT remove the default code.. there's no reason to.. just turn it off..

9 Feb 2015, 11:11 AM
#622
missesbeehaven avatar

missesbeehaven

New Zenner

Join Date:
Apr 2009
Posts:
57
Plugin Contributions:
0

Re: Westminster New

DivaVocals, this did not seem to work for me :-( is there something else I need to adjust in the admin area?

As you can see here http://www.beehavendesignz.com/shop/index.php?main_page=products_all the search is still in the header as well as in the sidebox area.

Thanks so much for your help and time.

DivaVocals:

You need to turn off the "single column" status to turn it off in the header.. DO NOT remove the default code.. there's no reason to.. just turn it off..

9 Feb 2015, 11:16 AM
#623
missesbeehaven avatar

missesbeehaven

New Zenner

Join Date:
Apr 2009
Posts:
57
Plugin Contributions:
0

Re: Westminster New

Oh boy I am feeling a little silly about this now :blush: it was such a simple fix... why did i think it had to be much harder than it really was :wacko:

To turn off the search box in the header and move it to the left sidebox area this is what I did:

Login to the zen cart admin.

Tools Menu -> Select Layout Box Control from the Tools menu

Click on sideboxes/search_header.php

Adjust settings as follows:
Left/Right Column Status: Off
Location: (Single Column ignores this setting): Left
Single Column Status: Off
Show this Box @ Min-Width: Off

Click on sideboxes/search.php
Left/Right Column Status: On
Location: (Single Column ignores this setting): Left
Single Column Status: Off
Show this Box @ Min-Width: Off

Simple as that :yes:

Thanks DivaVocals :hug: for pointing me in the right direction

9 Feb 2015, 3:26 PM
#624
rixstix avatar

rixstix

Totally Zenned

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

Re: Westminster New

rbarbour:

So make it easy for them by adding "Menu" to jquery.slimmenu.min.js file

<div class="collapse-button"><span class="icon-bar"> **YES, This mean MENU! :laugh:**</span>

Tempting :smile:

DivaVocals:

Hey wanted to share some changes I made based on subsequent feedback from my testers that you might find useful.. Some reported that they were not always able to hit the arrow accurately on a consistent basis when interacting with the mega menu on touchscreen devices.. (this issue is platform independent.. both Apple and Android users reported the same issue..) The mobile dropdown menu doesn't have this same issue as the area around the arrow is a little wider.. So I made some refinements to the mega menu styles on tablet device displays to adjust for larger fingers and aggressive tappers.. I have the following in my responsive tablet CSS.

ul.slimmenu > li, ul.slimmenu1 > li {margin-right: -4px;width: 13%;}
ul.slimmenu li .sub-collapser, ul.slimmenu1 li .sub-collapser {width: 50px;right: 15px;}
ul.slimmenu li ul li, ul.slimmenu1 li ul li {width:200px;padding-left:2px;/font-size:95%;/padding-right:15px;}

> You may need to adjust for your own site.. But what this did was to add some width to the area surrounding the arrow so that it is now a bigger target for larger fingers or more aggressive tappers.. HTH..

Thank you.  I have that on my list of 'todo' items.
9 Feb 2015, 7:51 PM
#625
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

missesbeehaven:

Hello,

Would someone have a moment to please take a look at my site using Chrome, I have a css issue that I am stumped on that is only present in Chrome.

There is a large space between the Categories header and the "All Products" menu item when viewing my store in Chrome however it is not there in Firefox. I have used Firebug and web developer in these browsers and I just can not seem to find what piece of my CSS is causing this.

I appreciate your time to take a look and point me in the direction of the code that I need to be correcting please :-)

http://www.beehavendesignz.com/shop/index.php?main_page=conditions

Just add this to your stylesheet.css file:

#categoriesContent br {display:none;}

Thanks,

Anne

9 Feb 2015, 10:24 PM
#626
missesbeehaven avatar

missesbeehaven

New Zenner

Join Date:
Apr 2009
Posts:
57
Plugin Contributions:
0

Re: Westminster New

Yahoo :D thanks Anne, your stylesheet suggestion did the trick :thumbsup:

picaflor-azul:

Just add this to your stylesheet.css file:

#categoriesContent br {display:none;}

> 
> Thanks,
> 
> Anne
10 Feb 2015, 6:30 AM
#628
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Westminster New

I have searched through this thread but haven't found a solution to this, hopefully I haven't just missed it. I enabled specials to show on the index page, but they are not showing up. The code is in the template. There are active specials in the admin. I can turn on featured products or new products and they show up just fine. Only the specials section doesn't display. There are no errors in the logs. Any ideas on what the issue might be?

10 Feb 2015, 4:48 PM
#629
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

Danielle:

I have searched through this thread but haven't found a solution to this, hopefully I haven't just missed it. I enabled specials to show on the index page, but they are not showing up. The code is in the template. There are active specials in the admin. I can turn on featured products or new products and they show up just fine. Only the specials section doesn't display. There are no errors in the logs. Any ideas on what the issue might be?

This is not a problem with the template package.

Do you have anything added to admin--catalog--specials?

Thanks,

Anne

10 Feb 2015, 4:57 PM
#630
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Westminster New

Yes I do. I went to modules/westminster_new and renamed specials_index.php to specials_index.php.BAK, so that it would revert to using the template_default version of the file. As soon as I did that, the specials showed up correctly, so it is something in the modified template version of that file.> picaflor-azul:

This is not a problem with the template package.

Do you have anything added to admin--catalog--specials?

Thanks,

Anne

10 Feb 2015, 5:05 PM
#631
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

Danielle:

Yes I do. I went to modules/westminster_new and renamed specials_index.php to specials_index.php.BAK, so that it would revert to using the template_default version of the file. As soon as I did that, the specials showed up correctly, so it is something in the modified template version of that file.

I'll take a look at this and get it fixed for a future update.

Thanks,

Anne

12 Feb 2015, 3:05 AM
#632
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Westminster New

Hi, just starting with this template and new to ZC. On the "about us" page, I entered my text in the define pages editor but the white box surrounding the text did not grow. Anyone know where to edit this? Thanks

12 Feb 2015, 3:30 AM
#633
cosmosk avatar

cosmosk

Zen Follower

Join Date:
Jan 2015
Posts:
193
Plugin Contributions:
0

Re: Westminster New

hmm, well I removed formatting and it seemed to fix itself. Thanks

12 Feb 2015, 10:14 AM
#634
thannaree avatar

thannaree

Zen Follower

Join Date:
Dec 2010
Location:
Thailand
Posts:
304
Plugin Contributions:
1

Re: Westminster New

The MULTILINGUAL flexible footer menu is now available in the plugins downloads ...

12 Feb 2015, 10:56 AM
#635
thannaree avatar

thannaree

Zen Follower

Join Date:
Dec 2010
Location:
Thailand
Posts:
304
Plugin Contributions:
1

Re: Westminster New

Hi Anna,

Regarding font-awesome, there seems to be a typo in the latest html_header.php ... the link still reads version 4.0.3.

<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
12 Feb 2015, 1:17 PM
#636
kalastaja avatar

kalastaja

Zen Follower

Join Date:
Mar 2010
Location:
Finland
Posts:
465
Plugin Contributions:
0

Re: Westminster New

Thannaree:

The MULTILINGUAL flexible footer menu is now available in the plugins downloads ...
What should it look like? This doesn't seem like intended layout.
Attachment 14972

12 Feb 2015, 2:18 PM
#637
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Westminster New

kalastaja:

What should it look like? This doesn't seem like intended layout.
Attachment 14972

Is this YOUR SITE or the DEMO.. Because the demo site for this template tells you what it should look like..

12 Feb 2015, 2:36 PM
#638
kalastaja avatar

kalastaja

Zen Follower

Join Date:
Mar 2010
Location:
Finland
Posts:
465
Plugin Contributions:
0

Re: Westminster New

It's my site which "should" :unsure: only differ in being bilingual... The demo site doesn't exemplify multilingual...

12 Feb 2015, 2:40 PM
#639
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Westminster New

kalastaja:

It's my site which "should" :unsure: only differ in being bilingual... The demo site doesn't exemplify multilingual...

You copied the stylesheet from the multillingual module, this overwrites the css rules from the template.

12 Feb 2015, 2:51 PM
#640
daba_do avatar

daba_do

New Zenner

Join Date:
Feb 2015
Location:
Netherlands
Posts:
15
Plugin Contributions:
0

Re: Westminster New

What would be the best way to change the "buy now" buttons on the featured products to "details" like on the "view all products" page?

Thanks in advance.

Great template, great community.