Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 75
  1. #61
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template (BETA)

    These two are an issue as one overrides the other.

    Code:
    /* HEADER EZPAGES BAR */
    .ezpagesBar {background:#333;} 
    .ezpagesBar a {color:#FFF;}
    /* EOF HEADER */
    probably should be
    Code:
    /* HEADER EZPAGES BAR */
    #ezpagesBarHeader .ezpagesBar {background:#333;} 
    #ezpagesBarHeader .ezpagesBar a {color:#FFF;}
    /* EOF HEADER */

    Code:
    /* BOF FOOTER */
    /* FOOTER EZPAGES BAR */
    .ezpagesBar {background:#333;} 
    .ezpagesBar a {color:#FFF;}
    /* EOF FOOTER */
    probably should be
    Code:
    /* BOF FOOTER */
    /* FOOTER EZPAGES BAR */
    #ezpagesBarFooter .ezpagesBar {background:#333;} 
    #ezpagesBarFooter .ezpagesBar a {color:#FFF;}
    /* EOF FOOTER */
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #62
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap Template (BETA)

    Quote Originally Posted by barco57 View Post
    These two are an issue as one overrides the other.

    Code:
    /* HEADER EZPAGES BAR */
    .ezpagesBar {background:#333;} 
    .ezpagesBar a {color:#FFF;}
    /* EOF HEADER */
    probably should be
    Code:
    /* HEADER EZPAGES BAR */
    #ezpagesBarHeader .ezpagesBar {background:#333;} 
    #ezpagesBarHeader .ezpagesBar a {color:#FFF;}
    /* EOF HEADER */

    Code:
    /* BOF FOOTER */
    /* FOOTER EZPAGES BAR */
    .ezpagesBar {background:#333;} 
    .ezpagesBar a {color:#FFF;}
    /* EOF FOOTER */
    probably should be
    Code:
    /* BOF FOOTER */
    /* FOOTER EZPAGES BAR */
    #ezpagesBarFooter .ezpagesBar {background:#333;} 
    #ezpagesBarFooter .ezpagesBar a {color:#FFF;}
    /* EOF FOOTER */
    Yep, that is correct, I'll create and issue on git and update for next release.

  3. #63
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: ZCA Bootstrap Template (BETA)

    Thanks so much for sharing this!!

    I have been trying this out and found some possible changes. There are a few hardcoded requires in some of the template/modalboxes files, so if you change the name of the template directories from bootstrap to something else, which I did since I always rename templates, it breaks functions. I found them in tpl_coupon_help, tpl_cvv_help and tpl_info_shopping_cart. I think this will also break if/when other languages are used since it's calling the english directory.

    Zen Cart and it's community are the best!!

  4. #64
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap Template (BETA)

    Quote Originally Posted by lankeeyankee View Post
    Thanks so much for sharing this!!

    I have been trying this out and found some possible changes. There are a few hardcoded requires in some of the template/modalboxes files, so if you change the name of the template directories from bootstrap to something else, which I did since I always rename templates, it breaks functions. I found them in tpl_coupon_help, tpl_cvv_help and tpl_info_shopping_cart. I think this will also break if/when other languages are used since it's calling the english directory.
    Can you please open an issue on GitHub. As I have very limited time, it is easier to track and update.

    Thank you
    https://github.com/zcadditions/ZCA-B...Template-BETA-

  5. #65
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: ZCA Bootstrap Template (BETA)

    Done, thanks!

    Zen Cart and it's community are the best!!

  6. #66
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap Template (BETA)

    Version 1.0.3 was uploaded today!

    New in the Version
    - Update to move Required indicator for country pulldown menus right of label.
    - Rename configurations in init_zca_bootstrap_template_admin.php.
    - Update for a formatting issue when tagline is blank.
    - Update for when No Shipping Method exists.
    - Update for when (3rd Party) Payment Modules are installed.
    - Removed BS modal links to Authorize.net.
    - Added readme for cvv_help modal.
    - Update to Stylesheet for class ezpagesBar.
    - Update to Attribute textarea's and added BS classes.
    - Update to replace hardcoded require paths within the Modal files.

  7. #67
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap Template (BETA)

    @rbarbour, you might get one of the ZC devs to remove the cautionary note on the plugin's download; there was one person who had looked at it and the "this is BETA, don't use on a live site" scared them off.

  8. #68
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap Template (BETA)

    Quote Originally Posted by lat9 View Post
    @rbarbour, you might get one of the ZC devs to remove the cautionary note on the plugin's download; there was one person who had looked at it and the "this is BETA, don't use on a live site" scared them off.
    I thought they would update the plugin description when I uploaded Version: 1.0.0. This is starting to take up to much of my time.

  9. #69
    Join Date
    Jun 2007
    Location
    Australia
    Posts
    60
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template (BETA)

    Hi,
    Is there a link to a live site that has this template working? I'm looking to upgrade my template from Westminster new and upgrade to the new version of ZC at the same time.

  10. #70
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,531
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap Template (BETA)

    Quote Originally Posted by sydmich View Post
    Hi,
    Is there a link to a live site that has this template working? I'm looking to upgrade my template from Westminster new and upgrade to the new version of ZC at the same time.
    There's a demo link posted in post#2 of this thread ...

 

 
Page 7 of 8 FirstFirst ... 5678 LastLast

Similar Threads

  1. v155 ZCA Bootstrap 4 Template [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 1283
    Last Post: 9 May 2024, 02:18 PM
  2. v156 ZCA Responsive Classic Template for 1.5.6 [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 31
    Last Post: 15 Nov 2019, 04:21 PM
  3. v154 ZCA Responsive CSS Template Framework (BETA)
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 29 Mar 2016, 08:49 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