Page 166 of 168 FirstFirst ... 66116156164165166167168 LastLast
Results 1,651 to 1,660 of 1677
  1. #1651
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    A link to the site would help, since I don't see that behavior with an as-shipped 3.7.8 (actually 3.7.9-beta) Bootstrap template using either Firefox or Chrome.
    Since you do not see it then it must be my old environment (Windows 7).

    this is how your back to top display on on my PC

    Click image for larger version. 

Name:	Lat9.PNG 
Views:	56 
Size:	17.1 KB 
ID:	21186

  2. #1652
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    ZC 2.1.0. My Store is set to Showcase with Prices (Admin Option 2), and Add to Cart turned off (Display Product Price/Add to Cart Admin Option 0), yet I still get the Add to Cart box in my Product Listings.

    If I switch from ZCA Bootstrap-4 to Responsive Classic - extended, the Add to Cart box disappears.

    I'm on a PC BTW It makes no difference what value I set for "Float the Add Selected to Cart button?".

    Just checked my cell phone (in Bootstrap) and the box is there as well.

    There looks to be an override hierarchy or conflict that I'm not following. Thanks in advance for any suggestions you can offer.

  3. #1653
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Don Wagner View Post
    ZC 2.1.0. My Store is set to Showcase with Prices (Admin Option 2), and Add to Cart turned off (Display Product Price/Add to Cart Admin Option 0), yet I still get the Add to Cart box in my Product Listings.

    If I switch from ZCA Bootstrap-4 to Responsive Classic - extended, the Add to Cart box disappears.

    I'm on a PC BTW It makes no difference what value I set for "Float the Add Selected to Cart button?".

    Just checked my cell phone (in Bootstrap) and the box is there as well.

    There looks to be an override hierarchy or conflict that I'm not following. Thanks in advance for any suggestions you can offer.
    I looked at tpl_product_info_display.php, and the addToCart-card doesn't seem to be conditional based on Showcase setting. I just commented it out for now.

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Don Wagner View Post
    ZC 2.1.0. My Store is set to Showcase with Prices (Admin Option 2), and Add to Cart turned off (Display Product Price/Add to Cart Admin Option 0), yet I still get the Add to Cart box in my Product Listings.

    If I switch from ZCA Bootstrap-4 to Responsive Classic - extended, the Add to Cart box disappears.

    I'm on a PC BTW It makes no difference what value I set for "Float the Add Selected to Cart button?".

    Just checked my cell phone (in Bootstrap) and the box is there as well.

    There looks to be an override hierarchy or conflict that I'm not following. Thanks in advance for any suggestions you can offer.
    Quote Originally Posted by Don Wagner View Post
    I looked at tpl_product_info_display.php, and the addToCart-card doesn't seem to be conditional based on Showcase setting. I just commented it out for now.
    I'm not sure what version of the Bootstrap template you're using, but on v3.7.8 (latest release), the add-to-cart changes to "Contact Us" when the store is set to "Showcase with Prices". That's done in the get_products_display_price function, present in /includes/functions/functions_prices.php.

  5. #1655
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    I'm not sure what version of the Bootstrap template you're using, but on v3.7.8 (latest release), the add-to-cart changes to "Contact Us" when the store is set to "Showcase with Prices". That's done in the get_products_display_price function, present in /includes/functions/functions_prices.php.
    I'm using 3.7.8, and was getting both "Add to Cart" text and a "Contact Us" button in the add to cart box. I see now exactly what you're saying - it didn't gel with me at first, as my current store has no references to a cart. But you've me thinking about revamping my "How to Order" page and links to it.

  6. #1656
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I am using 2.1.0. and haven't turned on side boxes in a while but am giving it a look on this template and so far I really like it. My question is does the template have a Filter option particularly for prices but interested in any others as well. I fished around the menus but no luck. If not, is there a plugin that anyone is aware of that will work with 2.1.0? Thanks in advance.

  7. #1657
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Did that but now I have two hamburgers on tablet/mobile

    Quote Originally Posted by JimmyV View Post
    Another thing people might like is to pull the shopping cart out of the hamburger on mobile. You do this by putting this right below the </button> in tpl_header in common

    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <i class="fas fa-bars"></i>
    </button>

    <div class="mobile-cart-wrap d-lg-none">
    <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>">
    <i class="fa fa-shopping-cart"></i>
    <span class="badge badge-pill badge-primary"><?php echo $_SESSION['cart']->count_contents(); ?></span>
    </a>
    </div>
    Best,
    Goldbuckle

  8. #1658
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    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

  9. #1659
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,934
    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"

  10. #1660
    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.

 

 

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