Page 4 of 16 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 158
  1. #31
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    335
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    I really like that on desktop scaling the layout is scaling 1:1

    What the original responsive_classic cannot do.

  2. #32
    Join Date
    Apr 2011
    Posts
    582
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    I am having issue with product listings. It displays 3 items per row but it is really small ( see screenshot) It can also been seen here: https://www.royal-fleur.com/belveder...index&cPath=25

    No mods to the templates except for the full width template and hamburger on the right.

    I am using ZC. 2.1 with checkout one page and Image handler.

    How can I get the images and product listing "bigger"?

    Thank you

    Name:  Screenshot_17-8-2025_173319_www.royal-fleur.com.jpg
Views: 57
Size:  16.1 KB

  3. #33
    Join Date
    Jan 2015
    Posts
    619
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Something change on your template. For some reason you now have a width of 32.5% on centerBoxContentsProducts centeredContent back gridlayout. That is why you are having issue with the size. To troubleshoot lets try putting the category template back to its original settings. Then you can just change the size in the backend or css. See if that changes anything. Let me know if that works if not I will do a quick troubleshoot for you and have a quick resolution. This should not be difficult to solve.

  4. #34
    Join Date
    Jan 2015
    Posts
    619
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    One more thing I noticed you have size on a lot of your images. For example you have the banner spring collection has a width of 930px. Take the width off to fix the pixelation and fix the responsiveness.

    ps: I like what your doing so far. Keep it going.

  5. #35
    Join Date
    Apr 2011
    Posts
    582
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    Something change on your template. For some reason you now have a width of 32.5% on centerBoxContentsProducts centeredContent back gridlayout. That is why you are having issue with the size. To troubleshoot lets try putting the category template back to its original settings. Then you can just change the size in the backend or css. See if that changes anything. Let me know if that works if not I will do a quick troubleshoot for you and have a quick resolution. This should not be difficult to solve.
    I saw the "32.5%" but I can't find where or what it is specifying it.

    I cloned your template before doing any changes to it. Even if I switch to the responsive classic template, I am getting the same display issue.

    I also uploaded the original tpl_index_category and tpl_index_product_listing but no luck.

    No idea where I could have mess things up somehow.

    Thank you for your assistance on this.

  6. #36
    Join Date
    Jan 2015
    Posts
    619
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Nick,
    I just took another look at your issue. Was a little busier earlier in the day,


    You made some changes to in the file path below which caused a conflict with the template.

    This will solve your issue. From here you can change the size of the category image in the backend.

    path:\includes\modules\responsive_classic\category_row.php
    line 82

    Find
    Code:
     $style = '';
        if ($category_row_layout_style === 'columns') {
            $style = ' style="width:' . $col_width . '%;"';
        }
    Replace with
    Code:
    $style = '';
        if ($category_row_layout_style === 'columns') {
            $style = ' style=""';
        }
    Last edited by chadlly2003; 19 Aug 2025 at 01:03 AM.

  7. #37
    Join Date
    Apr 2011
    Posts
    582
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    One more thing I noticed you have size on a lot of your images. For example you have the banner spring collection has a width of 930px. Take the width off to fix the pixelation and fix the responsiveness.

    ps: I like what your doing so far. Keep it going.
    Not sure about the other images but the one you referenced "Spring Collection" is not a technically a banner but an image inserted in the category description. These descriptions are stored in mysql.

    I am working on updating an old site from 1.5.6 to 2.1.0 so there is a lot to fix. The ZC and template files are new but the database is an updated version of the old site.

    I could set these width and height to auto. Would it help with the pixelation?

    Thank you again for the help

  8. #38
    Join Date
    Jan 2015
    Posts
    619
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by nicksab View Post
    Not sure about the other images but the one you referenced "Spring Collection" is not a technically a banner but an image inserted in the category description. These descriptions are stored in mysql.

    I am working on updating an old site from 1.5.6 to 2.1.0 so there is a lot to fix. The ZC and template files are new but the database is an updated version of the old site.

    I could set these width and height to auto. Would it help with the pixelation?

    Thank you again for the help
    nick look at my previous post. lets get that solved then we can fix the other issues....

  9. #39
    Join Date
    Apr 2011
    Posts
    582
    Plugin Contributions
    0

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    Nick,
    I just took another look at your issue. Was a little busier earlier in the day,


    You made some changes to in the file path below which caused a conflict with the template.

    This will solve your issue. From here you can change the size of the category image in the backend.

    path:\includes\modules\responsive_classic\category_row.php
    line 82

    Find
    Code:
     $style = '';
        if ($category_row_layout_style === 'columns') {
            $style = ' style="width:' . $col_width . '%;"';
        }
    Replace with
    Code:
    $style = '';
        if ($category_row_layout_style === 'columns') {
            $style = ' style=""';
        }
    I checked both files in \includes\modules\responsive_classic\category_row.php and \includes\modules\Belvedere\category_row.php and they both seems to have the correct code around line 82.

    However, I checked the file in \includes\modules\category_row.php and made the change there in case the overrides would not work.

    Unfortunately, I am still having issue with the display for the products. Maybe it is a setting in my store backend. I will try with a fresh install of the templates and ZC and see if it does the same thing.

  10. #40
    Join Date
    Jan 2015
    Posts
    619
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    hmm it something you changed. Could be a setting in the backend you changed or a piece of code taken out. Let me know what happens after your install.

 

 
Page 4 of 16 FirstFirst ... 2345614 ... 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