Results 1 to 10 of 1673

Hybrid View

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    That feels like a "job" for some jQuery/javascript: https://www.w3schools.com/bootstrap4...js_tooltip.asp
    Thank you Lat9! Reading the link got me to initialize the tooltip correctly which made a nicer looking tooltip. For those interested, some more googling and experiments resulted in adding the following code to jscript_zca_bootstrap.js inside the ready function to also toggle the tooltip text:
    Code:
        $('[data-toggle="tooltip"]').tooltip(); // edit to initialize tooltips
        $('.navbar-toggler').on('click', function() { // edit to toggle tooltip text
          toggleToolTipTitle.call(this, "my oncanvas tooltip text", "my offcanvas tooltip text");
        });
    
        function toggleToolTipTitle(titleOne, titleTwo) {
          var lastTitle = $(".navbar-toggler i").attr("data-original-title");
          $(".navbar-toggler i").attr('data-original-title',lastTitle === titleOne ? titleTwo : titleOne);
          $(".navbar-toggler i").tooltip("show");
        }
    The code might be simplified but it works for me. Thanks again!
    Dave
    zc158a, zca-bootstrap-template 3.6.1

  2. #2
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    932
    Plugin Contributions
    9

    Default Re: ZCA Bootstrap Template

    Does anyone know why the right column isn't visible on my install?

    There are definitely sideboxes enabled and with the "Right" column as the target. The columns are balanced at 3, 6, and 3 for a total of 12. And even using the "Reset Layout" function doesn't seem to be working.

    I'm using ZC 1.5.8a with version 3.6.2 of Boostrap.

    EDIT: Scratch the above.

    Setting I was looking for was ZenCart's Global Configuration to enable the Right Column.
    Last edited by retched; 14 Jan 2024 at 02:44 AM.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: ZCA Bootstrap Template

    > Setting I was looking for was ZenCart's Global Configuration to enable the Right Column.

    Look at Configuration > Layout Settings:

    Column Width - Left Boxes
    Column Left Status - Global
    Column Width - Left
    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.

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    New feature request: dynamic determination of categories per row

    https://github.com/lat9/ZCA-Bootstra...ate/issues/305
    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.

 

 

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