Thread: Westminster New

Page 119 of 187 FirstFirst ... 1969109117118119120121129169 ... LastLast
Results 1,181 to 1,190 of 1865
  1. #1181
    Join Date
    Aug 2015
    Location
    Indianapolis
    Posts
    21
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    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?

  2. #1182
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by zinctwentyone View Post
    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

  3. #1183
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default 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
    Code:
    <?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
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #1184
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by swguy View Post
    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
    Code:
    <?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

  5. #1185
    Join Date
    Jan 2015
    Posts
    191
    Plugin Contributions
    0

    Default 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

    Name:  multiple images.jpg
Views: 141
Size:  24.2 KB

    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.

  6. #1186
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by CosmosK View Post
    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

    Name:  multiple images.jpg
Views: 141
Size:  24.2 KB

    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

  7. #1187
    Join Date
    Jan 2015
    Posts
    191
    Plugin Contributions
    0

    Default Re: Westminster New

    thank for the direction!

    here it is: https://www.zen-cart.com/content.php...-product-pages
    Last edited by CosmosK; 1 Oct 2015 at 04:00 PM.

  8. #1188
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by CosmosK View Post
    thank for the direction!

    here it is: https://www.zen-cart.com/content.php...-product-pages
    I am happy that you figured it out ;)

    Thanks,

    Anne

  9. #1189
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default 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.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #1190
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by swguy View Post
    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

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR