Re: Support Thread - Responsive Color Changes for 155
Quote:
Originally Posted by
idtags
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
Quote:
/* /* a link tags and their colors */ */
which should be
Quote:
/* 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
Quote:
.centerBoxContentsNew {color:#006699;1.0;}
.list-price {color:#006699;1.0;}
which should be
Quote:
.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.:yes:
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 !
1 Attachment(s)
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.Attachment 17801
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. :blush:
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.
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.
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?
Re: Support Thread - Responsive Color Changes for 155
Quote:
Originally Posted by
dbltoe
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.
Re: Support Thread - Responsive Color Changes for 155
If you can't give us a link, can you mail us your friend's tablet?:P
Re: Support Thread - Responsive Color Changes for 155
Quote:
Originally Posted by
dbltoe
If you can't give us a link, can you mail us your friend's tablet?:P
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.