spree_fancy
spree_fancy copied to clipboard
Wrong layout
spree 2-0-stable spree_fancy 2-0-stable
OS Linux 13.10 Latest FF/Chromium
SHOP
DEVELOPMENT MOD

AND PRODUCTION MOD

UPDATE:
In dev mod it happens after command assets:precompile
@Exoder Title height difference isn't really possible to fix without setting fixed height or adding js for that. Both ways aren't flexible enough for a theme, so the best way to fix your first issue is to set height product title in your own stylesheet that fits for your store.
For the second issue, I'll check it.
@devilcoders, @huoxito guys please help me out here.
In development mod:
And in production mod:
Somehow app uses different css styles for product!
@Exoder it might help if we try to understand why the mark up generated is different between those two environments.
It seems that this deface is only applied in production according to your screenshots https://github.com/spree/spree_fancy/blob/2-0-stable/app/overrides/spree/shared/_products/show_3_products_in_row.deface not really sure though.
@huoxito How can I help?