Page 6 of 10 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 100
  1. #51
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    Translucence is often misused when talking about transparency. Transparency is generally associated with clear. The more correct term for how well you can "see" through something is opacity.

    Where you may be confused is that, in order to have 20% opacity in the #FFFFFF, the 33 is added at the beginning rather than at the end AND the result should be eight (8) versus six (6) characters. Had you entered #33FFFFFF, it would have worked IF your browser supported it.

    It is the old method and doesn't give the non-compatible browser any alternative. Another reason for the dual calls in the css.

    Mentioned it in an earlier thread but, http://tinyurl.com/y929h5f6 is a good read. Especially near the end of the article. Click on View Demo just before the Conclusion.



  2. #52
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    My browser must not support it because that's how I had it originally, with 33 in front.

    Fabulous article, hit the nail right on the head. And the demo was highly cool, thanks!

  3. #53
    Join Date
    Dec 2017
    Location
    New Hampshire, USA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Will this work with version 155e & 155f?

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

    Default Re: Support Thread - Responsive Color Changes for 155

    I've loaded it on all the 1.5.5 series and current github files for1.5.6. All work.

    Will be looking at github files for 1.6.0 later this week.

    Remember that we suggest loading the current ZC, use Clone a Template to make the template "yours", then load the mod to YOUR_TEMPLATE. That way, you always have the responsive_classic to fall back on if something breaks.

  5. #55
    Join Date
    Dec 2017
    Location
    New Hampshire, USA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Thank you so much.

    Just getting started with ZenCart. So far I like it much better than the old osCommerce, not that I was very good with that.

    Again thank you for the quick reply, add-on and guidance.

  6. #56
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by jhande1 View Post
    Thank you so much.
    Just getting started with ZenCart. So far I like it much better than the old osCommerce, not that I was very good with that.
    Again thank you for the quick reply, add-on and guidance.
    No Problem. Got lots of relatives in the Keene, W Swanzey area. You'll find that, unlike other forums, the folks here at Zen Cart really are like family and want to help. That's one of the things that brought me here from OsC some 14 years ago.

  7. #57
    Join Date
    Dec 2017
    Location
    New Hampshire, USA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by dbltoe View Post
    No Problem. Got lots of relatives in the Keene, W Swanzey area. You'll find that, unlike other forums, the folks here at Zen Cart really are like family and want to help. That's one of the things that brought me here from OsC some 14 years ago.
    Years ago the osc forum was a bit more friendly/family like but it seemed to change.

    So far searching the forum here it does give a nice family feel, glad to be here.

    Moved from CT to NH in 2000. Wife and I lived in Keene for about a 1 1/2 years, to much like city in CT. Moved 3 1/2 hours north where it's quite and rural.

  8. #58
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    278
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Hello,

    I installed the color changer 1.1a to test zencart build @ www.salvagecrate.com. I noticed in the CSS checker I get 1 error.

    Sorry! We found the following errors (1)
    URI : http://www.salvagecrate.com/includes...stylesheet.css
    291 #filter-wrapper select

    Is this normal ? Or did i mess something up ? This is not my live site , i am just trying to get ready before i try this on the main site.

    I used https://jigsaw.w3.org/css-validator/

    Should I even worry about this ? I noticed some big name sites like ebay and amazon give tons of errors too and they work just fine.

    Name:  LIVE BYTHIS.jpg
Views: 141
Size:  73.5 KB

    I love what you said in the photo about btw. I have it as a reminder so i keep to whats important. I saw what you said about css errors and just wanted to make sure I had none.

    My actual site is http://missingcord.com. As you can see instead of trying to spend all day trying to make it pretty , I just used the default color for responsive classic and made my store logo colors match it.
    Last edited by jasonshanks; 15 Apr 2018 at 09:47 PM.

  9. #59
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by dbltoe View Post
    Congratulations, you have now created 21+ stylesheet errors that could really screw up the way a browser presents your site to the world. IF it shows it at all!
    I was asked in this thread about these 21+ stylesheet errors.
    Where could you see them as errors?

    I checked in all browsers and a few mobil devices https://www.idtagsonline.com/test/ colors appear are normal.

    Thank you.

  10. #60
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    I installed the color changer 1.1a to test zencart build @ www.salvagecrate.com. I noticed in the CSS checker I get 1 error.

    Sorry! We found the following errors (1)
    URI : http://www.salvagecrate.com/includes...stylesheet.css
    291 #filter-wrapper select

    Is this normal ? Or did i mess something up ? This is not my live site , i am just trying to get ready before i try this on the main site.
    @jasonshanks. It looks like you made an addition in that area and might have missed something when doing a copy and paste.
    Although the line numbers are different, the line 291 in your stylesheet.css
    #filter-wrapper select{width5%;height:35px;}
    should be
    #filter-wrapper select{width:5%;height:35px;}
    Note the missing colon.

    HTH

 

 
Page 6 of 10 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 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. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 229
    Last Post: 28 Jun 2017, 12:32 AM
  4. 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
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 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