Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Blue Stripe Basic v1.0 Template for Zen Cart

    Blue Stripe Basic v1.0 is designed to display a very clean and professional look. It comes with Single Listing Template, CSS Javascript Loader and Footer Menu pre-installed. It also contains two modified versions of CSS Horizontal Dropdown Menu and CSS Buttons. As a bonus it is also pre-installed with an About Us page.

    Features:

    1. Single Listing Template
    2. CSS Javascript Loader
    3. Footer Menu
    4. CSS Modified Horizontal Dropdown Menu
    5. Modified CSS Buttons
    Attached Images Attached Images  

  2. #2
    Join Date
    Jun 2008
    Location
    Osprey, Florida
    Posts
    151
    Plugin Contributions
    14

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Blue Stripe Basic v1.0 is now in the Free Software Add Ons section. Click here to download.

  3. #3
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Very nice template! Some pros & cons:

    PROS:

    * Looks very nice. I like it's header and default colors a little better than Apple Zen (which I am also testing.)

    * Choice of two drop down menus is very cool. You can have regular drop down as in Apple Zen, or Top Category Drop Down (without the "home", "information", etc as shown here:
    http://www.pageant-mart.com/

    CONS

    * Anytime I try a header1 top banner is messes-up site. One one of my sites it enlarges and pushes text out of customer service footer. On another site it interferes with the prev/next buttons, pushing them up into the nav bar.

    * Testing on my site below, after adding product to cart, checkout does not work from shopping cart page. Rather, it tries to refresh. The checkout does work if you go there from the nav bar.

    * On site below, my 8 Featured Products set for homepage do not show. Do not know why.
    http://www.prom-mart.com/
    (NOTE: I may change this site back to Apple Zen or another template at any time.)

    CSS/JS Loader: your instructions should explain little more detail how to take it out of sql patch if this mod is already installed. This may be problem with my second site just above, as it already had CSS/JS Loader. (Although it lacks the "max url" line of the first site, which was a new install.

    Oh, one more VERY COOL thing: This template is only the second (TM's free testing template 12541 was the first) that properly aligns the customer view order status admin comments across from the proper date if more than one line or paragraph. The Classic and all other templates I've used/seen do not properly align/justify the admin comments across from the date from the customer's view.

    This new Blue Stripe template has some features that Apple Zen lacks, and vice versa.

    SPH

    PS: Although set/designed for a single column, it also looks very nice when one or both cols are turned on for homepage.

    PPSS: My above links are being constantly tested and re-tested for templates. May change at any time.

  4. #4
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Just noticed that on my "problem" site ( www.prom-mart.com ) that the minifer is not minifying, looking at "View Source" code.

  5. #5
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Speed test on this new template is very good out-of-the-box with minifyer. That, and my "special" tweak, produced these results:

    Blue Stripe Basic left two results / Apple Zen test right two results:

    http://gtmetrix.com/compare/B2CyvjTh...mhJh8/Wv6LGugf

    I did obtain the minifyer from Rubik site and added it to Apple Zen. (I played with AppleZen to obtain similar color scheme.)

    On this result AppleZen is about a second faster (about ten car lengths in a drag race.) But I think Blue Stripe can get faster.

    We're in the market for a drop-down template and these are the only real contenders.

    Clear up a few problems and this new Blue Stripe Basic will be a real winner.

  6. #6
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    204 downloads of this template now. Up quite a bit since I tested it.

    Is anyone having some of the problems I experienced above? (I now have different templates on my testing domains).

    I see no support from the author; I even sent an email from his site awhile ago with no response. So how is everyone doing with it?

  7. #7
    Join Date
    Jun 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    On another site it interferes with the prev/next buttons, pushing them up into the nav bar.
    In the product.info.css file (located in the blue_stripe/css/mycss directory) about lines 49-52

    to fix the next/previous page display problem you want to edit the wrapper position from absolute to float and change the top margin height.



    .navNextPrevWrapper {
    position: float;
    top: 255px;
    margin-left: 710px;

    Last edited by itektech; 16 Aug 2011 at 08:42 PM. Reason: added info

  8. #8
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Thanks, that stylesheet fix seems to have worked re the banners & prev/next buttons.

    Now, the MOST IMPORTANT issue with this template:

    http://www.wedding-mart.com/

    After adding to cart, if customer goes to shopping cart page and tries to checkout from its button, it simply updates the product instead of going to checkout.

    Anyone know the fix?

    Otherwise, this nice template is ready to go. Thanks.

    SPH
    www.prommart.com

  9. #9
    Join Date
    Jun 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    I found the bug with the checkout from the cart page.

    (template folder....default) blue_stripe/templates
    In the tpl_shopping_cart_default.php file, at about line 131 look for this code:

    <!--bof shopping cart buttons-->
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_submit(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    Replace with:

    <!--bof shopping cart buttons-->
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
    </div>

    However weird that looks the extra </div> tag at the end fixed the problem for me.

    Good Luck...

  10. #10
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Blue Stripe Basic v1.0 Template for Zen Cart

    Yes! Worked for me also. Thanks!

    This nice template is now ready to go and I'll stick it on one of my domains.

    One thing I really like: when a customer logs in to view their order, update notices are properly aligned across from their entry date (when they go to second lines and paragraphs with lengthy update). Not so in the vast majority of templates I've seen.

    Ezpage links work, just above horizontal nav bar on right.

    All horizontal banners work, although I'll probably try dropping the header2 banner out of the logo area to below the horizontal nav bar, for a potential nice, site-wide banner possibly set for homepage only.

    Thanks again.

    sph

    PS: one more minor thing. The main product image. Has to be set fairly small for such a wide, one column display. Otherwise, it drops down into the additional images/attribute area. Hopefully merely a style sheet fix....

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 Basic Blue Responsive Template
    By IATIA in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Apr 2016, 12:38 AM
  2. v154 Basic Blue Responsive Template problems
    By NJfire in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 28 Jun 2015, 10:38 PM
  3. Changing the width of the display for Blue Stripe v1.3.7.1
    By Ali23 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Feb 2010, 07:35 PM
  4. Help Please - blue screen after installing cherry zen template
    By confused_aswell in forum General Questions
    Replies: 1
    Last Post: 31 Jul 2008, 03:11 AM

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