kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

POS screen error #109

Closed csloth2 closed 8 years ago

csloth2 commented 8 years ago

Hi

The POS screen suddenly is not working today. No products are showing up and I can't search and process transactions.

I've attached screen shots. Image 1 is when the page first load in Chrome. Image 2 is when I try scrolling. I tried switching to Explorer and it was even worse - only a blank screen.

pos screen error 2

csloth2 commented 8 years ago

Found your answer over at WP support... https://wordpress.org/support/topic/products-not-loading-into-pos-in-google-chrome

I switched to Firefox and it's working again. Hopefully you'll have it compatible with Chrome soon. Thanks!

thomastrant commented 8 years ago

Yesssss, i have this problem too. thank you.

On Wed, Oct 21, 2015 at 3:18 AM, csloth2 notifications@github.com wrote:

Found your answer over at WP support...

https://wordpress.org/support/topic/products-not-loading-into-pos-in-google-chrome

I switched to Firefox and it's working again. Hopefully you'll have it compatible with Chrome soon. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/kilbot/WooCommerce-POS/issues/109#issuecomment-149690408 .

Best regards --Contact me via: Phone: [Vina] 0947 385 363 or [Mobi] 0904 79 66 89 Yahoo: Stalker.0207 / Skype: ThomasTranT Website: www.stalker.vn

manthano commented 8 years ago

If you add this bit of CSS you can at least see the products in Chrome (column widths are not correct though)

li.simple {
    flex-direction: inherit !important;
}

It overwrites flex-direction: column; for the lists.

csloth2 commented 8 years ago

Firefox problem

I miss Chrome :(

BurlesonBrad commented 8 years ago

Can anyone post what version of Chrome they are using? And/or, Can anyone load up some screenshots using Google Canary?

kilbot commented 8 years ago

Hi @BurlesonBrad, the issue affects Chrome 46+ ... a new release is coming with rewritten stylesheets which fixes the issue and improves performance.

gepd commented 8 years ago

Hi, I've found a temporary solution:

you can download the file and replace in "woocommerce-pos\assets\css" https://dl.dropboxusercontent.com/u/11900552/pos.min.css

I've added: display: inline-table;

after: .loading, .module, .module .list ul, .module .list ul li.sub-heading h5, .module .list-totals ul, .module .list>div.infinite-list { width: 100%;

kilbot commented 8 years ago

Hi all, a fix has just been released to wordpress.org, thanks for your patience!

csloth2 commented 8 years ago

Thanks for fixing it! :)