Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,240

Results 921 to 940 of 1,865
22 Apr 2015, 10:06 PM
#921
redspinnaker avatar

redspinnaker

New Zenner

Join Date:
Oct 2010
Posts:
50
Plugin Contributions:
0

Westminster New

picaflor-azul:

Using tables for layouts is a huge NONO with responsive design. You need to use something fluid like a <div> layout.
Thanks,
Anne

Hi Anne and thanks for your reply which indicates the best way to proceed. If one is using EZ pages extensively - in my case I have about 100 such pages - I guess a <div> layout would best need to be built into an EZ pages plugin or such . .

So I am sure with your vast experience and all the responsive design work you are doing that you will already have considered how best to use EZ pages within responsive. Can you indicate if this is an area you are working on, and does anyone else have further thoughts?

Thanks
Terry

22 Apr 2015, 10:32 PM
#922
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

RedSpinnaker:

Hi Anne and thanks for your reply which indicates the best way to proceed. If one is using EZ pages extensively - in my case I have about 100 such pages - I guess a <div> layout would best need to be built into an EZ pages plugin or such . .

So I am sure with your vast experience and all the responsive design work you are doing that you will already have considered how best to use EZ pages within responsive. Can you indicate if this is an area you are working on, and does anyone else have further thoughts?

Thanks
Terry

You can have any layout that you want in an ezpage, just don't use tables for layout ;) Tables should only be used for tabular data. See this for some responsive code ideas for layouts:

http://bradfrost.github.io/this-is-responsive/patterns.html

Thanks,

Anne

23 Apr 2015, 11:46 PM
#923
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Westminster New

Another excellent template Anne!

I've been adjusting the layout a bit and was hoping for a little help. I've enabled the right / left side boxes on the home page to make it 3 columns. I would now like to move the home page slideshow up above the side boxes and make it span the full with of the 3 columns. I also would like to pull the slideshow code out of the define_main_page and put it in one of the tpl files.

Suggestions?:D

24 Apr 2015, 12:38 AM
#924
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

kwright:

Another excellent template Anne!

I've been adjusting the layout a bit and was hoping for a little help. I've enabled the right / left side boxes on the home page to make it 3 columns. I would now like to move the home page slideshow up above the side boxes and make it span the full with of the 3 columns. I also would like to pull the slideshow code out of the define_main_page and put it in one of the tpl files.

Suggestions?:D

I would move the call for the slide show to the tpl_header.php file.

Thanks,

Anne

24 Apr 2015, 1:25 AM
#925
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

I would move the call for the slide show to the tpl_header.php file.

Thanks,

Anne

Yup, thanks Anne. Also tweaked the styles so it's centered with the width that I want and removed the rest of the banner code from define_main_page since I am not using it. :smile:

24 Apr 2015, 9:13 AM
#926
purecarsound avatar

purecarsound

New Zenner

Join Date:
May 2006
Location:
Chester, UK
Posts:
99
Plugin Contributions:
0

Re: Westminster New

Hi Anne

I hope you can help with this one, I've searched through the thread but couldn't find an answer (I will apologise if I have missed the answer somewhere!)

On Mobile Views (mainly on Iphone4 and on my Galaxy S5 Mini) the 'Hamburger' Icon is not showing. I tested views using Firefox Web Developer (responsive design view), image attached shows the results of the Firefox testing and also a screenshot of my S5 Mini view.

Attachment #15215

As I mentioned, i've worked through the whole forum thread and applied any updated files etc.

Many thanks

Mark

24 Apr 2015, 10:46 AM
#927
flymo77 avatar

flymo77

New Zenner

Join Date:
Oct 2014
Location:
Jersey CI
Posts:
8
Plugin Contributions:
0

Re: Westminster New

Hi

I have downloaded and followed the process for adding files, however when I go to the admin screen to select the template, it is just blank, with no errors logged, can someone help me figure this out.

I have done a new install of Zen cart 1.5.4
running on php 5.3

I have reloaded all the distribution files and they are fine but when I add the westminster template files this is when the admin side breaks

Any help much appreciated

