Page 7 of 21 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 201
  1. #61
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Yes that is correct it overrides the Responsive Classic template.

  2. #62
    Join Date
    Dec 2021
    Location
    Tennessee
    Posts
    43
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Thanks for the fast reply. So it Will overwrite all the changes on files I made on the classic responsive template I have installed now.
    Would the solution be to use Winmerge to compare the files?

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

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by Foghead View Post
    Thanks for the fast reply. So it Will overwrite all the changes on files I made on the classic responsive template I have installed now.
    Would the solution be to use Winmerge to compare the files?
    Winmerge is a good choice to comapre files. That what i use

  4. #64
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    409
    Plugin Contributions
    6

    Default Re: Responsive Classic Redesign Support thread

    If you use the 'Clone a Template' plugin you can copy all of your template settings to a new template to preserve them.
    I never modify an original template. It is always maintained as the master and changes ar emase to a clone.
    OldNGrey
    ZC222 PHP 8.4.16
    MySQL 11.8.5-MariaDB

  5. #65
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    375
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Just to clarify things.
    Does it override or overwrite?
    roller-aus-blech.de
    Selling on eBay? Use the fee calculator: https://webconcept.one/en/ebay-fee-calculator/

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

    Default Re: Responsive Classic Redesign Support thread

    overwrite

  7. #67
    Join Date
    Dec 2021
    Location
    Tennessee
    Posts
    43
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    The Clone Template plugin sounds like what I need at this point.
    I did not know that existed.
    Thanks much.

  8. #68
    Join Date
    Apr 2011
    Posts
    586
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    I restarted fresh with the new template update. It is definitely better and much easier with the backend setting (admin side).

    One issue is some how the left column is displayed on small screen ( mobile mostly)

    How do i remove it?

    Is there a way to display 2 product per line on mobile?

    I saw the new setting for desktop which i switch from 3 to 4 product per row ( css and admin ) but i cn t figure how to get 2 per lin on mobile.

    Thank you

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

    Default Re: Responsive Classic Redesign Support thread

    Nick, thanks for the feedback!

    Yes, this should be a major improvement over what was there before. The original issue was that I somehow overlooked styling the category count. It’s a minor change, but it makes a big difference.

    If you notice anything else, feel free to let me know—my goal here is to keep things as simple and user-friendly as possible.

    To display 2 or 3 or more products per row via mobile just find



    stylesheet_zcustom
    line 2064
    Code:
     
    
         .rblockelements {
         display: grid;
         grid-template-columns: repeat(1, 1fr);
     }
    
    change to
    
         .rblockelements {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
     }
    One issue is some how the left column is displayed on small screen ( mobile mostly)
    Do you have url i can see what you are talking about. Not exactly sure what you mean

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

    Default Re: Responsive Classic Redesign Support thread

    One issue is some how the left column is displayed on small screen ( mobile mostly)
    I think i know what your issue is. I will submit to github later in the day. This will solve all your issues regarding the column not hiding and loosing the style when changing columns layout in the backend of zencart.

    Please keep feedback coming.

 

 
Page 7 of 21 FirstFirst ... 5678917 ... 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