Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I acitvated a sidebox and deactivated it. Now there is a gap on the one side I can't get rid of.
All sidebox elements are deactivated.
Instead of col970 there are loaded col820 and col150
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
Shop Suey
I acitvated a sidebox and deactivated it. Now there is a gap on the one side I can't get rid of.
All sidebox elements are deactivated.
Instead of col970 there are loaded col820 and col150
I forgot to disable the display at the Admin.
Because the name was different I wasn't able to find the entry via Screen Search.
So problem solved.
Thanks to Jörg from webchills.at (as so !!! often before)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
I am using 1.5.8a / Responsive Classic / php 7.4 - website is comfortspotfurniture.com
I have been trying to figure out the most basic thing I am sure, but am stumped. Whos Online counter is displaying in desktop view, great! However, I cannot get it to display in mobile view. In fact, none of the layout box items for left nor right column are displaying while in mobile view. I am not looking for a left column, nor right column as I understand the point of responsive view is a clean single column. My issue is, none of the items selected are displaying while in mobile view at all. I do have global column turned on and 150px for sideboxes. Help, Lol.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
chuckrey
I am using 1.5.8a / Responsive Classic / php 7.4 - website is comfortspotfurniture.com
I have been trying to figure out the most basic thing I am sure, but am stumped. Whos Online counter is displaying in desktop view, great! However, I cannot get it to display in mobile view. In fact, none of the layout box items for left nor right column are displaying while in mobile view. I am not looking for a left column, nor right column as I understand the point of responsive view is a clean single column. My issue is, none of the items selected are displaying while in mobile view at all. I do have global column turned on and 150px for sideboxes. Help, Lol.
Nevermind, it's resolved. In case anyone else has the same question....
includes/templates/responsive_classic/css/responsive_default.css
1. locate the sidebox item and remove: "display:none;visibility:hidden;" (should look like {}),
2. Do the same as #1 for responsive_tablet.css
3. Go to includes/templates/responsive_classic/jscript/jscript_responsive_framework.php
locate the sidebox item you need to display and place: /* [YOUR PREFERRED SIDE BOX] */
Worked for me.
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
My front page has 9 products on it, then you have to go to page 2 to see more. Is there a way to increase how many can be seen at once?
Thanks
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Quote:
Originally Posted by
CosmosK
My front page has 9 products on it, then you have to go to page 2 to see more. Is there a way to increase how many can be seen at once?
Thanks
Look under Maximum Values under the Configuration menu in your admin.
More info is available in the docs at https://docs.zen-cart.com/user/admin...maximumvalues/
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
Thanks, I was just going to edit that I found it in the maximum values section. Thanks!
1 Attachment(s)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread] - display width
Zen 1.5.7c
PHP 7.4
Template: Responsive classic
Below is a screen capture of the banner. The top is normal, but if the screen width is below 768 pixels, the banner gets mangled as shown.
Is there a quick fix?
Maybe if I change the shopping cart button to plain text? How is that done?
Attachment 20827
1 Attachment(s)
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread] - Product Sort
Zen: 1.5.7c
php: 7.4
Template: Responsive Classic
How can I disable the product sorting banner shown here? For my site, sorting is not necessary, and the default is fine
Attachment 20828
Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread] - Product Sort
Quote:
Originally Posted by
split63
How can I disable the product sorting banner shown here? For my site, sorting is not necessary, and the default is fine
I made a very crude fix to this problem. Comment out line 41 of \includes\modules\responsive_classic\product_listing.php
It comments out this: $list_box_contents[0] = array('params' => 'class="productListing-rowheading"');
This removes the bulky box and just leaves a thin text version...so sorting is still offered, but no longer takes up all that space