Louise

24 Apr 2015, 12:36 PM
#928
flymo77 avatar

flymo77

New Zenner

Join Date:
Oct 2014
Location:
Jersey CI
Posts:
8
Plugin Contributions:
0

Re: Westminster New

flymo77:

Hi

I have downloaded and followed the process for adding files, however when I go to the admin screen to select the template, it is just blank, with no errors logged, can someone help me figure this out.

I have done a new install of Zen cart 1.5.4
running on php 5.3

I have reloaded all the distribution files and they are fine but when I add the westminster template files this is when the admin side breaks

Any help much appreciated

Louise

I have reloaded the templates one by one to see which one killed the admin page and it seems to be the auto_loader script

<?php if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } $autoLoadConfig[999][] = array( 'autoType' => 'init_script', 'loadFile' => 'init_westminster_new.php' ); I am not very good at php so does anyone know why it would be this that would kill the admin page...also can I install the template with out it? Thanks
24 Apr 2015, 1:34 PM
#929
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

flymo77:

I have reloaded the templates one by one to see which one killed the admin page and it seems to be the auto_loader script

<?php if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } $autoLoadConfig[999][] = array( 'autoType' => 'init_script', 'loadFile' => 'init_westminster_new.php' ); I am not very good at php so does anyone know why it would be this that would kill the admin page...also can I install the template with out it? Thanks

What version of zen cart are you running?

You can remove all of the installer files for the admin and install the sql manually.

Thanks,

Anne

24 Apr 2015, 1:55 PM
#930
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

kwright:

Yup, thanks Anne. Also tweaked the styles so it's centered with the width that I want and removed the rest of the banner code from define_main_page since I am not using it. :smile:

Ok, great ;)

Thanks,

Anne

24 Apr 2015, 1:56 PM
#931
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

Purecarsound:

Hi Anne

I hope you can help with this one, I've searched through the thread but couldn't find an answer (I will apologise if I have missed the answer somewhere!)

On Mobile Views (mainly on Iphone4 and on my Galaxy S5 Mini) the 'Hamburger' Icon is not showing. I tested views using Firefox Web Developer (responsive design view), image attached shows the results of the Firefox testing and also a screenshot of my S5 Mini view.

Attachment #15215

As I mentioned, i've worked through the whole forum thread and applied any updated files etc.

Many thanks

Mark

If you post a link to your site I can take a look.

Thanks,

Anne

24 Apr 2015, 2:21 PM
#932
purecarsound avatar

purecarsound

New Zenner

Join Date:
May 2006
Location:
Chester, UK
Posts:
99
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

If you post a link to your site I can take a look.

Thanks,

Anne

Hi Anne, apologies, it's https://www.johnwoodsmotorcare.net/Cart

Mark.

24 Apr 2015, 4:53 PM
#933
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

Purecarsound:

Hi Anne, apologies, it's https://www.johnwoodsmotorcare.net/Cart

Mark.

Adjust line 290 in the repsonsive_mobile.css file. If you move things around or customize the template you may have to make css adjustments to the other elements. Be sure that you do a good test before you go live.

Thanks,

Anne

24 Apr 2015, 8:15 PM
#934
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Westminster New

I noticed that the demo version has zen colorbox installed, but the download doesn't seem to include that? Is zen colorbox what does the image hover effect on the product details page? :blink:

Thanks!

24 Apr 2015, 9:59 PM
#935
reetp avatar

reetp

New Zenner

Join Date:
Nov 2008
Posts:
46
Plugin Contributions:
0

Re: Westminster New

Couple of points whilst testing this...

With varying discount quantities the box did not align centrally like this :

Attachment #15217

I had a hunt and did the following :

includes/templates/westminster_new/templates/tpl_modules_products_quantity_discounts.php

(not sure about this first one)

@@ -14,7 +14,7 @@

