Yes that is correct it overrides the Responsive Classic template.
Yes that is correct it overrides the Responsive Classic template.
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?
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
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/
overwrite
The Clone Template plugin sounds like what I need at this point.
I did not know that existed.
Thanks much.
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
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); }Do you have url i can see what you are talking about. Not exactly sure what you meanOne 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.One issue is some how the left column is displayed on small screen ( mobile mostly)
Please keep feedback coming.