Making pixel-perfect layouts on mobile is hard. Even though React Native makes it easier than its native counterparts, it still requires a lot of work to get a mobile app to perfection. In this tutorial, we’ll be cloning the most famous dating app, Tinder. We’ll then learn about a UI […]
Daily Archives: October 2, 2019
We are running Magento 2 for quite some time now and all was fine for a long time. Some time ago (we can’t really pinpoint when this happened) all the thumbnails on the product page went blurry. It seems like the images are resized incorrectly and stretched a lot to […]
I am new to Magento 2 and I am wondering why discount attribute is not visible in the store -> Attribute set -> Default -> Groups. I checked that the discount attribute is present in the Database. What can I do? How can I show it also on the frontend? […]
I know it may be asked before that for Magento 1 and I remember that I had this problem and fixed it by below config in php.ini session.gc_probability = 1 session.gc_divisor = 1000 session.gc_maxlifetime = 1440 after many times I am facing a similar issue. I change session config like […]