<?php if ($zc_hidden_discounts_on) { ?>
  • <table border="0" cellspacing="2" cellpadding="2">
  • <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2"> <tr> <td colspan="1" align="center" class="dark"> <?php echo TEXT_HEADER_DISCOUNTS_OFF; ?>

(This is where it helped)

@@ -27,7 +27,7 @@
</tr>

</table> <?php } else { ?> - <table border="0" cellspacing="2" cellpadding="2"> + <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2"> <tr> <td colspan="<?php echo $columnCount+1; ?>" align="center" class="dark"> <?php

I then added the following to stylesheet.css

#productQuantityDiscounts td{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.dark{background:#ddd;padding:10px 15px;}
.addthis_sharing_toolbox{width:53%;margin:0 auto;}
+table.QuantityDiscountCenter {margin-left:auto; margin-right:auto;}

Attachment #15218

I am not sure that is a good solution but it seems to work for me (can't test on IE)

On another note, using Mini Opera I struggle to scroll the Categories menu. The second I touch the screen to scroll down the categories, the page starts to move down and then menu disappears. Dolphin and the built in Android browser are fine. Haven't solved that one yet !

B. Rgds
John

25 Apr 2015, 10:52 AM
#936
flymo77 avatar

flymo77

New Zenner

Join Date:
Oct 2014
Location:
Jersey CI
Posts:
8
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

What version of zen cart are you running?

You can remove all of the installer files for the admin and install the sql manually.

Thanks,

Anne

Sorry am really new at this

Where is the sql file? or is it the php file that is in the installer folder?

As mentioned before I am running Zen Cart Version 1.5.4.

25 Apr 2015, 5:07 PM
#937
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

kwright:

I noticed that the demo version has zen colorbox installed, but the download doesn't seem to include that? Is zen colorbox what does the image hover effect on the product details page? :blink:

Thanks!

I think that you were looking at the premium version of the template. The free version does have zen lightbox installed. I will be switching it over to zen color box on the next update.

Thanks,

Anne

25 Apr 2015, 5:09 PM
#938
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

reetp:

Couple of points whilst testing this...

With varying discount quantities the box did not align centrally like this :

Attachment #15217

I had a hunt and did the following :

includes/templates/westminster_new/templates/tpl_modules_products_quantity_discounts.php

(not sure about this first one)

@@ -14,7 +14,7 @@

<?php if ($zc_hidden_discounts_on) { ?>
  • <table border="0" cellspacing="2" cellpadding="2">
  • <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2"> <tr> <td colspan="1" align="center" class="dark"> <?php echo TEXT_HEADER_DISCOUNTS_OFF; ?>

(This is where it helped)

@@ -27,7 +27,7 @@
</tr>

</table> <?php } else { ?> - <table border="0" cellspacing="2" cellpadding="2"> + <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2"> <tr> <td colspan="<?php echo $columnCount+1; ?>" align="center" class="dark"> <?php

I then added the following to stylesheet.css

#productQuantityDiscounts td{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.dark{background:#ddd;padding:10px 15px;}
.addthis_sharing_toolbox{width:53%;margin:0 auto;}
+table.QuantityDiscountCenter {margin-left:auto; margin-right:auto;}

Attachment #15218

I am not sure that is a good solution but it seems to work for me (can't test on IE)

On another note, using Mini Opera I struggle to scroll the Categories menu. The second I touch the screen to scroll down the categories, the page starts to move down and then menu disappears. Dolphin and the built in Android browser are fine. Haven't solved that one yet !

B. Rgds
John

There is a patch posted to the thread that fixes the slimmenu bug.

Thanks,

Anne

25 Apr 2015, 5:12 PM
#939
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

flymo77:

Sorry am really new at this

Where is the sql file? or is it the php file that is in the installer folder?

As mentioned before I am running Zen Cart Version 1.5.4.

The installer should run with no problems on 1.5.4

I would try uploading the template package files again.

Thanks,

Anne

26 Apr 2015, 6:02 PM
#940
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Westminster New

Just noticed that both the Westminster and Winchester temples have a disappearing goto TOP slider when viewed in portrait mode on an iPhone 3GS (I know it's old, but it's the only apple phone I have). In other words, it appears as long as finger-down on the screen and disappears when you lift your finger. Landscape view works correctly...