Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,283

Results 1,181 to 1,200 of 1,865
27 Sep 2015, 12:37 AM
#1181
zinctwentyone avatar

zinctwentyone

New Zenner

Join Date:
Aug 2015
Location:
Indianapolis
Posts:
21
Plugin Contributions:
0

Westminster New

picaflor-azul:

You need to be careful if you use a wysiwyg editor as many times they produce bad code that will break the responsive layout.

Thanks,

Anne

I am running into the same issue, the writing is squished together on the define pages. How do you get around this?

27 Sep 2015, 5:15 PM
#1182
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

zinctwentyone:

I am running into the same issue, the writing is squished together on the define pages. How do you get around this?

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

Thanks,

Anne

27 Sep 2015, 10:03 PM
#1183
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,686
Plugin Contributions:
56

Re: Westminster New

Some thoughts:

  • Seems like some buttons are 8cb9fb and some are 8db9fb. Did you mean to have them the same color?

  • On the phone, when you use split login, the boxes are stacked but squeezed. It might make sense to turn this feature off for mobile.

  • For buttons next/prev, on the phone, they are piled on top of each other. To fix, add to responsive.css something like:
    .navNextPrevList {margin:20px; display:block;}

  • seems like there is no logout on mobile? (Desktop has it at the top left.)

  • to me, the radio buttons are hard to read; one possible suggestion:
    input[type=radio], input[type=checkbox]{width:2em;height:2em;}
    input[type=radio]:checked+label, input[type=checkbox]:checked+label{ font-weight: bold;}

  • in tpl_checkout_payment_default, you have

<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
<?php } ?>

I think this should reference BUTTON_IMAGE_CHANGE_BILLING_ADDRESS and BUTTON_IMAGE_CHANGE_BILLING_ADDRESS_ALT

28 Sep 2015, 1:50 PM
#1184
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

swguy:

Some thoughts:

  • Seems like some buttons are 8cb9fb and some are 8db9fb. Did you mean to have them the same color?

  • On the phone, when you use split login, the boxes are stacked but squeezed. It might make sense to turn this feature off for mobile.

  • For buttons next/prev, on the phone, they are piled on top of each other. To fix, add to responsive.css something like:
    .navNextPrevList {margin:20px; display:block;}

  • seems like there is no logout on mobile? (Desktop has it at the top left.)

  • to me, the radio buttons are hard to read; one possible suggestion:
    input[type=radio], input[type=checkbox]{width:2em;height:2em;}
    input[type=radio]:checked+label, input[type=checkbox]:checked+label{ font-weight: bold;}

  • in tpl_checkout_payment_default, you have

