Hello, I hope someone can help me with this as I haven’t found a thread talking about this issue!
When I open my website, I see a huge black check mark on the screen and it lasts for about a second before content loads, the store is set on DAWN 2.0 and the website is fast enough, but I do not understand why I see this check mark.
I have been experiencing this too. I thought it was just an error but now 2 of my stores have that big check mark. I even tried to open it on different browsers and devices. Still the same.
Same problem here. When I load the page (even if logged out or anyone else loads it) a giant black check mark shows briefly on the screen. It’s huge and extremely bad looking. This is with the Dawn theme by Shopify.
Edit: I was able to stop loading the page just in time and grab the HTML
##
Item added to your cart
Updated Edit: OK I was able to kill this by going to Themes >> Edit Code. Then at the top just use the search field to search for “checkmark” and it should bring up the “icon-checkmark.liquid” file. If it doesn’t, try going to Snippets >> icon-checkmark.liquid. Then open the file, and I didn’t delete it as I don’t know what other files might depend on it. I would suggest not deleting it. I simply turned off the code by wrapping it in HTML comment code, like this:
Notice the at the first and last lines. Those are the wrappers to turn “off” the code. It seems to have solved the problem. Save the code changes and you’re done. Good luck!
In theory, the page should load faster as now it’s one less item/image to load to the page. Although, again not sure if there are some dependencies that check and are delayed. Honestly I don’t think the page load should change +/- in any way with this as it’s such a minor change.
Did you resolve your issue with the OP’s suggestion, I didn’t notice a checkmark when I clicked your link. I am actually dealing with Shopify support on the issue now, so any more data on the matter I can collect is good. - Thanks!
Are you still using your “fix”? I am actually dealing with Shopify support on the issue now, so any more data on the matter I can collect is good. I had the checkmark last week, this week, it is just a gray flicker, the flicker did not go away when I implemented your suggestion, but I did have it, I got a screen grab from a recording in slow motion because mine was super fast flash then gone - Thanks!
Go to edit code and find this ----> cart-notification.liquid
You have to relocate/move the style tag shown below in the pictures:
Move it right above
I read on github from user ComicDansMS that The style tag sits after the liquid block instead of before it, which causes the element to be rendered before the style is loaded.
see pictures for before and after for proper placing of code.
Hello, did Shopify ever give you an explanation? We are using the Dawn version 15.2.0 theme and are STILL seeing the checkmark. @Shopify_77 Will version .3 fix this finally?