Why some Corvid code not working with Safari, Firefox, and IE11

Anybody know why some of the Wix Corvid code are not compatible with Safari, Firefox, and Internet Explorer 11 (even though IE11 will be deprecated on August 17, 2021)? It works with Chrome and Edge.

The sample page includes the 2 issues mentioned below.

https://www.deviousdesigns.ca/products/blanket-template1/blanket-home-paw-print

Issue #1
Under the description title, the text should be of color white. Since the My Store Products has it in black, I used Corvid to modify the .html from black to white. It works great in preview and in Chrome and Edge. I know I can change the color to white in the My Store Products and the issue is solved, but I’m still curious as to why this transformation doesn’t work in certain browsers.

Issue #2
In the My Store Products, the database already transforms the prices to C$ 34.99, but I prefer $ 34.99 CAD. I used Corvid to format the price (Number) and add those characters before and after the price (Number). Works great in preview, Chrome and Edge.

Any help/guidance would be greatly appreciated.

Thank you :slight_smile:

Hello Felecia ,

I think this has to do with apple’s design and not wix code

For example if you disable a text input or text box, on android, it looks exactly as you expect but on apple it becomes less visible and tend to look lighter than the original color…

So I recommend checking on android or non-apple devices (computer, tablet, mobile phones etc…) to see if it’s from wix or from the device’s design

DJ bon26

check which JS code u are using, and once you know which code is not workling properly, you gotta check that function compability with the browsers. Search online and you will find a table like the following:

After that, you will have to change your code with other funcionalities that are more wider support by browsers