Page 165 of 168 FirstFirst ... 65115155163164165166167 ... LastLast
Results 1,641 to 1,650 of 1673
  1. #1641
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    290
    Plugin Contributions
    3

    Default Re: ZCA Bootstrap Template

    Another thing people might like is to pull the shopping cart out of the hamburger on mobile. You do this by putting this right below the </button> in tpl_header in common

    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <i class="fas fa-bars"></i>
    </button>

    <div class="mobile-cart-wrap d-lg-none">
    <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>">
    <i class="fa fa-shopping-cart"></i>
    <span class="badge badge-pill badge-primary"><?php echo $_SESSION['cart']->count_contents(); ?></span>
    </a>
    </div>

  2. #1642
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I have just switched to the Bootstrap template (with ZC 2.0.1) and my desktop monitor resolution is 1920x1080. I like the template and the overall layout except that I don't like that it spans the full width of my monitor. I find it more visually appealing if it only takes up about 75% as like the Responsive Classic Template. Can I change this in the Admin or do I need to address it with CSS or a copy/custom template?

    On a sidenote, I also find that the DPU 4.0.0-Beta.4 works with Bootstrap on 2.0.1 but you have to update - Admin > Dynamic Price Update Config > Where to display price setting to "productsPriceBottom-card-body"

    Click image for larger version. 

Name:	bootstrap.jpg 
Views:	53 
Size:	42.7 KB 
ID:	21174 Click image for larger version. 

Name:	responsive_classic.jpg 
Views:	59 
Size:	39.5 KB 
ID:	21175
    Best,
    Goldbuckle

  3. #1643
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Also, one other thing bugging me about the bootstrap is the white space in the logoWrapper, taglineWrapper and tagline are. It is just not visually pleasing from a graphic/web design standpoint. Ideally, this area should have the logo, search box, phone & hours, # of items in cart. I have looked at a number of different responsive websites that follow this or a very similar layout. I am thinking of trying a template over ride to address this but I don't want to alter the bootstrap responsiveness or accessibility. Any input, info or suggestions on doing this template over ride would be welcomed and much appreciated...
    Best,
    Goldbuckle

  4. #1644
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by GoldBuckle View Post
    Also, one other thing bugging me about the bootstrap is the white space in the logoWrapper, taglineWrapper and tagline are. It is just not visually pleasing from a graphic/web design standpoint. Ideally, this area should have the logo, search box, phone & hours, # of items in cart. I have looked at a number of different responsive websites that follow this or a very similar layout. I am thinking of trying a template over ride to address this but I don't want to alter the bootstrap responsiveness or accessibility. Any input, info or suggestions on doing this template over ride would be welcomed and much appreciated...
    Template-override; use Clone a Template: https://www.zen-cart.com/downloads.php?do=file&id=2087

  5. #1645
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Didn't know about this plugin, thank you!

    Quote Originally Posted by lat9 View Post
    Template-override; use Clone a Template: https://www.zen-cart.com/downloads.php?do=file&id=2087
    Best,
    Goldbuckle

  6. #1646
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by GoldBuckle View Post
    Can I change this in the Admin or do I need to address it with CSS or a copy/custom template?
    configuration > Bootstrap Template Settings
    Header Container Type
    Main Content Container Type
    Footer Container Type

    switch those from container-fluid to container.
    You can then play with max-width on the container class if you need to change it
    Last edited by barco57; 22 Feb 2026 at 03:24 PM.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #1647
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    you can also get the top nav to be inside the container by removing the fixed-top from nav
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  8. #1648
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    https://alsjerky.com is an example of moving the information from logoWrapper to the define_main_page. We set the logoWrapper to display:none and used the trademark mod to put the company name on every page.

    IMHO, the logoWrapper (even if used) should be turned off on all but the home page. In the case of https://topkayaker.com, you can see that all the info moved into the defined main section would take a lot of territory on every page on the site. With today's AI-assisted searches, users are less likely to see the home page and more likely to be sent to the product. Once there, they want product info more than site info.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  9. #1649
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    How can i display the back to top correctly on Firefox?
    I am using zen cart 2.1.0, bootstrap 4

    Name:  ffbacktotop.PNG
Views: 53
Size:  305 Bytes
    this is how it shows on Firefox
    Name:  chromebacktotop.PNG
Views: 49
Size:  591 Bytes
    This how it shows on chrome

  10. #1650
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,893
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by TamyA View Post
    How can i display the back to top correctly on Firefox?
    I am using zen cart 2.1.0, bootstrap 4

    Name:  ffbacktotop.PNG
Views: 53
Size:  305 Bytes
    this is how it shows on Firefox
    Name:  chromebacktotop.PNG
Views: 49
Size:  591 Bytes
    This how it shows on chrome
    A link to the site would help, since I don't see that behavior with an as-shipped 3.7.8 (actually 3.7.9-beta) Bootstrap template using either Firefox or Chrome.

 

 

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