Page 9 of 109 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 1088
  1. #81
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

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

    My store is below. I have no plug-ins and everything has been working great since the end of March.
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

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

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

    Quote Originally Posted by martynbaker52 View Post
    Hi all,
    I've asked my freelancer (via UpWork) to update my site to 155a and to update my site to the "out of the box" responsive template. He advised there were "major issues". Is this correct or is he making this up?
    Also does anyone want to share there zencart sites so that I can see what the live site looks like with the new template.
    I've often said that a person can have a doctor's degree in keyboard and not know a thing about the mouse.
    Your freelancer may know a lot about the keyboard (PHP) and just be able to wave the mouse (CSS) around a little.
    Anne and Ray have done wonders for the Zen Cart community in the template area. Are there a few hiccups in the stylesheets? Yes, after all, pobody's nerfect
    We are currently working on the stylesheets for 155a in an effort to make them easier for your freelancer (and anyone for that matter) to change colors. The reason for this is not that the stylesheets are wrong but that they are organized in a way that adds a degree of difficulty above and beyond the beginner/intermediate CSS knowledge.
    There are minor mistakes like #mainWrapper and #contentMainWrapper both appearing twice in the call on line 18 of the stylesheet_colors.css but that shouldn't slow down an "expert." There are some colors defined that, just simply, don't show up in the cart. That really isn't a big deal. Neither is the fact that colors for the site are also defined in five other stylesheets. A qualified person could easily see them with the tools most of us use.
    Your freelancer may be trying to steer you in a direction he or she is more familiar with and avoid having to learn something new or work out the kinks. We agree that changing a font color and having it change one link, another's hover, and another's heading font can be daunting. (see line 3 of stylesheets_colors.css) That's why we have been looking at changing the way folks can manage the colors.
    As we see it, anyone with an intermediate knowledge of CSS should be able to get the job done with the existing stylesheets. Our goal in "rearranging" the stylesheets is to make it very simple for any store owner to manipulate the colors of their site. We did something similar for the classic template back in the stone age.
    We visualize that there are basically nine colors involved in most sites. If we use one for warnings, hover/visited, form backgrounds, drop-down backgrounds we have used four colors. Add to that the use of white and black where needed for fonts and there are only three colors left.
    As an example, we use three blues for one site. #6699CC (Blue Danube), #99CCFF (Anakiwa Blue), and #CAE5FF (Onahau) are really just baby blue, light blue and an even lighter blue. We use the medium as the main background, the darker for nav bars/headings, and the lighter in the presentation of products.
    The result is that you can rapidly change colors with just a search and replace.
    We're also adding rgba calls which allow the user to adjust the color's opacity in the stylesheet.
    And, while we're at it, we're trying to fix any stray css errors and address the warnings.
    Can be seen at aaawesometoyDOTcom/test_155a We will be using it with the #mainWrapper turned off.
    haredoDOTcom is a working example of what we've done.

  3. #83
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

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

    @dbltoe, the haredo site looks amazing! I had to look "under the covers" to believe that that was responsive-classic.

    The aaawesometoy site's url, however, must have been misspelled; it goes to Google's search page.

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

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

    Quote Originally Posted by lat9 View Post
    The aaawesometoy site's url, however, must have been misspelled; it goes to Google's search page.

    Probably the result of a quivering hand from this old programmer.
    Should be aawesometoyDOTcom/test_155a. We turned off the #mainWrapper to add more contrast and make the products stand out on the pages.

    Haredo and I took four days going through the his site page by page, scenario by scenario. We still see things every time we look. Latest fun was what MagicThumb did to the column grid layout.

    netzencommerceDOTcom is a work in progress using the demos and having everything turned on. Not quite through with it and not quite sure how things are showing up in the slideouts without being turned on (or is it un-turned off?) in the stylesheets. This site was a clean install then we dropped in our revamped stylesheets. Changing it to another color theme is a matter of searching for a color and replacing it with the new. This can be done with as little as three colors.

    We found colorcombos.com and are using it for our color theme generation. We have some themes listed in the combos menu under latest. You'll have to look for the by dbltoe tag.

    Discovered csslint.net in the process and that has been a very humbling experience. Says right on the site that they "will hurt your feelings." They do have an excellent wiki in github. https://github.com/CSSLint/csslint/wiki/Rules

    The adventure continues....

  5. #85
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    282
    Plugin Contributions
    0

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

    Hello,

    I am trying out 1.5.5 on a test site before I try upgrading my real one. I pretty much just installed zencart to a different domain , copied a backup of my main site to that domain ( I used a new database so I wouldn't screw anything up. ) Once I made made sure everything was working , i upgraded to 1.5.5 from 1.5.4. I noticed right away how much more mobile friendly responsive_classic is.
    But now i have a problem , almost all of my modules no longer work. Credit card accepts and verified PayPal logo do not sure up in layout box manager unless i set the template to just plain old classic. Am i missing something ? or do these no longer work because of their age ?

  6. #86
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

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

    Did you reset your sideboxes, in layout countroller page?

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

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

    Quote Originally Posted by jasonshanks View Post
    Hello,

    I am trying out 1.5.5 on a test site before I try upgrading my real one. I pretty much just installed zencart to a different domain , copied a backup of my main site to that domain ( I used a new database so I wouldn't screw anything up. ) Once I made made sure everything was working , i upgraded to 1.5.5 from 1.5.4. I noticed right away how much more mobile friendly responsive_classic is.
    But now i have a problem , almost all of my modules no longer work. Credit card accepts and verified PayPal logo do not sure up in layout box manager unless i set the template to just plain old classic. Am i missing something ? or do these no longer work because of their age ?
    Most shipping and payment modules will need to be reinstalled on upgrade. Be sure to copy as many settings as you can before reinstalling.

  8. #88
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

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

    Quote Originally Posted by dbltoe View Post

    Discovered csslint.net in the process and that has been a very humbling experience. Says right on the site that they "will hurt your feelings." They do have an excellent wiki in github. https://github.com/CSSLint/csslint/wiki/Rules
    Thanks for the heads-up.

    Put in my 154 custom stylesheet and it found only one error (color:#magenta; sic) but 557 warnings. WOW.

    I have yet to bother with 155 responsive classic though.

  9. #89
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

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

    Quote Originally Posted by dw08gm View Post
    Thanks for the heads-up.

    Put in my 154 custom stylesheet and it found only one error (color:#magenta; sic) but 557 warnings. WOW.

    I have yet to bother with 155 responsive classic though.
    csslint also throws warnings on "ID selectors" WOW and for "CSS3 not supported in IE6 or IE7" REALLY

    @dbltoe, tools great but anyone that doesn't understand my above comment will spend endless hours trying to fix something that's not broken.
    Last edited by rbarbour; 1 Jun 2016 at 02:42 PM.

  10. #90
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

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

    template_default

    stylesheet.css

    CSS lint found 0 errors and 201 warnings

    The majority are for the use of "ID Selectors" maybe I'm stuck in an era that just doesn't get the "needs" or "complaints" of today's Zen Cart Community.

    :

 

 
Page 9 of 109 FirstFirst ... 78910111959 ... 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