Page 59 of 108 FirstFirst ... 949575859606169 ... LastLast
Results 581 to 590 of 1072
  1. #581
    Join Date
    Feb 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Hello. I'm wondering if the responsive classic template can be set up to show the product listing pages as rows of 2 or 3 columns like the category pages do, rather than all the products in one long column. I understand that one column is best for mobile devices, but on a desktop I'd like to see rows, if that is possible. I'm working on a test site of 1.5.5f in preparing for an upgrade. Thanks.

  2. #582
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by mendo1 View Post
    Hello. I'm wondering if the responsive classic template can be set up to show the product listing pages as rows of 2 or 3 columns like the category pages do, rather than all the products in one long column. I understand that one column is best for mobile devices, but on a desktop I'd like to see rows, if that is possible. I'm working on a test site of 1.5.5f in preparing for an upgrade. Thanks.
    Take a look at the plugin named "ColumnGridLayout_for_155f", seems to do what you want?

  3. #583
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Not sure CLG will work on a single product, but it does need some help when working with responsive_classic. https://www.zen-cart.com/showthread....66#post1348566

  4. #584
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Not sure CLG will work on a single product, but it does need some help when working with responsive_classic. https://www.zen-cart.com/showthread....66#post1348566
    CGL is only for the products pages.

    I once used a plugin that had grid layout for new, featured and specials.
    Here's and old one for all and new products you might be able to use a guide to mod your current installation.

    HTML Code:
    https://www.zen-cart.com/downloads.php?do=file&id=956
    If I find the other one I'll update this post.

  5. #585
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by linuxguy2 View Post
    CGL is only for the products pages.

    I once used a plugin that had grid layout for new, featured and specials.
    Here's and old one for all and new products you might be able to use a guide to mod your current installation.

    HTML Code:
    https://www.zen-cart.com/downloads.php?do=file&id=956
    If I find the other one I'll update this post.
    I may have mis-understood what you are trying to do.
    If you are trying to display the regular products as multiple columns and rows on a desktop then CGL should do what you want

  6. #586
    Join Date
    Feb 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for all the input. Yes, I am trying to list all the products under a particular category as 3 rows of columns instead of one column where each product takes up the full width of the page. That works for mobile but on a desktop it's nice to be able to see more products at one time and if your images are not tiny, it leaves a lot of blank space on the page. The subcategories display that way already, but not the products. It sounds like CGL may do what I want. I wasn't sure if it would work with the responsive classic but I will give it a try! Thanks again.

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

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Be sure and look at the link in my earlier post. You will need to make some changes for CLG to work with responsive_classic.

  8. #588
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by mendo1 View Post
    Thanks for all the input. Yes, I am trying to list all the products under a particular category as 3 rows of columns instead of one column where each product takes up the full width of the page. That works for mobile but on a desktop it's nice to be able to see more products at one time and if your images are not tiny, it leaves a lot of blank space on the page. The subcategories display that way already, but not the products. It sounds like CGL may do what I want. I wasn't sure if it would work with the responsive classic but I will give it a try! Thanks again.
    CGL works great with the responsive_classic template. If CGL is the first plugin you install and follow the instructions it should go very smoothly.
    That css tweak dbltoe's link takes you to is a fix for landscape mode on small (mobile) devices.

  9. #589
    Join Date
    Feb 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Hi. I tried to install the CGL plugin, but when I try to run the SQL update from the admin, I get an error. Trying to run the SQL in MyPhpAdmin, I get the error:

    SQL query: Documentation

    INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
    configuration_description, configuration_group_id, sort_order,
    last_modified, date_added, use_function, set_function)
    VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
    'Select the layout style:<br />Each product can be listed in its own row (rows option)
    or products can be listed in multiple columns per row (columns option)<br />
    If customer control is enabled this sets the default style.', '8', '41', NULL,
    now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),')

    MySQL said: Documentation
    #1062 - Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 'unq_config_key_zen'


    I'm not sure what to do about this. Tried it several times with the same result. Any ideas? Thanks.

  10. #590
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by linuxguy2 View Post
    CGL is only for the products pages.

    I once used a plugin that had grid layout for new, featured and specials.
    Here's and old one for all and new products you might be able to use a guide to mod your current installation.

    HTML Code:
    https://www.zen-cart.com/downloads.php?do=file&id=956
    If I find the other one I'll update this post.
    Are you thinking of SNAF (which is what I have been using since creation)?

    https://www.zen-cart.com/downloads.php?do=file&id=1358

    Otherwise I am not too clear on what you are trying to do since column display on mobile vs desktop screens can also be controlled by CSS. But this may require a look under the hood rather than simply installing a plugin.

    Hope this helps.

 

 
Page 59 of 108 FirstFirst ... 949575859606169 ... LastLast

Similar Threads

  1. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  2. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  3. 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
  4. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR