Page 64 of 126 FirstFirst ... 1454626364656674114 ... LastLast
Results 631 to 640 of 1254
  1. #631
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by OldNGrey View Post
    I have given up chasing my tail on this one as the results are not consistent. I have reverted to the standard bootstrap files and there is only one version of the latest jquery installed. It is occurs with all browsers.

    The production server is https://bmhstoreDOTbmhDOTcomDOTau/

    zc157c
    Again, looking good. Especially on the accessibility. One thing often missed in ADA?WCAG checkers is the colors involved in hover. many will just reverse the colors BUT, in the case of hovering over your Categories, that's not a good idea.

    If you change the hover color on .list-group-item:hover to #0074A7, you'll be compliant. May be others as well so, check those hovers.

  2. #632
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    The title and input fields are out of line for the credit card data input.
    Zen Cart version is 1.5.7d.
    Does anyone know how to align them? The title is a label and the input field is in an iframe.
    Click image for larger version. 

Name:	Screenshot from 2022-03-01 17-42-43.png 
Views:	56 
Size:	12.7 KB 
ID:	19913

  3. #633
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by todoonada View Post
    The title and input fields are out of line for the credit card data input.
    Zen Cart version is 1.5.7d.
    Does anyone know how to align them? The title is a label and the input field is in an iframe.
    Click image for larger version. 

Name:	Screenshot from 2022-03-01 17-42-43.png 
Views:	56 
Size:	12.7 KB 
ID:	19913
    ... not without seeing how those input fields are rendered. What payment method is in use?

  4. #634
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by lat9 View Post
    ... not without seeing how those input fields are rendered. What payment method is in use?
    Of course. I forgot to give this important piece of information.
    It is the Square payment module.

  5. #635
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    257
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by lat9 View Post
    ... not without seeing how those input fields are rendered. What payment method is in use?
    with zc157d and standard ZCA bootstrap template on my test site the default is
    Attachment 19914

  6. #636
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by OldNGrey View Post
    with zc157d and standard ZCA bootstrap template on my test site the default is
    Attachment 19914
    That looks quite different. You have an extra filed for date and both date fields are of the select type.
    I use same zencart version like you and standard bootstrap template.
    Is the code for cc-input coming from the cc-vendor? This might explain why it looks different depending on the country the shop is in.

  7. #637
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Our form looked like todoonada's also. We adjusted the CSS, per the Square installation instructions:

    5. "The styling of the Square input fields is different from the rest of my payment input fields."
    The module contains some CSS markup in the very bottom of the `/includes/modules/pages/checkout_payment/jscript_square.php` file, intended to create uniformity for the custom fields Square creates. For 99% of stores you will NOT need to change this; but in rare cases you may want to alter this CSS slightly to suit your needs.

  8. #638
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by ChuckPhillips View Post
    Our form looked like todoonada's also. We adjusted the CSS, per the Square installation instructions:

    5. "The styling of the Square input fields is different from the rest of my payment input fields."
    The module contains some CSS markup in the very bottom of the `/includes/modules/pages/checkout_payment/jscript_square.php` file, intended to create uniformity for the custom fields Square creates. For 99% of stores you will NOT need to change this; but in rare cases you may want to alter this CSS slightly to suit your needs.
    Thanks, @ChuckPhilips, for filling in the missing details.

  9. #639
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by ChuckPhillips View Post
    Our form looked like todoonada's also. We adjusted the CSS, per the Square installation instructions:

    5. "The styling of the Square input fields is different from the rest of my payment input fields."
    The module contains some CSS markup in the very bottom of the `/includes/modules/pages/checkout_payment/jscript_square.php` file, intended to create uniformity for the custom fields Square creates. For 99% of stores you will NOT need to change this; but in rare cases you may want to alter this CSS slightly to suit your needs.
    Thank you. Never thought about searching this file for css.

  10. #640
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Quote Originally Posted by ChuckPhillips View Post
    Our form looked like todoonada's also. We adjusted the CSS, per the Square installation instructions:

    5. "The styling of the Square input fields is different from the rest of my payment input fields."
    The module contains some CSS markup in the very bottom of the `/includes/modules/pages/checkout_payment/jscript_square.php` file, intended to create uniformity for the custom fields Square creates. For 99% of stores you will NOT need to change this; but in rare cases you may want to alter this CSS slightly to suit your needs.
    Still I got a problem to figure out how to align label and textfield.
    If I want to go add a line break after the label and change /includes/languages/english/modules/payment/square.php to define('MODULE_PAYMENT_SQUARE_TEXT_CVV', 'CVV Number:<br />'.);
    the line break happens after the textfield and not after the label.
    Adding CSS at the end of /includes/modules/pages/checkout_payment/jscript_square.php also was not successful.

    If someone knows how to get label and textfield can be aligned, this information is greatly appreciated.

    Below is a comparison between the standard layout (looks fine) and bootstrap (not aligned).
    Click image for larger version. 

Name:	Screenshot from 2022-03-01 17-42-43.jpg 
Views:	39 
Size:	12.1 KB 
ID:	19915

 

 

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