Page 160 of 169 FirstFirst ... 60110150158159160161162 ... LastLast
Results 1,591 to 1,600 of 1681
  1. #1591
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Dave224 View Post
    When creating an account, and the default country has zones, the zone pulldown appears for the customer to select one of the zones. If the customer changes the country to one without zones, a   (" ") is written into the state input field. This has the effect of hiding the placeholder, which is the correct action. If you place the cursor in the field and delete the space character, the placeholder reappears, again the correct behavior.

    I'm trying to find where in the code the space character is written into the state input field. I suspect it's somewhere in a javascript file since the form is not being processed yet in the server, but I can't find it. It's not in zen_addr_pulldowns.php as far as I can tell. I need the same code for a custom form I'm working on.

    Can someone help?

    Thank you.

    Dave
    zc1.5.8a bootstrap 3.7.7
    I'm guessing (keyword) that it's got something to do with how that form-field is initially created. See the template's /templates/tpl_modules_create_account.php.

  2. #1592
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Breadcrumbs do not seem to stay under the navbar, they scroll out.

    How to you get the Breadcrumbs to stay under the NavBar permanently without scrolling under the top menu?

    https://arxvaldex.com/

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by arxvaldex View Post
    Breadcrumbs do not seem to stay under the navbar, they scroll out.

    How to you get the Breadcrumbs to stay under the NavBar permanently without scrolling under the top menu?

    https://arxvaldex.com/
    That would be called "custom coding", since the top menu is part of the common page-header (tpl_header.php) while the breadcrumbs are part of the page-specific content (tpl_main_page.php).

  4. #1594
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Yes completely customized Bootstrap template for a non commerce Vintage Software/Driver Library site because Zen Cart is best and Wordpress plus others suck in ways you cannot possibly imagine. I had to put the Breadcrumbs code in both (tpl_header.php) and (tpl_main_page.php) otherwise it would not work and completely remove EZ Pages to put the links in the header rather than below them, the only problem I have is that the Breadcrumbs do not remain under the header as a sticky

  5. #1595
    Join Date
    Dec 2021
    Location
    Tennessee
    Posts
    43
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I have updated to 2.1.0 from 2.0.1 and installed 2.1.0 and installed zca bootstrap 3.7.7 template.
    When opening a product from a category the product page shifts to the right.
    How can I correct that and reset the sideboxes to match those of the built-in responsive_classic.

  6. #1596
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Foghead View Post
    I have updated to 2.1.0 from 2.0.1 and installed 2.1.0 and installed zca bootstrap 3.7.7 template.
    When opening a product from a category the product page shifts to the right.
    How can I correct that and reset the sideboxes to match those of the built-in responsive_classic.
    By "shifts to the right" on the product page, I'm guessing that you're referring to how the template specifically disables the right-column for the product_info type pages. To change that behavior, you'll need to edit your bootstrap clone's /includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php (line 56 in 3.7.7) to remove the product_info page from that list.

    To reset the sideboxes to match the built-in responsive classis, navigate to the admin's Tools :: Layout Boxes Controller and use the "Reset Settings" feature at the bottom of that page.

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

    Default Re: ZCA Bootstrap Template

    v3.7.8 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 for these GitHub issues:

    #500: Move min/max/units above add-to-cart block (was previously below).
    #498: Remove unneeded template-override for customers_authorization page.
    #497: Align layout of OPC address-change form with the base address-book layout.
    #495: Add column-specific classes to support OPC's cart updates when shipping is changed (OPC v2.5.5+).
    #490: Mimic zc220's removal of zen_break_string in template.

  8. #1598
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi All,

    Modules Installed
    Zencart Version 1.5.8a / Simple Popup
    Bootstrap Template Version 3.7.4 / Square_Webpay
    TY Tracker Version 1.0.1 / PayPal
    Sitemap Version 3.9.9 / Changed Files Report
    CEON Mappings Version 2.2.0 / Product Review Reminder
    Quick Update Version 2.10 / Numinix Product Fields 3.1.3
    Printable Price List Version 4.0.1 / Order Comment Boilmaker
    Easy Populate Version 7.039ZC / Email Archive Manager Version 3.0
    Handling Fee Version 1.2.0

    Just want to know what file I need to edit to place the following in for our contact number which was added by someone else some time back.

    It appears to only be activated by changing using layout box controller but if I do that I get quite a lot of error logs (hundreds of them) on the site.

    Any assistance would be appreciated.
    Outdoorking
    Live Site www.outdoorking.com.au

  9. #1599
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    829
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi All,

    I have located the two files that I need to edit I think which are including code:
    public_html/includes/templates/bootstrap/sideboxes/tpl_search_header.php
    <?php
    /**
    * Side Box Template: Searchbox for column header
    *
    * BOOTSTRAP v3.7.0
    *
    * @copyright Copyright 2003-2020 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: DrByte 2020 May 16 Modified in v1.5.7 $
    */
    $content = '<span id="callus">CALL US : 02-8003-5915</span>';
    /*
    $content .=
    zen_draw_form('quick_find_header', zen_href_link(FILENAME_SEARCH_RESULT, '', $request_type, false), 'get', 'class="form-inline"') .
    zen_draw_hidden_field('main_page', FILENAME_SEARCH_RESULT) .
    zen_draw_hidden_field('search_in_description', '1') .
    zen_hide_session_id() .
    '<div class="input-group">' .
    zen_draw_input_field('keyword', '', 'placeholder="' . HEADER_SEARCH_DEFAULT_TEXT . '" aria-label="' . HEADER_SEARCH_DEFAULT_TEXT . '" ') .
    '<div class="input-group-append">' .
    zen_image_submit(BUTTON_IMAGE_SEARCH, HEADER_SEARCH_BUTTON) .
    '</div>' .
    '</div>' .
    '</form>';
    */

    I want to disable the search function in the header bar(top) and keep the wording CALL US : 02-8003-5915 .Not knowing how to code it out I need assistance on what I need to do

    The other file is:

    public_html/includes/templates/bootstrap/sideboxes/tpl_ajax_search_header.php

    <?php
    // -----
    // Part of the Bootstrap template for Zen Cart. Renders the AJAX version
    // of the search-header.
    //
    // Bootstrap v3.6.0
    //
    $content = '<ul class="navbar-nav ml-auto">' . PHP_EOL;
    $content .= ' <li class="nav-item"><a href="javascript:void(0);" role="button" id="search-icon" class="nav-link" aria-label="' . BUTTON_SEARCH_ALT . '"><i class="fas fa-2x fa-search"></i></a></li>' . PHP_EOL;
    $content .= '</ul>' . PHP_EOL;

    Any help would be appreciated
    Last edited by Bruce1952; 25 Oct 2025 at 06:16 AM.
    Outdoorking
    Live Site www.outdoorking.com.au

  10. #1600
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,533
    Plugin Contributions
    127

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I have had a couple of clients say that Google reports slow loading from the Bootstrap template in mobile mode. Do you have any thoughts about this?
    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.

 

 

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