Results 1 to 10 of 1677

Hybrid View

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Dustie View Post
    Hallo,

    After hours or searching and googling, I have finally landed here and hope someone can help me.

    We have just installed the new v2.1.0 using the Bootstrap Template.

    Can someone please tell us where to change the font sizes! We have checked the CSS files, but can't find them.

    What are we missing?

    thanks for your help.
    Copy the file (from your bootstrap template clone) /includes/templates/your-bootstrap/css/dist-site_specific_styles.php to a file named site_specific_styles.php in the same /css sub-directory and make your edits there.

    The 'base' font sizes are controlled by bootstrap's CSS files. See this (https://getbootstrap.com/docs/4.6/ge.../introduction/) Bootstrap 4.6 documentation for additional details.

  2. #2
    Join Date
    Nov 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    Copy the file (from your bootstrap template clone) /includes/templates/your-bootstrap/css/dist-site_specific_styles.php to a file named site_specific_styles.php in the same /css sub-directory and make your edits there.

    The 'base' font sizes are controlled by bootstrap's CSS files. See this (https://getbootstrap.com/docs/4.6/ge.../introduction/) Bootstrap 4.6 documentation for additional details.
    Thank you for your reply.

    I opened up the file you mentioned - includes/templates/your-bootstrap/css/dist-site_specific_styles.php

    But all I see is the following.

    <?php
    /*
    * BOOTSTRAP 3.6.4
    *
    * Create a file called "site_specific_styles.php" to contain any changes
    * to base css provided by this template. Place site-specific content
    * between the opening and closing style tags.
    *
    * Refer to https://github.com/lat9/ZCA-Bootstra...ecific-styling
    * for additional information.
    */
    ?>
    <style>
    /* Your content here ... */
    </style>
    Is there no one specific file that has all the fonts and sizes in it already, which I can just customise?

    I went to the link you sent, but sadly I am still not finding a simple file that has the fonts for easy changing.

    I am still missing something

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Dustie View Post
    Thank you for your reply.

    I opened up the file you mentioned - includes/templates/your-bootstrap/css/dist-site_specific_styles.php

    But all I see is the following.

    <?php
    /*
    * BOOTSTRAP 3.6.4
    *
    * Create a file called "site_specific_styles.php" to contain any changes
    * to base css provided by this template. Place site-specific content
    * between the opening and closing style tags.
    *
    * Refer to https://github.com/lat9/ZCA-Bootstra...ecific-styling
    * for additional information.
    */
    ?>
    <style>
    /* Your content here ... */
    </style>
    Is there no one specific file that has all the fonts and sizes in it already, which I can just customise?

    I went to the link you sent, but sadly I am still not finding a simple file that has the fonts for easy changing.

    I am still missing something
    There's not one file; the font sizes are initialized by the base Bootstrap CSS/JS: https://getbootstrap.com/docs/4.6/co...and-paragraphs

    You'll need to add your site-specific CSS styling to the /css/site_specific_styles.php file.

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    There's not one file; the font sizes are initialized by the base Bootstrap CSS/JS: https://getbootstrap.com/docs/4.6/co...and-paragraphs

    You'll need to add your site-specific CSS styling to the /css/site_specific_styles.php file.
    Another possibly helpful link: https://www.w3schools.com/bootstrap4...typography.asp

  5. #5
    Join Date
    Nov 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    thank you very much.. this is helpful

  6. #6
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    216
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I could use some help, as I am trying to figure out editing the tpl_header.php file to include the search bar in the top nav bar on desktop view as well as move the tagline under the logo and add columns/blocks 2-4 that will either be text or images to fill in the white space. See the jpg mockup vs stock tpl_header. Do I need to create a class ID for the additional blocks to contain text or images as in my Photoshop mock up? I would like these 3 blocks to show up in tablet and mobile view as well.

    Click image for larger version. 

Name:	mockup-tpl_header-php.jpg 
Views:	36 
Size:	61.5 KB 
ID:	21191Click image for larger version. 

Name:	stoc--tpl_header-php.jpg 
Views:	40 
Size:	59.3 KB 
ID:	21192
    Best,
    Goldbuckle

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by GoldBuckle View Post
    I could use some help, as I am trying to figure out editing the tpl_header.php file to include the search bar in the top nav bar on desktop view as well as move the tagline under the logo and add columns/blocks 2-4 that will either be text or images to fill in the white space. See the jpg mockup vs stock tpl_header. Do I need to create a class ID for the additional blocks to contain text or images as in my Photoshop mock up? I would like these 3 blocks to show up in tablet and mobile view as well.

    Click image for larger version. 

Name:	mockup-tpl_header-php.jpg 
Views:	36 
Size:	61.5 KB 
ID:	21191Click image for larger version. 

Name:	stoc--tpl_header-php.jpg 
Views:	40 
Size:	59.3 KB 
ID:	21192
    I'll note that the search-box can be achieved by simply setting the Bootstrap Template's Enable AJAX Search? setting to false.

    For the links, you could start here: https://www.w3schools.com/bootstrap4...rap_navbar.asp

    Note that I searched for "bootstrap 4 add links to header nav bar"

  8. #8
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    83
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template - Pull down menus on Header/Navbar

    Hi Guys I am upgrading to Zencart 2.1 with the latest Bootstrap template. I need to add pull down menus on the header, where currently I have the EZ pages links. Is there a plug in to do this or it needs code modification. It would be nice if the EZ-pages mechanism was supporting pulldown menus also.

  9. #9
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    83
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template - Pull down menus on Header/Navbar

    Can the Bootstrap Template support full width slideshow?

 

 

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