Page 16 of 126 FirstFirst ... 614151617182666116 ... LastLast
Results 151 to 160 of 1259
  1. #151
    Join Date
    Sep 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you for an amazing template - the best thus far!

    I want to change the font sizes as well as remove the underline on the texts

    Product header font sizes are just too big, I want them smaller, center box fonts are underlined (but not on Category left box)

    In general I want to change fonts but am stumped on how to, stylesheet doesnt change anything. Thanks

  2. #152
    Join Date
    Sep 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Figured out how to change Fonts in bootstrap

    You have to add the code in the Bootstrap Stylesheet:

    These are for changing the header font sizes

    h1 {font-size:1.8em;line-height:25px;}
    h2 {font-size:1.4em;}
    h3 {font-size:1.3em;}
    h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{font-size:1.1em;}
    h1, h2, h3, h4, h5, h6 {margin:20px 0;}

  3. #153
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,024
    Plugin Contributions
    61

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I was hoping you could provide some guidance for the product listing. In the image you see that at this width (med) I believe it is there are still 4 columns when there should likely only be one, two max for sure. I cannot locate the spot to edit this for a better display on medium devices.

    Name:  Image2.png
Views: 247
Size:  37.2 KB
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  4. #154
    Join Date
    Sep 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    In Admin goto Configuration - Product Listing

    Check Product Listing - Columns Per Row (Default Setting is 3)

    Also check your stylesheet.css should have the following:
    (Stylesheet is located in includes/templates/bootstrap)

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
    .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
    .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

  5. #155
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,024
    Plugin Contributions
    61

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by arxvaldex View Post
    In Admin goto Configuration - Product Listing

    Check Product Listing - Columns Per Row (Default Setting is 3)

    Also check your stylesheet.css should have the following:
    (Stylesheet is located in includes/templates/bootstrap)

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
    .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
    .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    Changing Columns Per Row from 4 to 3 fixed it, but on large screens we would really rather have 4
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  6. #156
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,708
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    This template really looks great. My only request would be that you get rid of the core file changes - there are only half a dozen or so:

    includes/modules/pages/specials/main_template_vars.php
    includes/modules/order_total/ot_gv.php
    includes/modules/order_total/ot_coupon.php
    includes/classes/site_map.php
    includes/classes/order.php
    includes/classes/ajax/zcAjaxPayment.php
    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.

  7. #157
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,708
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Looking at the checkout pages

    checkout_shipping
    checkout_payment
    checkout confirmation

    is there a way to make the boxes span the entire width of the screen so they're not cramped in, 2 or 3 wide?
    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.

  8. #158
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Certain pages such as the ones you mentioned have classes of "card-columns". these classes are controlled in the CSS stylesheet, you can change the amount of columns for each breakpoint or device.

  9. #159
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi:

    I have a quick question. Is the Dynamic Price Updater compatible with this template?

    I have tried to get it to work but I am not having any success.

    Dave

  10. #160
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I also could not get the Dynamic Price Updater to work with the template.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 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

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