cancel
Showing results for 
Search instead for 
Did you mean: 

Strange mobile css bug, orange box by shopping cart on new install Magento 2

Strange mobile css bug, orange box by shopping cart on new install Magento 2

Hi all!

 

We recently installed Magento 2 on a server running Apache/2.4.18 and php7; after some wrestling with php.ini limits and permissions, as well as group access issues, we finally got it installed using the composer. Recompiled all libraries, double-checked permissions, etc, after installing sample data. 

 

However, we are running into two strange problems:

 

1. A little orange box remains next to the shopping cart icon

 

2. on the mobile version, the content blocks appear to break the css, which at first load properly but then appear to be displaced by another css that loads after the fact.

 

I have seen the same issue on a number of demo stores. Please see:

http://neogrow.unr.com

http://magento2demo.firebearstudio.com/

and finally on our page: http://growcomponentes.com/tienda

 

Anyone seen this before? Or any ideas what could be causing this? I see I am not the only one, yet have found nothing else on it on the interwebz. I am attaching screenshots as well.

 

No console errors in the dev mode in chrome, very strange indeed. 

 

Thanks in advance!

 

Orange box next to cart icon, mobile css error

2 REPLIES 2

Re: Strange mobile css bug, orange box by shopping cart on new install Magento 2

For reference I am posting a screenshot of the CORRECT way the mobile page and shopping cart icon area should look:

 Also, a working and correct demo: http://magento2.demo.ubertheme.com/  

 

CORRECT mobile css on magento 2 demo

Re: Strange mobile css bug, orange box by shopping cart on new install Magento 2

The orange box is definitely a bug, and, I suppose, it is already fixed in the develop branch, because the related code has been changed:

 

https://github.com/magento/magento2/blob/2.0.2/app/code/Magento/Checkout/view/frontend/web/template/...

 

https://github.com/magento/magento2/blob/487f5f45/app/code/Magento/Checkout/view/frontend/web/templa...