Page 50 of 123 FirstFirst ... 40484950515260100 ... LastLast
Results 491 to 500 of 1224
  1. #491
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by earmsby View Post
    Hmm... never mind. I can't get my old template to change to any other template either, so it's obviously not an issue with this template specifically.
    Check these files (compare against a fresh download):
    includes/init_includes/init_templates.php
    includes/init_includes/overrides/init_templates.php (compare against copy in parent folder if it exists).
    That Software Guy. My Store: Zen Cart Modifications
    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.

  2. #492
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    What are people doing about social icons with this template? I wound up putting them in includes/templates/bootstrap/common/tpl_header.php right after tpl_offcanvas_menu.php.
    That Software Guy. My Store: Zen Cart Modifications
    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. #493
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    41
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi Guys,
    I am using this template for some time now. I would like to know what plug ins are compatible with this template and ZC 1.5.7. (including paid ones). Now I am trying them one by one and most of them do not work as they are made for older versions of the ZC. It would be nice to have a list of recommended plug ins that would help the quick setup of a new installation or upgrade.

  4. #494
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Attributes on Product Listing https://www.zen-cart.com/downloads.php?do=file&id=1637
    would be a nice inclusion for this template.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  5. #495
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Any thoughts about using the trash can icon on the shopping cart page on mobile? It's there on desktop (obviously) and on tablet, but not on the phone. Could we put it in below the quantity? Some customers won't realize that the only way to remove an item from the cart on mobile would be to set the quantity to zero.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  6. #496
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    Any thoughts about using the trash can icon on the shopping cart page on mobile? It's there on desktop (obviously) and on tablet, but not on the phone. Could we put it in below the quantity? Some customers won't realize that the only way to remove an item from the cart on mobile would be to set the quantity to zero.
    How about some wording on the page that indicates that products can be removed by setting the quantity to 0? Otherwise, that page's rendering is going to get over-complicated.

  7. #497
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    That was pretty much my fallback plan. OK sounds fair. 1.5.7 users could even just put this in the new define_shopping_cart.php page.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  8. #498
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Suggestion on help files for this template: it might make sense to add some developer notes on modifying the template, because when you do something like (say) add a checkbox, you have to take special steps in Bootstrap, otherwise it won't show up.

    Checkbox not showing on bootstrap template?
    a) put it in a special div
    <div class="custom-control custom-checkbox">
    b) input first, then label.
    echo zen_draw_checkbox_field($bucketfee_id,'',false, 'id="'.$bucketfee_id .'" class="custom-control-input"');
    echo '<label class="custom-control-label" for="' . $bucketfee_id . '">' . BUCKETFEE_QUESTION . '</label>';
    c) On label, use class="custom-control-label"

    Radio buttons? Similar fix:
    a) one div per radio button
    <div class="custom-control custom-radio"
    b) input first then label as above
    c) On label, use class="custom-control-label"
    That Software Guy. My Store: Zen Cart Modifications
    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.

  9. #499
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    ZC 1.5.7c Bootstrap latest v

    I just realized that the links EZ Pages created for the footer, that also have a corresponding sidebar or header link, are not working?

    The link, when clicked in the footer, sends to the homepage, while the other links in sidebar and header work correctly.

    GOTO www.needtoorder.com to see what I mean. Any thoughts?
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  10. #500
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by Carbonless View Post
    ZC 1.5.7c Bootstrap latest v

    I just realized that the links EZ Pages created for the footer, that also have a corresponding sidebar or header link, are not working?

    The link, when clicked in the footer, sends to the homepage, while the other links in sidebar and header work correctly.

    GOTO www.needtoorder.com to see what I mean. Any thoughts?
    I'm thinking that the social-icon addition you've got in the footer (which is injecting yet-another -- and unwanted -- <head></head><body>) might be part of the issue.

 

 
Page 50 of 123 FirstFirst ... 40484950515260100 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 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