Page 1 of 2 12 LastLast
Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Jan 2024
    Posts
    27
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    when i revert back to the defult zc template all the boxes go back into there places / hold on i was wrong about that i seem to be having the same issue with the defult bootstrap also. I will post again if this pursists as this is the template im going to be using.
    Last edited by immortalgames; 9 May 2024 at 02:22 PM. Reason: misinformation

  2. #2
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    So, I downloaded 3.7.0 Beta 6 as I wanted to see what happens to my products listings. Now I cannot get a three column format at all. I get 6, 4, 2 and so forth. I have slowly adjusted my width to see the changes. Also, my product images are not scaling for the width of the card. See the link below. that has a 5 column. I am open to having more columns, but the image problem is a no go. I have my side bar width set a 2 and the main screen at 10.

    https://www.dropbox.com/scl/fi/r0mkt...=oyovi6yp&dl=0

  3. #3
    Join Date
    Mar 2011
    Posts
    103
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    ZC 1.57c Bootstrap 313

    How do you get a sidebox to display in mobile view?
    Specifically the currencies box in this case.

    Box Settings
    Left/Right Column Status: ON
    Location: (Single Column ignores this setting) RIGHT
    Left/Right Column Sort Order: 0
    Single Column Sort Order: 0
    Single Column Status: ON

    All sideboxes disappear in phone view.

    Not sure if this is just an issue with this template - I'm having the same issue with Responsive Classic.
    I'm assuming it must be a setting I've got wrong because not having the option of currency or language selection on phones can't be right.

  4. #4
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by gsh68 View Post
    ZC 1.57c Bootstrap 313

    How do you get a sidebox to display in mobile view?
    Specifically the currencies box in this case.

    Box Settings
    Left/Right Column Status: ON
    Location: (Single Column ignores this setting) RIGHT
    Left/Right Column Sort Order: 0
    Single Column Sort Order: 0
    Single Column Status: ON

    All sideboxes disappear in phone view.

    Not sure if this is just an issue with this template - I'm having the same issue with Responsive Classic.
    I'm assuming it must be a setting I've got wrong because not having the option of currency or language selection on phones can't be right.
    In mobile view, I do not think any of the sideboxes are used. The sidebox settings are typically only for the full screen format as there is no room for them on a small screen.

  5. #5
    Join Date
    Mar 2011
    Posts
    103
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    In mobile view, I do not think any of the sideboxes are used. The sidebox settings are typically only for the full screen format as there is no room for them on a small screen.
    I get that but how are currency and language selections displayed in mobile view if this is the case?

  6. #6
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by gsh68 View Post
    I get that but how are currency and language selections displayed in mobile view if this is the case?
    I believe it should default to the hamburger menu. But I am guessing as my current design does not have currencies listed at all. I tried to enable them just to check for your. But no matter what settings I use, they do not show up. Now understand that I am using ZC 2.0.0 and Bootstrap 3.7.0 Beta 6 so it may not be apples to apples.

  7. #7
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    333
    Plugin Contributions
    7

    Default Re: ZCA Bootstrap Template

    If hamburger menu is not good enough, there is the Language and currency in header plugin here.
    I have submitted a new version for ZC v2.0.0 and bootstrap 3.7, it should be available soon.

  8. #8
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    So, I downloaded 3.7.0 Beta 6 as I wanted to see what happens to my products listings. Now I cannot get a three column format at all. I get 6, 4, 2 and so forth. I have slowly adjusted my width to see the changes. Also, my product images are not scaling for the width of the card. See the link below. that has a 5 column. I am open to having more columns, but the image problem is a no go. I have my side bar width set a 2 and the main screen at 10.

    https://www.dropbox.com/scl/fi/r0mkt...=oyovi6yp&dl=0
    I cannot seem to find the solution for this. I am in the developer console in chrome. The first product card is div.col.mb.4 and is 175x829.06. The image in the card is below and it is scaled at 264. There seems to be a disconnect between the size of the column and rendered image from IH???

    Code:
    <img src="bmz_cache/c/ce0920250005_front_largejpg.image.220x264.jpg" title="Translucent 250g" alt="(image for) Translucent 250g" width="220" height="264" class="img-fluid listingProductImage" loading="lazy">

  9. #9
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    I cannot seem to find the solution for this. I am in the developer console in chrome. The first product card is div.col.mb.4 and is 175x829.06. The image in the card is below and it is scaled at 264. There seems to be a disconnect between the size of the column and rendered image from IH???

    Code:
    <img src="bmz_cache/c/ce0920250005_front_largejpg.image.220x264.jpg" title="Translucent 250g" alt="(image for) Translucent 250g" width="220" height="264" class="img-fluid listingProductImage" loading="lazy">
    I am at my wits end on this.

    What is the expected behavior for the flex columns as they get larger? What metrics drives the number of displayed columns and why are my images not matching? I really need to get my site updated as just the shear number of debug logs I get everyday is hard to manage. But I cannot go to the new version with the display being so messed up.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    I am at my wits end on this.

    What is the expected behavior for the flex columns as they get larger? What metrics drives the number of displayed columns and why are my images not matching? I really need to get my site updated as just the shear number of debug logs I get everyday is hard to manage. But I cannot go to the new version with the display being so messed up.
    You control the size of images in product listings via Configuration :: Images :: Image - Product Listing Width/Height. The default is 100/80. Perhaps you've got the values set too high?

 

 
Page 1 of 2 12 LastLast

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

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