Page 67 of 155 FirstFirst ... 1757656667686977117 ... LastLast
Results 661 to 670 of 1550
  1. #661
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I've just submitted v3.3.0 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:

    #68: Enable the definition of a site-specific CSS file.
    #104: Sideboxes are not disabled if COLUMN_xx_STATUS or SET_COLUMN_xx_STATUS is set to '0'.
    #105: Stray <ul> present in the site_map page's template.
    #107: checkout_payment_address incorrectly identifies shipping (not billing) address as current.
    #108: HTML validation error in breadcrumbs.
    #110: MySQL Fatal error in AJAX Search on strict MySQL 5.7 installations.
    #111: Missing space between class names for dropdown menus.
    #113: Enable interoperation with COWOA's no_account page.
    #117: Accessibility 'tweaks'.
    #118: HTML validation error in listing pagination when ellipsis is required.
    #119: Document how to transfer color customizations from a test site to its live version.

  2. #662
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v3.3.0 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:

    #68: Enable the definition of a site-specific CSS file.
    #104: Sideboxes are not disabled if COLUMN_xx_STATUS or SET_COLUMN_xx_STATUS is set to '0'.
    #105: Stray <ul> present in the site_map page's template.
    #107: checkout_payment_address incorrectly identifies shipping (not billing) address as current.
    #108: HTML validation error in breadcrumbs.
    #110: MySQL Fatal error in AJAX Search on strict MySQL 5.7 installations.
    #111: Missing space between class names for dropdown menus.
    #113: Enable interoperation with COWOA's no_account page.
    #117: Accessibility 'tweaks'.
    #118: HTML validation error in listing pagination when ellipsis is required.
    #119: Document how to transfer color customizations from a test site to its live version.
    Now available for downloading: https://www.zen-cart.com/downloads.php?do=file&id=2191

  3. #663
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hello all,

    I am having some display issue while on mobile. (see screenshots)

    When i go on product listing, the product pictures don t seem to be resizing properly somehow.

    On main page, the center box display the product just fine ( using SWGuy mods for 2 product display)

    Click image for larger version. 

Name:	2022-04-16 (2).jpg 
Views:	51 
Size:	27.1 KB 
ID:	19960
    Click image for larger version. 

Name:	2022-04-16.jpg 
Views:	44 
Size:	22.1 KB 
ID:	19961

    What could be doing this? I am using Image Handler as well. Could it be interfering with the picture resizing on small size screen?

    Thank you for your help

  4. #664
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by nicksab View Post
    Hello all,

    I am having some display issue while on mobile. (see screenshots)

    When i go on product listing, the product pictures don t seem to be resizing properly somehow.

    On main page, the center box display the product just fine ( using SWGuy mods for 2 product display)

    Click image for larger version. 

Name:	2022-04-16 (2).jpg 
Views:	51 
Size:	27.1 KB 
ID:	19960
    Click image for larger version. 

Name:	2022-04-16.jpg 
Views:	44 
Size:	22.1 KB 
ID:	19961

    What could be doing this? I am using Image Handler as well. Could it be interfering with the picture resizing on small size screen?

    Thank you for your help
    This is one of those cases where a link to the site displaying the behavior would help.

  5. #665
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    This is one of those cases where a link to the site displaying the behavior would help.
    Sorry for the delayed response. I just managed to get the site on a live server. I was working on it with Xampp

    the site is at http://www.royal-fleur.com/upgrade

    The mobile display is really messing up for me. I must have done something bad somewhere but no clue what.

    Thanks Lat9 for looking into it as well as the OPC missing. I really appreciate it

  6. #666
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by nicksab View Post
    Sorry for the delayed response. I just managed to get the site on a live server. I was working on it with Xampp

    the site is at http://www.royal-fleur.com/upgrade

    The mobile display is really messing up for me. I must have done something bad somewhere but no clue what.

    Thanks Lat9 for looking into it as well as the OPC missing. I really appreciate it
    I'll jump in if I may. I am not familiar with the Bootstrap template but, if I inspect one of the images I see that the CSS is applying a minimum width to them (also affecting your non-mobile page), this code

    Code:
    .listingProductImage {min-width: 300px;}
    I would check whether you really need it.
    Simon

  7. #667
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Upto date info in my sig.

    Please bare with me as it is a few years since using Zencart.

    I am just about to install this template and looking at the install instructions in the docs just want confirmation I am going to do this correctly, as having the install issues I had I want this a bit smoother.

    I am a bit confused by this "If you haven't made any changes to the Zen Cart 'base' version of /includes/modules/order_total/ot_coupon.php, you can simply copy that file from the template's distribution. Otherwise, you'll need to merge the one marked section with your store's version of the file."

    There are no changes made to my install, do I copy the above file from the templates folder and overwrite it to zencart /includes/modules/order_total/ot_coupon.php overwritting the file already there?

    Thanks
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  8. #668
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by simon1066 View Post
    I'll jump in if I may. I am not familiar with the Bootstrap template but, if I inspect one of the images I see that the CSS is applying a minimum width to them (also affecting your non-mobile page), this code

    Code:
    .listingProductImage {min-width: 300px;}
    I would check whether you really need it.
    Simon,

    Thanks for helping. I am not a bootstrap pro and learning as I go as well.

    I saw the min-width css via the developer console as well and wondering if it is needed.

    When it is removed, the image are displayed properly but i have no idea if it is affecting anything else.

    Any bootstrap expert can advise on this, please?

    Thank you

  9. #669
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by nicksab View Post
    Simon,

    Thanks for helping. I am not a bootstrap pro and learning as I go as well.

    I saw the min-width css via the developer console as well and wondering if it is needed.

    When it is removed, the image are displayed properly but i have no idea if it is affecting anything else.

    Any bootstrap expert can advise on this, please?

    Thank you
    One way to check would be to search the Bootstrap fileset for 'listingProductImage' to see where it's used.
    Simon

  10. #670
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by Angiex1 View Post
    Upto date info in my sig.

    Please bare with me as it is a few years since using Zencart.

    I am just about to install this template and looking at the install instructions in the docs just want confirmation I am going to do this correctly, as having the install issues I had I want this a bit smoother.

    I am a bit confused by this "If you haven't made any changes to the Zen Cart 'base' version of /includes/modules/order_total/ot_coupon.php, you can simply copy that file from the template's distribution. Otherwise, you'll need to merge the one marked section with your store's version of the file."

    There are no changes made to my install, do I copy the above file from the templates folder and overwrite it to zencart /includes/modules/order_total/ot_coupon.php overwritting the file already there?

    Thanks
    If you've made no changes to the Zen Cart "base", you can safely copy all the files in the Bootstrap template's distribution to your store's file directory.

 

 

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

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