Page 20 of 21 FirstFirst ... 1018192021 LastLast
Results 191 to 200 of 201
  1. #191
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Not sure if anyone having issue logging into zencart but i keep getting security warnings all of a sudden.

    I will make all the adjustments you guys recommend this week. Thank you for the feedback keep it coming.

  2. #192
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by pilou2 View Post
    For what version of ZC is it? Looking at non-template files, it is close to v2.2.2 but different. Class files are not needed at all for ZC v2.2.2 or v3.0.0.
    Could you clarify for which ZC range it is designed, please?
    This template should work properly with version 2.0 and above. At this time, I have not received any updates regarding version 3.0. Once I am notified that the template files for 3.0 are complete, I will make any necessary adjustments and release an updated version.

    Please note that the files will not be exactly the same as the originals, as modifications were required during the template-rebuilding process.

  3. #193
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by dbltoe View Post
    Looking really good.

    https://validator.w3.org/nu/?doc=htt...artdemo.com%2F

    https://jigsaw.w3.org/css-validator/...artdemo.com%2F

    Unless you are changing the .cart-content font size when going mobile, you may want to jump it up to 16 px. Otherwise, it may be hard to read on mobile.

    Other testers are complaining that you have set a min-height but not a min-width on stylesheet.css line 627. Also, the items are covered by stylesheet_zcustom.css on line 1256.

    I understand that most folks know what the "hamburger" is for, but you need to have the same cursor change on hover as you do for the other icons in the header. I haven't really looked at mobile or tablet, but remember that there's no mouse involved, which means you have to use some other method to identify "tappable links".

    Whether you go with one aria landmark or a landmark for each section of the opening window, it needs at least one.

    It's not an error, but you might want to consider adding a closing icon at the bottom of the opening window to avoid having to return to the beginning to close the window.

    jQuery CDN is really throwing a monkey wrench into page load. It's not really relevant with today's browsers but if you must, consider adding defer so pages can load much faster. With today's speed, making the customer wait for 3 seconds on a mobile phone is liable to lose them. https://www.zencartdemo.com/index.ph...products_id=21 - Lighthouse shows 3.7s for LCP on a mobile. with jQuery CDN responsible for 1.12 s of that time.

    https://www.zencartdemo.com/index.ph...e=checkout_one -- Problems on this page deal with proper labeling of table cells and form fields. Probably with your loaded version of OPC. The actual checkout page has the same table and form problem along with an added color contrast problem for Shipping Address, Same as Billing? (Try #7b11df) and Redemption Code (Try #006120).


    Mentioned before - https://www.zencartdemo.com/index.ph...roducts_id=154. You might want to find an image of some rope.
    Give me a few days and I will make the changes you requested. I may have some questions.
    The only problem is with OPC its not a core app. So to make those work with Siteimprove and Wave and pass all the compliance test I will have to edit the opc files. Let me see what i can come up with. Because I only created the css file so people could just slide that file in and have OPC look good on the redesign website
    Last edited by chadlly2003; 31 May 2026 at 10:51 PM.

  4. #194
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by dbltoe View Post
    The first Shipping Address... on the initial Guest Checkout should be #6001B7.

    The first Shipping Address... on the final Guest Checkout should be #7C1DD4.

    The Redemption Code color should have been #1B6120
    I would be happy to make the changes. Can you be a little more specific. Not really that clear

  5. #195
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    I would be happy to make the changes. Can you be a little more specific. Not really that clear
    disregard i figured it out

  6. #196
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by dbltoe View Post
    Looking really good.

    https://validator.w3.org/nu/?doc=htt...artdemo.com%2F

    https://jigsaw.w3.org/css-validator/...artdemo.com%2F

    Unless you are changing the .cart-content font size when going mobile, you may want to jump it up to 16 px. Otherwise, it may be hard to read on mobile.

    Other testers are complaining that you have set a min-height but not a min-width on stylesheet.css line 627. Also, the items are covered by stylesheet_zcustom.css on line 1256.

    I understand that most folks know what the "hamburger" is for, but you need to have the same cursor change on hover as you do for the other icons in the header. I haven't really looked at mobile or tablet, but remember that there's no mouse involved, which means you have to use some other method to identify "tappable links".

    Whether you go with one aria landmark or a landmark for each section of the opening window, it needs at least one.

    It's not an error, but you might want to consider adding a closing icon at the bottom of the opening window to avoid having to return to the beginning to close the window.

    jQuery CDN is really throwing a monkey wrench into page load. It's not really relevant with today's browsers but if you must, consider adding defer so pages can load much faster. With today's speed, making the customer wait for 3 seconds on a mobile phone is liable to lose them. https://www.zencartdemo.com/index.ph...products_id=21 - Lighthouse shows 3.7s for LCP on a mobile. with jQuery CDN responsible for 1.12 s of that time.

    https://www.zencartdemo.com/index.ph...e=checkout_one -- Problems on this page deal with proper labeling of table cells and form fields. Probably with your loaded version of OPC. The actual checkout page has the same table and form problem along with an added color contrast problem for Shipping Address, Same as Billing? (Try #7b11df) and Redemption Code (Try #006120).


    Mentioned before - https://www.zencartdemo.com/index.ph...roducts_id=154. You might want to find an image of some rope.

    I believe the jquery can be removed from the template.

    path: common/html_header.php

    i can edit out this line

    Code:
    <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
    <?php if (file_exists(DIR_WS_TEMPLATE . "jscript/jquery.min.js")) { ?>
    <script title="jQuery check - template">window.jQuery || document.write('<script src="<?= $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') ?>/jquery.min.js"><\/script>');</script>
    <?php } ?>
    <script title="jQuery check - template_default">window.jQuery || document.write('<script src="<?= $template->get_template_dir('.js','template_default', $current_page_base,'jscript') ?>/jquery.min.js"><\/script>');</script>
    Since there are no modules installed on the demo template except opc. I believe i can safely remove this. Though how does this impact if people start downing other modules and need jquery in the template? What are your thoughts. i am going to do some test not 100% sure about this
    Last edited by chadlly2003; 1 Jun 2026 at 03:41 AM.

  7. #197
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    Since there are no modules installed on the demo template except opc. I believe i can safely remove this. Though how does this impact if people start downing other modules and need jquery in the template? What are your thoughts. i am going to do some test not 100% sure about this
    You will find CDN in the core, but it is generally along side a self-hosted jQuery just in case CDN is down. You can Google Plain jQuery vs jQuery CDN for a more detailed explanation of the differences. There are some advantages, but with e-commerce in mind, the security problems make it a no-no for me.

    The only real option any mod developer has in this type of situation is to put a mention in the readme.

    But, as many a developer will point out, the shrink wrap is hardly ever broken on a mod's instructions until there's a problem, they complained on the forum, and the developer pointed them to the appropriate spot in the readme/docs.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  8. #198
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: Responsive Classic Redesign Support thread

    Re: removing jQuery

    There are a bunch of plugins (many that I've offered) that require jQuery for their proper operation; the now in-core POSM being one.

  9. #199
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by lat9 View Post
    Re: removing jQuery

    There are a bunch of plugins (many that I've offered) that require jQuery for their proper operation; the now in-core POSM being one.
    I figured that. Best to be left as is

  10. #200
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    I made the updates from the feedback i got. If there anymore suggestions please let me know.

    I will be submitting the new version in the next few days.

    **note OPC is now compliant with WCAG. The OPC files I change are located on git hub

    ***** dont forget to clear your cache or you wont see the changes ****

 

 
Page 20 of 21 FirstFirst ... 1018192021 LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Tableau 2 Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 24
    Last Post: 24 Jan 2023, 04:05 AM
  3. v156 ZCA Responsive Classic Template for 1.5.6 [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 31
    Last Post: 15 Nov 2019, 04:21 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 PM

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