Page 68 of 155 FirstFirst ... 1858666768697078118 ... LastLast
Results 671 to 680 of 1550
  1. #671
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you,
    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.

  2. #672
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by simon1066 View Post
    One way to check would be to search the Bootstrap fileset for 'listingProductImage' to see where it's used.
    Using built in developer tool, i got the following:

    /includes/templates/bootstrap/css/stylesheet_zca_colors.php

    Line # 90 : .listingProductImage {min-width: <?php echo (int)IMAGE_PRODUCT_LISTING_WIDTH; ?>px;}

    Would the removal of it solve my display issue? I am not sure how it would affect the template as it seems to be only in the color stylesheet.

    Thank you again all for helping

  3. #673
    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
    Using built in developer tool, i got the following:

    /includes/templates/bootstrap/css/stylesheet_zca_colors.php

    Line # 90 : .listingProductImage {min-width: <?php echo (int)IMAGE_PRODUCT_LISTING_WIDTH; ?>px;}

    Would the removal of it solve my display issue? I am not sure how it would affect the template as it seems to be only in the color stylesheet.

    Thank you again all for helping
    I see, the min width uses the value of the product Listing image width. That being said, simply adjusting the width of the image of the product listing might be sufficient to solve your issue (probably something I should have thought of from the start). I wouldn't remove it.

    The width of the image is set in Admin > Images > Image - Product Listing Width
    Simon

  4. #674
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Just a few WAG's here. Bootstrap 4 incorporates a lot that responsive_classic does not. Ajax Search, some image handling and control of columns in Product Listing.

    I'm thinking you may be loading extra things with bootsstrap that are fighting with these features.

    I would first check Admin >> Configuration >> Product Listing >> Product Listing - Columns Per Row to make sure it is set for 0 versus the recommended 3. This will allow bootstrap to properly work with your product images.

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

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Just a few WAG's here. Bootstrap 4 incorporates a lot that responsive_classic does not. Ajax Search, some image handling and control of columns in Product Listing.

    I'm thinking you may be loading extra things with bootsstrap that are fighting with these features.

    I would first check Admin >> Configuration >> Product Listing >> Product Listing - Columns Per Row to make sure it is set for 0 versus the recommended 3. This will allow bootstrap to properly work with your product images.
    Are you saying that Image Handler is not needed with bootstrap template? That would be great. I am just used to the automatic resizing with IH ( instead of uploading small/medium/ large pics)

    I double and triple check the setting and it is set to 0.

    Removing Line # 90 : .listingProductImage {min-width: <?php echo (int)IMAGE_PRODUCT_LISTING_WIDTH; ?>px;} seems to fix the issue I have.

    I am just scare of creating more problem down the line by taking things out like this. Any thoughts on this?

    Can my "homemade " bootstrap menu be contributing to the issue?

    Thanks all for helping

  6. #676
    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
    Are you saying that Image Handler is not needed with bootstrap template? That would be great. I am just used to the automatic resizing with IH ( instead of uploading small/medium/ large pics)

    I double and triple check the setting and it is set to 0.

    Removing Line # 90 : .listingProductImage {min-width: <?php echo (int)IMAGE_PRODUCT_LISTING_WIDTH; ?>px;} seems to fix the issue I have.

    I am just scare of creating more problem down the line by taking things out like this. Any thoughts on this?

    Can my "homemade " bootstrap menu be contributing to the issue?

    Thanks all for helping
    Image Handler is a great addition to the Bootstrap 4 template and the combination is in use in a fair number of sites.

    Since "that line" doesn't wreck havoc with the demo products (and a 3/6/3 layout), what layout do you have configured in the Bootstrap Template settings' Responsive Left/Center/Right Column Widths?

    The "homemade" menu has some issues when viewed in a small landscape or small portrait mode. That'll be a matter of working out the CSS and associated Bootstrap classes required.

  7. #677
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    Image Handler is a great addition to the Bootstrap 4 template and the combination is in use in a fair number of sites.

    Since "that line" doesn't wreck havoc with the demo products (and a 3/6/3 layout), what layout do you have configured in the Bootstrap Template settings' Responsive Left/Center/Right Column Widths?

    The "homemade" menu has some issues when viewed in a small landscape or small portrait mode. That'll be a matter of working out the CSS and associated Bootstrap classes required.
    Since i am not using the right column, it is currently set to 3/9/0.

    Left column width is set to 200px even though it has no influence on bootstrap if I understand it correctly.

    The"homemade" menu is definetely a work in progress. It is my first attempt at bootstrap and was trying to mimic CSS_mega_menu.

  8. #678
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Upto ate info in sig.

    I want to make some changes to my site and know that I can do this with this template, but some of the changes may not be doable with the template.
    Would it be advisable to use the clone a template once have made the changes or before? so if any upgrades happen I can use the copy template
    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.

  9. #679
    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 ate info in sig.

    I want to make some changes to my site and know that I can do this with this template, but some of the changes may not be doable with the template.
    Would it be advisable to use the clone a template once have made the changes or before? so if any upgrades happen I can use the copy template
    I'll suggest ... both. Clone the base 'bootstrap' template and make your 'clone' the active one. If you're preparing to make substantial changes, clone your clone so you have a backup.

  10. #680
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you, will do that :)
    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.

 

 

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