Page 53 of 123 FirstFirst ... 343515253545563103 ... LastLast
Results 521 to 530 of 1223
  1. #521
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by bumba000 View Post
    Just found a bootstrap sql patch in the logs. applied and resolved. what the heck?! lol
    I had (obviously) totally forgotten about that "suggested settings" log; thanks for the post back and the memory jogger!

  2. #522
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I've just submitted v3.1.5 of the Bootstrap-4 template for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #84: Adding language-translation for Back to Top button's title= tag.
    #85: Adding alt= tag to additional images.
    #86: Adding aria-label and -title to shopping-cart buttons.
    #88: Correct form-start tag placement to correct invalid HTML on checkout_confirmation.
    #89: Correct data-overflow on account page's Previous Orders.
    #91: Correct PHP notices issued when left/right columns are fully disabled.
    #92: Enable integration with attribute image-swapper plugins.

  3. #523
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I’m looking for someone to implement some styling customizations to this template.

    looking to make it more picture heavy, with a displayed shopping cart icon in the responsive mode, and moving it to a 2 column format.

    I’m lacking skills in this field and need assist. PM if interested.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  4. #524
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v3.1.5 of the Bootstrap-4 template for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #84: Adding language-translation for Back to Top button's title= tag.
    #85: Adding alt= tag to additional images.
    #86: Adding aria-label and -title to shopping-cart buttons.
    #88: Correct form-start tag placement to correct invalid HTML on checkout_confirmation.
    #89: Correct data-overflow on account page's Previous Orders.
    #91: Correct PHP notices issued when left/right columns are fully disabled.
    #92: Enable integration with attribute image-swapper plugins.
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191

  5. #525
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Tagline under logo should be aligned by default. Makes no sense to me why these two items would have different alignments.

    includes/templates/bootstrap/common/tpl_header.php

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

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by pixelpadre View Post
    Tagline under logo should be aligned by default. Makes no sense to me why these two items would have different alignments.

    includes/templates/bootstrap/common/tpl_header.php
    That's what you call open-source. You're free to make changes if that's what layout you want.

  7. #527
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    That's what you call open-source. You're free to make changes if that's what layout you want.
    Did it take you very long to think of your response. Very nice, I'm sure the community will appreciate your advice.

  8. #528
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by pixelpadre View Post
    Did it take you very long to think of your response. Very nice, I'm sure the community will appreciate your advice.
    Yes, it did. I looked at the full-screen layout (where the tagline is centered in the screen but next to the image) as well as the mobile rendering where the tagline is centered under the image.

  9. #529
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    @pixelpadre
    One should NEVER bite the hand who generates money for your website.
    lat9 is a major contributor to the zen cart community who donates her time for free advice.
    Mark
    Hare Do

  10. #530
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag Re: ZCA Bootstrap 4 Template [Support Thread]

    Just a quick one, on the product listing...

    modules/bootstrap/product_listing.php does not format correctly when setting the number of columns required.

    this
    PHP Code:
     if ($product_listing_layout_style === 'columns' || $product_listing_layout_style === 'fluid') {            $lc_text implode('<br>'$product_contents);            $style '';            if ($product_listing_layout_style === 'columns') {                $style ' style="width:' $col_width '%;"'
    needs changing to this

    PHP Code:
    if ($product_listing_layout_style === 'columns' || $product_listing_layout_style === 'fluid') {            $lc_text implode('<br>'$product_contents);            $style '';            if ($product_listing_layout_style === 'columns') {                /* $style = ' style="width:' . $col_width . '%;"'*/
    Or you need to take out the line
    PHP Code:
    $style ' style="width:' $col_width '%;"' 
    altogether
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

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