Page 47 of 123 FirstFirst ... 3745464748495797 ... LastLast
Results 461 to 470 of 1224
  1. #461
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.0.1 of the Bootstrap-4/OPC integration for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This version contains changes only to /includes/templates/bootstrap/css/checkout_one.css, correcting the display of the CSS overlay during guest checkout.
    That was quick! Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2305

  2. #462
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    Quote Originally Posted by RoseStar View Post
    ZC v157c
    ZCA Bootstrap 4 v3.1.2
    One Page Checkout v2.3.8
    ZCA Bootstrap 4 for OPC v1.0.0

    In Firefox using Guest Checkout, we're encountering an issue where "City" is autofilling "Address 2" field, leaving the "City" field blank. What is the best way to resolve this? Thanks!
    In most browsers, on most templates, this is an issue. Other than setting those fields as non-autofill (which would cause some customer complaints), I'm not sure what could be done within the template itself.
    This might help: https://github.com/zencart/zencart/c...2399671adb6ed4 and should be backportable (by hand) to older versions without issue.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #463
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by DrByte View Post
    This might help: https://github.com/zencart/zencart/c...2399671adb6ed4 and should be backportable (by hand) to older versions without issue.
    Thanks, @DrByte; should I apply those updates to the template's distribution?

  4. #464
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    lat9:
    That was quick! Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2305
    DrByte:
    This might help: https://github.com/zencart/zencart/c...2399671adb6ed4 and should be backportable (by hand) to older versions without issue.
    You're both rockstars! Thank you.

  5. #465
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RoseStar View Post
    lat9:

    DrByte:

    You're both rockstars! Thank you.
    Thanks for the compliment; can I take your compliment to DrByte as a validation that his suggested change corrects that "browser putting data in the wrong fields" issue?

  6. #466
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    Thanks for the compliment; can I take your compliment to DrByte as a validation that his suggested change corrects that "browser putting data in the wrong fields" issue?
    Yes, and you're very welcome!

    I applied this specificity fix: https://www.zen-cart.com/showthread.php?223910-ZCA-Bootstrap-4-Template-Support-Thread&p=1381642#post1381642

    to the following bootstrap files:

    Code:
    includes/templates/bootstrap/templates/tpl_modules_common_address_format.php
    and
    Code:
    includes/templates/bootstrap/templates/tpl_modules_create_account.php
    City now autofills in appropriate field.


    Have a new issue on a different fresh install:

    Zc v157c
    Zca bootstrap 4 v3.1.2
    Admin configured left column global off
    Admin configured right column default 150px

    On create account page, right column shrinks horizontally:
    Click image for larger version. 

Name:	bootstrap_4_v312_My_Account_sign_up_adj_center_col_2021-06-16.jpg 
Views:	50 
Size:	38.8 KB 
ID:	19634

    I read the faq on Product Columns Per Row but don't see how to apply this to a customer page. The right column appears correctly on all other pages, including Account and Sign In.

    What would be the safest way to adjust bootstrap's center column width please?

  7. #467
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RoseStar View Post
    Yes, and you're very welcome!

    I applied this specificity fix: https://www.zen-cart.com/showthread.php?223910-ZCA-Bootstrap-4-Template-Support-Thread&p=1381642#post1381642

    to the following bootstrap files:

    Code:
    includes/templates/bootstrap/templates/tpl_modules_common_address_format.php
    and
    Code:
    includes/templates/bootstrap/templates/tpl_modules_create_account.php
    City now autofills in appropriate field.


    Have a new issue on a different fresh install:

    Zc v157c
    Zca bootstrap 4 v3.1.2
    Admin configured left column global off
    Admin configured right column default 150px

    On create account page, right column shrinks horizontally:
    Click image for larger version. 

Name:	bootstrap_4_v312_My_Account_sign_up_adj_center_col_2021-06-16.jpg 
Views:	50 
Size:	38.8 KB 
ID:	19634

    I read the faq on Product Columns Per Row but don't see how to apply this to a customer page. The right column appears correctly on all other pages, including Account and Sign In.

    What would be the safest way to adjust bootstrap's center column width please?
    For the Bootstrap-4 template, you control the left/center/right elements' via the admin's Configuration :: Layout Settings :: Responsive Left|Center|Right Column Width settings. Just make sure that the values entered sum up to 12.

  8. #468
    Join Date
    Oct 2019
    Posts
    23
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    For the Bootstrap-4 template, you control the left/center/right elements' via the admin's Configuration :: Layout Settings :: Responsive Left|Center|Right Column Width settings. Just make sure that the values entered sum up to 12.
    Apologies, I should've included this with my original comment. Those settings currently sum to 12: left-0, center-9, right-3
    Click image for larger version. 

Name:	responsive_left_center_right_col_width_12.png 
Views:	50 
Size:	7.1 KB 
ID:	19635

  9. #469
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Bootstrap team: Excellent work on this template. This is now my recommended template for Zen Cart.
    That Software Guy. My Store: Zen Cart Modifications
    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. #470
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RoseStar View Post
    Apologies, I should've included this with my original comment. Those settings currently sum to 12: left-0, center-9, right-3
    Click image for larger version. 

Name:	responsive_left_center_right_col_width_12.png 
Views:	50 
Size:	7.1 KB 
ID:	19635
    Hmm, I'm unable to reproduce this issue with the column counts set to 0/9/3 and the global left sidebox disabled.

 

 
Page 47 of 123 FirstFirst ... 3745464748495797 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 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