Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    I am at my wits end on this.

    What is the expected behavior for the flex columns as they get larger? What metrics drives the number of displayed columns and why are my images not matching? I really need to get my site updated as just the shear number of debug logs I get everyday is hard to manage. But I cannot go to the new version with the display being so messed up.
    You control the size of images in product listings via Configuration :: Images :: Image - Product Listing Width/Height. The default is 100/80. Perhaps you've got the values set too high?

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: ZCA Bootstrap Template

    > What metrics drives the number of displayed columns and why are my images not matching?

    Possibly helpful:
    https://docs.zen-cart.com//user/temp...e-in-bootstrap
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by swguy View Post
    > What metrics drives the number of displayed columns and why are my images not matching?

    Possibly helpful:
    https://docs.zen-cart.com//user/temp...e-in-bootstrap
    When I first looked, I thought "YEA" but I have tweaked this file to see the results. But nothing changes. I want no more than 4 columns for my width setting of 9

    Code:
          if (!isset($grid_classes_matrix)) {
                    // this array is intentionally in reverse order, with largest index first
                    $grid_classes_matrix = [
                        '12' => 'row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-6',
                        '10' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
                        '9' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
                        '8' => 'row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4',
                        '6' => 'row-cols-1 row-cols-md-2 row-cols-lg-2 row-cols-xl-3',
                    ];
                }
    The way I see it, I should never have more than 4 for these settings right?

  4. #4
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    When I first looked, I thought "YEA" but I have tweaked this file to see the results. But nothing changes. I want no more than 4 columns for my width setting of 9

    Code:
          if (!isset($grid_classes_matrix)) {
                    // this array is intentionally in reverse order, with largest index first
                    $grid_classes_matrix = [
                        '12' => 'row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-6',
                        '10' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
                        '9' => 'row-cols-1 row-cols-md-2 row-cols-md-3 row-cols-lg-4',
                        '8' => 'row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4',
                        '6' => 'row-cols-1 row-cols-md-2 row-cols-lg-2 row-cols-xl-3',
                    ];
                }
    The way I see it, I should never have more than 4 for these settings right?
    I may have answered my own question. For some ODD unknown reason, I have TWO bootstrap directories in modules. After renaming one to _old. I got no changes. After REVERSING the two, it worked fine. What would be the expected behavior with this error? Last one processed? Unknown?

    I now have the expected 4 column max, 3 columns for most displays and the proper mobile views. THANKS!

  5. #5
    Join Date
    Jun 2012
    Posts
    481
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    On mobile devices when the "hamburger" icon is displayed and tapped, the hover background, border, and text color remains after the offcanvas menu is displayed and won't return to normal until another link is tapped. The hover effect on other links goes away when the linked page is displayed. This sticky hover effect occurs on iOS devices using Safari, but might (or might not) occur on other tap devices/operating systems. Is there any way to fix this problem?

    Dave
    zc158a, ZCA-Bootstrap-Template 3.6.5, php8.2

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Dave224 View Post
    On mobile devices when the "hamburger" icon is displayed and tapped, the hover background, border, and text color remains after the offcanvas menu is displayed and won't return to normal until another link is tapped. The hover effect on other links goes away when the linked page is displayed. This sticky hover effect occurs on iOS devices using Safari, but might (or might not) occur on other tap devices/operating systems. Is there any way to fix this problem?

    Dave
    zc158a, ZCA-Bootstrap-Template 3.6.5, php8.2
    I'm not sure I understand the issue, Dave. What, exactly, is the "hover background" that displays and won't go away? Are you talking about the overall 'offcanvas menu'?

  7. #7
    Join Date
    Jun 2012
    Posts
    481
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    I'm not sure I understand the issue, Dave. What, exactly, is the "hover background" that displays and won't go away? Are you talking about the overall 'offcanvas menu'?
    When the hamburger is tapped, the css for a mouse hovering over a link is executed, turning the icon background, border and text to the colors set in the admin bootstrap colors page (dark gray for background and border, lighter gray for text in this case). But the hover colors remain after the offcanvas screen is displayed instead of going back to the non-hover css colors.

    See screenshot attached (I hope).
    Click image for larger version. 

Name:	iPhone Screenshot.jpg 
Views:	102 
Size:	17.6 KB 
ID:	20623

    Note: I have tailored the nav menu to add/keep sign in/sign out, memberships and donate, instead of placing them in the offcanvas menu.

    Dave
    Last edited by Dave224; 23 May 2024 at 02:28 PM.

  8. #8
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    You control the size of images in product listings via Configuration :: Images :: Image - Product Listing Width/Height. The default is 100/80. Perhaps you've got the values set too high?
    That did it! I do not remember ever changing that setting! Thank you!

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 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