<?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?> <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div> <?php } ?> ``` > > I think this should reference BUTTON_IMAGE_CHANGE_BILLING_ADDRESS and BUTTON_IMAGE_CHANGE_BILLING_ADDRESS_ALT

Thank you for your input. I'll take a look at these for the next template package update ;)

For this one:

For buttons next/prev, on the phone, they are piled on top of each other. To fix, add to responsive.css something like:
.navNextPrevList {margin:20px; display:block;}

If you want to change only the layout on phones you should add the code to the responsive_mobile.css

Thanks,

Anne

1 Oct 2015, 3:03 AM
#1185
cosmosk avatar

cosmosk

Zen Follower

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

Re: Westminster New

Not sure if this is the right place to ask, but I have two products. I uploaded new photos for both. For some reason, one the first one, I'm getting the second photo mixed in.

I tried deleting the second one (that shows up tiny) and putting it back with a new name, but somehow, the first product wants to show it. I can't figure out how to remove it. Any ideas? They are both in the same category. Thanks

Attachment 15662

When I click on the little dude, it says picture 2 of 2. I'm not sure how I added a second and I can't figure out how to delete it.

1 Oct 2015, 2:15 PM
#1186
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

CosmosK:

Not sure if this is the right place to ask, but I have two products. I uploaded new photos for both. For some reason, one the first one, I'm getting the second photo mixed in.

I tried deleting the second one (that shows up tiny) and putting it back with a new name, but somehow, the first product wants to show it. I can't figure out how to remove it. Any ideas? They are both in the same category. Thanks

Attachment 15662

When I click on the little dude, it says picture 2 of 2. I'm not sure how I added a second and I can't figure out how to delete it.

See the FAQs section for the tutorial about additional images and the tutorial about how zen cart uses images to see why this is happening. Zen cart uses images like this:

main_image.jpg

additional images like this:

main_image_01.jpg
main_image_02.jpg
main_image_03.jpg

Thanks,

Anne

4 Oct 2015, 11:12 PM
#1189
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,686
Plugin Contributions:
56

Re: Westminster New

Question: the buttons for Change Recipient Address and Change Billing Address (on tpl_checkout_shipping_default.php and tpl_checkout_payment_default.php) are a bit close to the address, causing line wrap in some cases. How can I put some space between them? I tried margin-left on the buttons but got no love - too many layers of styling.

5 Oct 2015, 12:55 PM
#1190
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

swguy:

Question: the buttons for Change Recipient Address and Change Billing Address (on tpl_checkout_shipping_default.php and tpl_checkout_payment_default.php) are a bit close to the address, causing line wrap in some cases. How can I put some space between them? I tried margin-left on the buttons but got no love - too many layers of styling.

What device are you seeing this on? Are you on a desktop? What browser are you using? What size monitor? I do not see this problem from my desktop, using chrome in the demo.

You can use position:relative; to move the button around.

Thanks,

Anne

5 Oct 2015, 1:38 PM
#1191
pdxdoug avatar

pdxdoug

Zen Follower

Join Date:
Jan 2008
Location:
Portland, Oregon USA
Posts:
356
Plugin Contributions:
0

Re: Westminster New

SWguy is working on this for me.
I'm seeing this on both an iPad with Safari and on the desktop using Firefox (41.0.1). Monitor res is 1600x900.

5 Oct 2015, 4:37 PM
#1192
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

pdxdoug:

SWguy is working on this for me.
I'm seeing this on both an iPad with Safari and on the desktop using Firefox (41.0.1). Monitor res is 1600x900.

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

Thanks,

Anne

8 Oct 2015, 10:32 AM
#1193
thannaree avatar

thannaree

Zen Follower

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

Re: Westminster New

picaflor-azul:

Out of the box the template pulls all of the categories/ sub categories dynamically and displays them in the drop down menu.

Thanks,

Anne

All categories can be displayed directly on a menu below via Categories-Tabs Menu ON/OFF in the admin. But it looks weird on the template.

If there really no way to display them directly on the main menu, instead of via the dropdown?

Cheers.

8 Oct 2015, 3:01 PM
#1194
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

Thannaree:

All categories can be displayed directly on a menu below via Categories-Tabs Menu ON/OFF in the admin. But it looks weird on the template.

If there really no way to display them directly on the main menu, instead of via the dropdown?

Cheers.

I envisioned the template to not be used with the top categories tabs menu. But, as with any native or add on zen cart functionality, you can use it, you will just have to add the styles for it to make it fit in/match the template.

Thanks,

Anne

9 Oct 2015, 12:56 PM
#1195
thannaree avatar

thannaree

Zen Follower

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

Re: Westminster New

Thanks Anne

9 Oct 2015, 10:41 PM
#1196
ionbluu avatar

ionbluu

New Zenner

Join Date:
Oct 2015
Location:
North Carolina
Posts:
3
Plugin Contributions:
0

Re: Westminster New

Hi, I wanted to say first just how much I like this template! Nice and clean looking.

I'm a total noob to Zen Cart so I've probably done something stupid. My cart is at yourhighpointnc.us/cart/

My problem is that while I can successfully show product images in one category I cannot show product images in another. I have worked on this for a couple of days from the Admin panel and gotten nowhere. Today I looked at the code for my product page and saw that for some reason the style is set to display:none. I have no idea where this might have gotten set. Any help would be appreciated.

<div id="pi-left"> <div id="productMainImage" class="centeredContent"> <script language="javascript" type="text/javascript"> <!-- document.write('<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"><img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" /><br /><span class="imgLink"></span></a>'); //--> </script> <a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"> <img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" style="display: none !important;"/> <br/> <span class="imgLink"/> </a>
10 Oct 2015, 2:11 PM
#1197
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

ionbluu:

Hi, I wanted to say first just how much I like this template! Nice and clean looking.

I'm a total noob to Zen Cart so I've probably done something stupid. My cart is at yourhighpointnc.us/cart/

My problem is that while I can successfully show product images in one category I cannot show product images in another. I have worked on this for a couple of days from the Admin panel and gotten nowhere. Today I looked at the code for my product page and saw that for some reason the style is set to display:none. I have no idea where this might have gotten set. Any help would be appreciated.

<div id="pi-left"> <div id="productMainImage" class="centeredContent"> <script language="javascript" type="text/javascript"> <!-- document.write('<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"><img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" /><br /><span class="imgLink"></span></a>'); //--> </script> <a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"> <img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" style="display: none !important;"/> <br/> <span class="imgLink"/> </a>

This problem is not inherent in the template package. As far as I can tell, all of your product info images are showing. If you post a link to a page with a broken product info link I can take a look.

Thanks,

Anne

10 Oct 2015, 4:38 PM
#1198
ionbluu avatar

ionbluu

New Zenner

Join Date:
Oct 2015
Location:
North Carolina
Posts:
3
Plugin Contributions:
0

Re: Westminster New

Anne, thanks for replying. The page with the broken link is at
http://yourhighpointnc.us/cart/index.php?main_page=product_info&cPath=2&products_id=14

It is the Preferred Member Ad Spot and is the only product in that category. You're correct in that the Feature Pages Ad Spots all show correctly. That's what's so weird.

Thanks,
Andrew

11 Oct 2015, 4:44 AM
#1199
lruskauff avatar

lruskauff

Totally Zenned

Join Date:
Sep 2008
Location:
WA
Posts:
559
Plugin Contributions:
0

Re: Westminster New

ionbluu:

Anne, thanks for replying. The page with the broken link is at
http://yourhighpointnc.us/cart/index.php?main_page=product_info&cPath=2&products_id=14

It is the Preferred Member Ad Spot and is the only product in that category. You're correct in that the Feature Pages Ad Spots all show correctly. That's what's so weird.

Thanks,
Andrew
Hi Andrew
I've viewed it using Chrome and Firefox and see an image each time. What browser/device are you using?

Linda

11 Oct 2015, 1:18 PM
#1200
ionbluu avatar

ionbluu

New Zenner

Join Date:
Oct 2015
Location:
North Carolina
Posts:
3
Plugin Contributions:
0

Re: Westminster New

Linda,

Thank you for replying. I have been using Chrome on my desktop Mac and not seeing the image. I just looked at the page in Firefox and lo and behold there it is. Obviously Chrome on my Mac is not displaying the image for some strange reason. Ugh. My bad for not checking out different browsers earlier and wasting everyone's time.

Andrew