Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 100
  1. #61
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,144
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by idtags View Post
    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.
    Well, the short answer is that you went through the stylesheet and meticulously voided any possibility of opacity.

    Almost everywhere there's an rgba listing, you've changed it to 1.0 for opacity. In other words, don't use the features of the browser to soften contrast, I'll control what the customer gets. Interesting that you left it in some and didn't in others.

    You have the same problem as jasonshanks on line 300 which leads me to think a bad file might have gotten into the last upload.

    As far as CURRENT problems in you css, stylesheet_colors_split.css starts with
    /* /* a link tags and their colors */ */
    which should be
    /* a link tags and their colors */
    The system was ignoring line 2 (a:link {color:#000;}) because of that.

    On lines 99 and 100 are examples of why I made the original comment. In your original haste to remove opacity, you left
    .centerBoxContentsNew {color:#006699;1.0;}
    .list-price {color:#006699;1.0;}
    which should be
    .centerBoxContentsNew {color:#006699;}
    .list-price {color:#006699;}
    You may want to google the use of : versus ; in stylesheets. The colon is a separator between the command and "how much" of the command. I.E. width:5%

    The semi-colon tells the browser that you're through with that command and to move on. You have two semi-colons on lines 99 and 100.

    The beauty of open source is that you can do what you want anytime and anywhere. You just need to be careful of what you insert in the process.

    Since you've been working on this for over 8 months, I hesitate to send you back in to manipulating BUT, if you are using css button styling, line 64 of stylesheet_colors_split.css has the same color for the background and text.

    W3C's jigsaw can be your friend or your nemesis.

  2. #62
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    278
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    could an addon have changed it ? I pretty much thought i just installed zencart and then color changer. I will do a wipe on the test site and see if i can try again. Thank you again !

  3. #63
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    278
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    So I opened the stylesheet.css directly from the archive i downloaded from this site. And I don't see the missing colon in the fresh file either.Name:  Untitled-1.jpg
Views: 144
Size:  22.0 KB
    Last edited by jasonshanks; 16 Apr 2018 at 06:39 AM.

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

    Default Re: Support Thread - Responsive Color Changes for 155

    Yep, as I mentioned in the answer to idtags, it looks as if a mistake got in the upload of 1.1a

    Line 291 of the download file should be
    Code:
    #filter-wrapper select{width:25%;height:35px;}
    It's there in all the copies on my home machine.

  5. #65
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    278
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    oh sorry about that. I actually didn't see your reply to the other poster. I was actually responding to your post to me. Hey typos happen , I kinda figured it was something like that anyway ! I am happy this is something that is easy to fix however.

  6. #66
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Is there a way to change the colors on android? I made changes in the css that changed the colors on desktop, but android still the same.

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

    Default Re: Support Thread - Responsive Color Changes for 155

    As I posted in your other thread, your problem may be the cache on your phone. IF you are using our mod and have not left or added some other stylesheet, colors are not defined in any of the stylesheets for phones, tablets, etc.

    Might we have a link?

  8. #68
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by dbltoe View Post
    As I posted in your other thread, your problem may be the cache on your phone. IF you are using our mod and have not left or added some other stylesheet, colors are not defined in any of the stylesheets for phones, tablets, etc.

    Might we have a link?
    I cleared the cache and I also tried my friends tablet with same result and I had never used his tablet before.

  9. #69
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,144
    Plugin Contributions
    11

    Default Re: Support Thread - Responsive Color Changes for 155

    If you can't give us a link, can you mail us your friend's tablet?

  10. #70
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Support Thread - Responsive Color Changes for 155

    Quote Originally Posted by dbltoe View Post
    If you can't give us a link, can you mail us your friend's tablet?
    Thats too funny.

    Link wont help. However I can give you the color css file or whatever file you think could be causing the problem.

 

 
Page 7 of 10 FirstFirst ... 56789 ... 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