Page 22 of 116 FirstFirst ... 1220212223243272 ... LastLast
Results 211 to 220 of 1160
  1. #211
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    This may have been discussed already. When the screen is reduced/mobile sized the top item in the dropdown menu displays whenever an item is in the cart.

    But then the customer has to select the menu to be made aware an item is in the cart. Is there a recommended method to indicate near the top of the page on mobile sized screen (either above or below icon toolbar), whenever an item is in the cart? And/or make the shopping cart icon dynamic (e.g. glow yellow/orange) whenever an item is in the cart.
    If you want the cart contents to be visible at all screen resolutions you can edit the tpl_header.php file to add your code and then use the media queries in the responsive.css file to show the code on the mobile sized screens.

    Thanks,

    Anne

  2. #212
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    The "Add to cart" unit form field (box) increases in horizontal size (to 85%) when screen resized to small.

    What is best method to make the add to cart form box remain the same standard size, when screen viewed large or small?

    Maybe assign a specific class to input select for the add to cart and then set width to 10% in responsive.css?
    You can make any css adjustments in the responsive.css file.

    Thanks,

    Anne

  3. #213
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    When "Use split-login page" is enabled, at small screen size the two "panels" for new customers and returning customers remain side-by-side at intermediate screen size. However, when screen size reduced to narrow smartphone width, rather than one panel moving underneath the other, the returning customer panels moves down but moves diagonally (stays to the right), not directly beneath the new customer panel.

    Firefox 25.0
    If you want to use split screen and you want to make adjustments you can add them to the responsive.css file.

    Thanks,

    Anne

  4. #214
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    If you want the cart contents to be visible at all screen resolutions you can edit the tpl_header.php file to add your code and then use the media queries in the responsive.css file to show the code on the mobile sized screens.
    I'm not clear on this. The cart contents (along with login/log off, home and checkout links) are displayed in the header when browser window is at most larger sizes. When browser window size s reduced to smartphone size none of these header items are displayed.

    So any hints on how to keep the cart contents displaying in the header (at all sizes) but hide ALL the other header links at smartphone screen size?

    I can likely work up some logic code to deal with this but just need a nudge in the right direction. Thanks.

  5. #215
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    Is there a best method to configure it so product descriptions are fully displayed (not collapsed) when visiting a product page?

    I can understand the desire for the descriptions to be collapsed by default on mobile screens but prefer descriptions to be displayed (not collapsed) on larger screens. If cannot set different defaults (collapsed vs not collapsed) for different screen sizes, then prefer to set not collapsed for all devices.

  6. #216
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue

    I've set the shop up so the index page displays only Featured Products, not New or Specials. As suggested earlier in this thread added .box_image{min-height:100px;} to the stylesheet. So now the top of each row of boxes line up. However the bottom of the boxes do not. All the images are the same height (150px) because some products have product names longer than one line. Some are two lines and others are three lines.

    Is there a method so the product boxes (on the grid) are the same size (vertically & horizontally) and the vertical height of the grid is based on the box size of the product with the longest product name (number of lines in product name)? To keep the content of the boxes lined up on the grid, the internal spacing (padding) between the top line of the box and the first line of the product name would need to be adjusted dynamically (again based on the longest product name)..

    If not possible what is the best method to vertically center the contents of each box, while keeping all the boxes the same size?

    I've done this using tables on a previous version of Zen Cart. I'm sure the CSS solution is simple but it escapes me at the moment.

  7. #217
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    I've done this using tables on a previous version of Zen Cart. I'm sure the CSS solution is simple but it escapes me at the moment.
    That's the difference, the responsive templates don't use tables as tables are finite and can't work using percentages (unless I'm wrong?)...

  8. #218
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    Is there a best method to configure it so product descriptions are fully displayed (not collapsed) when visiting a product page?

    I can understand the desire for the descriptions to be collapsed by default on mobile screens but prefer descriptions to be displayed (not collapsed) on larger screens. If cannot set different defaults (collapsed vs not collapsed) for different screen sizes, then prefer to set not collapsed for all devices.
    This bug has already been addressed earlier in this thread and a patch has been posted.

    Thanks,

    Anne

  9. #219
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Woodymon View Post
    I've set the shop up so the index page displays only Featured Products, not New or Specials. As suggested earlier in this thread added .box_image{min-height:100px;} to the stylesheet. So now the top of each row of boxes line up. However the bottom of the boxes do not. All the images are the same height (150px) because some products have product names longer than one line. Some are two lines and others are three lines.

    Is there a method so the product boxes (on the grid) are the same size (vertically & horizontally) and the vertical height of the grid is based on the box size of the product with the longest product name (number of lines in product name)? To keep the content of the boxes lined up on the grid, the internal spacing (padding) between the top line of the box and the first line of the product name would need to be adjusted dynamically (again based on the longest product name)..

    If not possible what is the best method to vertically center the contents of each box, while keeping all the boxes the same size?

    I've done this using tables on a previous version of Zen Cart. I'm sure the CSS solution is simple but it escapes me at the moment.
    You need to add a min-height or height to the the div that contains the product image, name, price, etc.

    Thanks,

    Anne

  10. #220
    Join Date
    Oct 2013
    Location
    Texas
    Posts
    7
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I do not think message 165 was ever addressed and I am having the same issue. Once the screen size reaches hand held device size there is a problem with the products list. When the screen is full size the product title has what appears to be a line break so that the product description will start on a new line. Whenever I decrease the size of the screen to handheld size the product description starts right after the product title without a line break. As long as the product title is at least one full line the break after the product title works fine on the handheld device. I get the same results when using Chrome and Firefox on a Linux desktop and Chrome or Opera on an android smart phone or 7 inch tablet.

 

 
Page 22 of 116 FirstFirst ... 1220212223243272 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1511
    Last Post: 24 Apr 2023, 04:59 PM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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