Page 90 of 156 FirstFirst ... 40808889909192100140 ... LastLast
Results 891 to 900 of 1551
  1. #891
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

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

    This release contains changes associated with the following GitHub issues:

    #155: Add .activeLink to active EZ-page TOC link.
    #163: Correct PHP warning on various product_info templates.
    #165: Display search in header only when it's enabled for single-box status.
    #167: Add ARIA labels for centerboxes and common header.
    #168: Remove /jscript/jquery.min.js from the distribution.
    #169: Update "Bootstrap" base to v4.6.2; Font Awesome to v5.15.4.
    #171: Add notification just after the <head> is rendered, enabling plugins to insert very-early scripts.
    #172: Correct off_canvas_menu, it was overwriting a variable used by EZ-pages.
    #178: Various refinements and refactorings.
    #181: Refactoring and simplification of a product's additional images' display.
    #182: Remove trailing slashes on void HTML elements, e.g. <br /> becomes <br>.
    #183: Correcting button-related HTML validation; <button> cannot be a descendent of an anchor tag.
    #184: Correcting HTML validation issues for 3-page checkout when the "Tax" column is not displayed.
    #185: Correcting other HTML validation issues.

  2. #892
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Great news! Merry Christmas, @lat9!
    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.

  3. #893
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    Great news! Merry Christmas, @lat9!
    Not my holiday, but I appreciate the sentiment.

  4. #894
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thanks for the updated version. In the instructions I believe there is an error in the changed files though.

    line 14 of the changed and removed files for 3.5.0 : /includes/modules/bootstrap/sideboxes/search_header.php should be /includes/modules/sideboxes/bootstrap/search_header.php ?

  5. #895
    Join Date
    Nov 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    When I want to switch on the sideboxes/information.php in the Layout Boxes Controller I get the following error and almost blank shop page.
    PHP Fatal error: Uncaught Error: Failed opening required 'includes/templates/bootstrap/common/' (include_path='.:/opt/lampp/lib/php') in zencart-1.5.8/includes/modules/sideboxes/information.php:73

    This error does not happen when I use the Responsive Classic Template. All other sideboxes also seem to work. I can not find any error in includes/modules/sideboxes/information.php line 73.

    I use Bootstrap v3.5.0 and Zen Cart 1.5.8.

    Does anybody have any idea, waht the error might be.

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

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by todoonada View Post
    When I want to switch on the sideboxes/information.php in the Layout Boxes Controller I get the following error and almost blank shop page.
    PHP Fatal error: Uncaught Error: Failed opening required 'includes/templates/bootstrap/common/' (include_path='.:/opt/lampp/lib/php') in zencart-1.5.8/includes/modules/sideboxes/information.php:73

    This error does not happen when I use the Responsive Classic Template. All other sideboxes also seem to work. I can not find any error in includes/modules/sideboxes/information.php line 73.

    I use Bootstrap v3.5.0 and Zen Cart 1.5.8.

    Does anybody have any idea, waht the error might be.
    That makes no sense to me. Just so I'm clear, are you trying to switch on sideboxes/information.php or sideboxes/bootstrap/information.php? FWIW, I tried the same operation, albeit on a version of zc158 that has all the latest patches, without issue.

  7. #897
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    307
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by todoonada View Post
    When I want to switch on the sideboxes/information.php in the Layout Boxes Controller I get the following error and almost blank shop page.
    PHP Fatal error: Uncaught Error: Failed opening required 'includes/templates/bootstrap/common/' (include_path='.:/opt/lampp/lib/php') in zencart-1.5.8/includes/modules/sideboxes/information.php:73

    This error does not happen when I use the Responsive Classic Template. All other sideboxes also seem to work. I can not find any error in includes/modules/sideboxes/information.php line 73.

    I use Bootstrap v3.5.0 and Zen Cart 1.5.8.

    Does anybody have any idea, waht the error might be.
    This is because the "information.php" file in \includes\modules\sideboxes\bootstrap [or your template copy] is not the bootstrap version and / or the file being loaded is located in \includes\modules\sideboxes.

    If using the bootstrap template, this is easily reproduced by changing the name of \includes\modules\sideboxes\bootstrap\information.php to "information .php2".

  8. #898
    Join Date
    Nov 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    That makes no sense to me. Just so I'm clear, are you trying to switch on sideboxes/information.php or sideboxes/bootstrap/information.php? FWIW, I tried the same operation, albeit on a version of zc158 that has all the latest patches, without issue.
    I can not make sense of it, too.
    I have the Bootstrap template active. In the Tools -> Layout Boxes Controller I do not have any sideboxes/bootstrap/boxname listed. Onlysideboxes/boxname.
    The "Currently Viewing" selector on Layout Boxes Controller page is set to ZCA Bootstrap of course.

    It seems like $box_id is not set in zencart-1.5.8/includes/templates/bootstrap/sideboxes/tpl_information.php.
    Same with $column_box_default in zencart-1.5.8/includes/modules/sideboxes/information.php.
    Last edited by todoonada; 27 Dec 2022 at 04:47 AM.

  9. #899
    Join Date
    Nov 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by OldNGrey View Post
    This is because the "information.php" file in \includes\modules\sideboxes\bootstrap [or your template copy] is not the bootstrap version and / or the file being loaded is located in \includes\modules\sideboxes.

    If using the bootstrap template, this is easily reproduced by changing the name of \includes\modules\sideboxes\bootstrap\information.php to "information .php2".

    I downloaded ZCA-Bootstrap-Template-3.5.0 and copied the files. I copied again to verify that all files are there and it is still the same error. All the other sideboxes work. It is only the information-sidebox causing the problem.

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

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by todoonada View Post
    I can not make sense of it, too.
    I have the Bootstrap template active. In the Tools -> Layout Boxes Controller I do not have any sideboxes/bootstrap/boxname listed. Onlysideboxes/boxname.
    The "Currently Viewing" selector on Layout Boxes Controller page is set to ZCA Bootstrap of course.

    It seems like $box_id is not set in zencart-1.5.8/includes/templates/bootstrap/sideboxes/tpl_information.php.
    Same with $column_box_default in zencart-1.5.8/includes/modules/sideboxes/information.php.
    @todoonada, was this a fresh install of the template on zc158? Since you aren't seeing any bootstrap-based sideboxes indicated, perhaps a click of the "Reset Settings" button, at the bottom of the admin's Layout Controller page?

 

 

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