Page 1 of 108 1231151101 ... LastLast
Results 1 to 10 of 1072
  1. #1
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Idea or Suggestion Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    This is a support thread for the Responsive Classic template built-in to Zen Cart v1.5.5

    Anne

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    870
    Plugin Contributions
    5

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    HI Anne:

    I really like the 155 Responsive Classic template because I use the Winchester Responsive on another site for now until it is upgraded to 155.

    Aside from customizing colors I have a couple requests.

    I would like to streamline the Header and Search side box to match the Winchester, including the Cart Total on both the mobile and desktop templates.

    For the mobile, I will just use the Header Search.

    See the attached pics. Where would I find the code and can I simply copy/paste from the Winchester code?

    I would also like to use css buttons on the mobile side because the buttons are too small to read.

    Which choice do I use to prevent a double search box on the mobile. Thanks!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screen Shot 2016-03-19 at 14.50.07.png 
Views:	322 
Size:	13.4 KB 
ID:	16126   Click image for larger version. 

Name:	Screen Shot 2016-03-19 at 14.50.52.png 
Views:	275 
Size:	11.5 KB 
ID:	16127   Click image for larger version. 

Name:	IMG_3009.jpg 
Views:	376 
Size:	28.1 KB 
ID:	16128  

    Cheers!
    v158A & 2.0+

  3. #3
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    If I add sideboxes how do I get them to change in the mobile version like the standard ones do?

  4. #4
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    The side-boxes for specific devices in v1.5.5 Responsive Classic are controlled by CSS.

    Open these 3 files:
    /includes/templates/responsive_classic/css/responsive_default.css
    /includes/templates/responsive_classic/css/responsive_mobile.css
    /includes/templates/responsive_classic/css/responsive_tablet.css

    The responsive_default.css file manipulates the side-boxes for all devices if a UA (User-Agent) is not detected.

    The responsive_mobile.css & responsive_tablet.css files manipulates the side-boxes for specific devices if a UA (User-Agent) is detected

    Each file will have code that starts with:
    Code:
    /*bof side-boxes*/
    /* ADD { display:none;visibility:hidden; } to Hide Side-Box */
    /* LEAVE BLANK {  } to Show Side-Box */
    Take a look at the CSS and how the stock side-boxes are handled.

    Quote Originally Posted by robbie269 View Post
    If I add sideboxes how do I get them to change in the mobile version like the standard ones do?
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  5. #5
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thank you. Worked perfectly! Simple when you know where to look...

    Quote Originally Posted by rbarbour View Post
    The side-boxes for specific devices in v1.5.5 Responsive Classic are controlled by CSS.

    Open these 3 files:
    /includes/templates/responsive_classic/css/responsive_default.css
    /includes/templates/responsive_classic/css/responsive_mobile.css
    /includes/templates/responsive_classic/css/responsive_tablet.css

    The responsive_default.css file manipulates the side-boxes for all devices if a UA (User-Agent) is not detected.

    The responsive_mobile.css & responsive_tablet.css files manipulates the side-boxes for specific devices if a UA (User-Agent) is detected

    Each file will have code that starts with:
    Code:
    /*bof side-boxes*/
    /* ADD { display:none;visibility:hidden; } to Hide Side-Box */
    /* LEAVE BLANK {  } to Show Side-Box */
    Take a look at the CSS and how the stock side-boxes are handled.

  6. #6
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Just installed 1.5.5 and trying to work the style sheet for responsive classic. I just need the logo to center. Spent all afternoon with trial and error and no luck. Any insights appreciated. Edited this to reflect some fixes i found but still the logo needs centering.
    Last edited by athena; 24 Mar 2016 at 07:33 PM.

  7. #7
    Join Date
    Nov 2007
    Location
    USA
    Posts
    870
    Plugin Contributions
    5

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Did you try just deleting the css pages you modified and reloading the originals and clearing the cache in your browser?
    Cheers!
    v158A & 2.0+

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by athena View Post
    Just installed 1.5.5 and trying to work the style sheet for responsive classic. I just need the logo to center. Spent all afternoon with trial and error and no luck. Any insights appreciated. Edited this to reflect some fixes i found but still the logo needs centering.
    When asking for help with templates and CSS, it's important to provide a link to the site (even a specific page, if relevant) so we can provide a useful answer. Otherwise you force us to guess or give extremely generic answers which are often things you've already tried. If you don't tell us what you tried, then we're probably going to tell you those basics.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Issue: State Dropdown not displaying properly

    Solution: See this (https://www.zen-cart.com/showthread....s-other-fields) posting, with solution provided.

  10. #10
    Join Date
    Nov 2007
    Location
    USA
    Posts
    870
    Plugin Contributions
    5

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by webskipper View Post
    HI Anne:

    I really like the 155 Responsive Classic template because I use the Winchester Responsive on another site for now until it is upgraded to 155.

    Aside from customizing colors I have a couple requests.

    I would like to streamline the Header and Search side box to match the Winchester, including the Cart Total on both the mobile and desktop templates.

    For the mobile, I will just use the Header Search.

    See the attached pics. Where would I find the code and can I simply copy/paste from the Winchester code?

    I would also like to use css buttons on the mobile side because the buttons are too small to read.

    Which choice do I use to prevent a double search box on the mobile. Thanks!
    So, no advice for these? The Mobile buttons are small and look washed out. Hard to read.
    Cheers!
    v158A & 2.0+

 

 
Page 1 of 108 1231151101 ... LastLast

Similar Threads

  1. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  2. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  3. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  4. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 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