Page 158 of 159 FirstFirst ... 58108148156157158159 LastLast
Results 1,571 to 1,580 of 1584
  1. #1571
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    146
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I realize this is an older post but I have a question regarding the discussion. Are you speaking of viewing the search bar in desktop mode? I am trying to get the search bar to display on the front page of responsive/portrait mobile without having to click on the toggler menu bar. Can you tell me if you know of a solution for this request? Thanks!

  2. #1572
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    146
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by chuckrey View Post
    I realize this is an older post but I have a question regarding the discussion. Are you speaking of viewing the search bar in desktop mode? I am trying to get the search bar to display on the front page of responsive/portrait mobile without having to click on the toggler menu bar. Can you tell me if you know of a solution for this request? Thanks!
    Responding to my own request after trying a couple of options one worked for me, right or wrong, it works.

    In case anyone else wants to do the same, here is what I did...

    file: tpl_header

    Grabbed the below bit of code from around line# 72 and relocated it to just below "tagline" tag around #112.
    Since it was placed below the tagline, it is using the TaglineWrapper css, so it fit perfect for my purpose. The only css I needed to add was in stylesheet.css
    Code:
    @media only screen and (orientation:portrait)
    #taglineWrapper {padding-top:10px;}}
    *** I do not use the tagline so not sure how it would interact, I assume a bit of css to get it worked out if needed. It also moved the search bar from the navmain to the tagline area across from the logo on desktop which I prefer. Keep in mind this also removes it from the toggle in Responsive which I don't mind since it is displayed in the header.

    Code Moved from around #72 to #112:
    Code:
    <?php
    require DIR_WS_MODULES . zen_get_module_sidebox_directory('search_header.php');
    ?>
    There is probably a bunch of different ways to make it work, but I am not a coder and this worked for me.
    Last edited by chuckrey; 30 May 2025 at 06:56 PM.

  3. #1573

    Default Re: ZCA Bootstrap Template

    I am having the hardest time understanding this template system. I downloaded it from GitHub and after copying all relevant files to the site, it throws PHP error on the front end:
    PHP Code:
    --> PHP Fatal errorUncaught ErrorUndefined constant "ZCA_BUTTON_COLOR" in /site/public_html/includes/templates/bootstrap/css/stylesheet_zca_colors.php:73 
    In addition, there is no Admin > Tools > ZCA Bootstrap Colors as the FAQ claims.

    Can someone point me to the installation instructions and how to use this template as the download contains no readme, no instructions.

    Thanks!
    Case Badges by Techiant

  4. #1574

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Techiant View Post
    I am having the hardest time understanding this template system. I downloaded it from GitHub and after copying all relevant files to the site, it throws PHP error on the front end:
    PHP Code:
    --> PHP Fatal errorUncaught ErrorUndefined constant "ZCA_BUTTON_COLOR" in /site/public_html/includes/templates/bootstrap/css/stylesheet_zca_colors.php:73 
    In addition, there is no Admin > Tools > ZCA Bootstrap Colors as the FAQ claims.

    Can someone point me to the installation instructions and how to use this template as the download contains no readme, no instructions.

    Thanks!
    It was an issue with the source not fully extracted from zip archive for some reason
    Case Badges by Techiant

  5. #1575
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,428
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Techiant View Post
    I am having the hardest time understanding this template system. I downloaded it from GitHub and after copying all relevant files to the site, it throws PHP error on the front end:
    PHP Code:
    --> PHP Fatal errorUncaught ErrorUndefined constant "ZCA_BUTTON_COLOR" in /site/public_html/includes/templates/bootstrap/css/stylesheet_zca_colors.php:73 
    In addition, there is no Admin > Tools > ZCA Bootstrap Colors as the FAQ claims.

    Can someone point me to the installation instructions and how to use this template as the download contains no readme, no instructions.

    Thanks!
    The zip-file includes a /docs/bootstrap directory; that's where you'll find the installation instructions as well as a pointer to the template's wiki articles: https://github.com/lat9/ZCA-Bootstrap-Template/wiki

  6. #1576
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,428
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    v3.7.7 of the ZCA Bootstrap Template is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191

    This release contains changes associated with these GitHub issues:

    #479: Correct missing language constant on checkout_success page when shipping information is missing.
    #480: Add notification for site-specific product details.
    #481: Don't display prev/next controls if home-page slider includes only one banner.
    #485: Recognize zc210+ information-sidebox override flag for 'Order Status' link.
    #484: Display zc210+ featured-categories' link on categories' sidebox, if enabled.
    #487: Add template for zc220's password_reset page.

  7. #1577
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    687
    Plugin Contributions
    8

    Default Re: ZCA Bootstrap Template

    PHP 8.4.4 / ZC 2.1.0 / Bootstrap 3.7.7

    After upgrading, I'm getting the following warning messages when I load up the product details page of an item:

    Code:
    [20-Jun-2025 14:08:36 America/New_York] Request URI: /justuptown/demo-for-testing-only-c-1/printing-123-p-1.html, IP address: 127.0.0.1, Language id 1
    #0 E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php(66): zen_debug_error_handler()
    #1 E:\xampp\htdocs\justuptown\includes\templates\bootstrap\common\tpl_main_page.php(233): require('E:\\xampp\\htdocs...')
    #2 E:\xampp\htdocs\justuptown\index.php(94): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined array key "lang" in E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php on line 66.
    I tried to see what the data from the $product_info->fields was as I noticed there is no ['lang'] defined for it.

  8. #1578
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,428
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by retched View Post
    PHP 8.4.4 / ZC 2.1.0 / Bootstrap 3.7.7

    After upgrading, I'm getting the following warning messages when I load up the product details page of an item:

    Code:
    [20-Jun-2025 14:08:36 America/New_York] Request URI: /justuptown/demo-for-testing-only-c-1/printing-123-p-1.html, IP address: 127.0.0.1, Language id 1
    #0 E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php(66): zen_debug_error_handler()
    #1 E:\xampp\htdocs\justuptown\includes\templates\bootstrap\common\tpl_main_page.php(233): require('E:\\xampp\\htdocs...')
    #2 E:\xampp\htdocs\justuptown\index.php(94): require('E:\\xampp\\htdocs...')
    --> PHP Warning: Undefined array key "lang" in E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php on line 66.
    I tried to see what the data from the $product_info->fields was as I noticed there is no ['lang'] defined for it.
    Hmm, \includes\modules\pages\product_info\main_template_vars.php is not a file distributed by the template. Is this zc210 as-shipped or current GitHub repo version?

  9. #1579
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    687
    Plugin Contributions
    8

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    Hmm, \includes\modules\pages\product_info\main_template_vars.php is not a file distributed by the template. Is this zc210 as-shipped or current GitHub repo version?
    It's the current 2.1.0 version but I guess I could try the current ZC repo version and see.

    EDIT: Same warning message for lines 66 and 77 both referring that $product_info->fields['lang'] is null. Additionally, if I switch off from ZCA Bootstrap to something like Responsive Classic, no warnings are presented.
    Last edited by retched; 20 Jun 2025 at 08:26 PM.

  10. #1580
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,428
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by retched View Post
    It's the current 2.1.0 version but I guess I could try the current ZC repo version and see.

    EDIT: Same warning message for lines 66 and 77 both referring that $product_info->fields['lang'] is null. Additionally, if I switch off from ZCA Bootstrap to something like Responsive Classic, no warnings are presented.
    Thanks for the update; I'll give that a look-see a bit later.

 

 

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

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