🔥 Just Launched! Werra Premium Template for HyväSee it in Action
If you’re working on a Hyvä theme development project, you may need to add various elements for better product display. One of them is a product slider. A product slider is a visual section containing a group of products in a carousel format. Generally, the products move horizontally in one direction, which allows customers to […]
Hyvä comes with an in-built library of SVG icons known as Heroicons. They’re a lightweight alternative to loading resources from any other third-party library. You can use these SVG icons to make the theme look visually better. In this tutorial, I cover different ways you can use Heroicons in the Hyvä theme. It also includes […]
Are you working on a Hyvä theme project and want to add a popup modal? Follow the simple steps provided in this guide to add a popup modal in the Magento 2 Hyvä theme. Popups are visual elements that appear on top of other elements on the screen, forcing users to focus on the provided […]
Hyvä is a theme for speed, performance, and the best UX for Magento 2. Everything loads buttery smooth. But in some cases, you may be required to show a loader in the Hyvä theme. E.g., submitting a form and waiting for a response from a third-party API. That’s where you can use the Hyvä theme […]
If you’re customizing a Magento theme, Tailwind CSS could be an excellent choice to use. It can help you speed up the development and maintain consistency amongst different elements. In this tutorial, I will show how you can use Tailwind CSS in Magento 2. What is Tailwind CSS? It’s an open-source CSS framework used for […]
Want to get started with a custom Magento 2 theme development? Learn here the step-wise method. Magento 2 is an ideal e-commerce platform for brands looking for high-end customizations. It allows brands to create e-stores that match their visual branding and offer experiences that match their brand values. By default, it offers a Luma theme […]
Adding a row count to the order sales view items table in Magento 2.4 makes it easy for you, as a store owner, to view and manage the orders. By default, these functionalities will not be available in your store, so let us see how you can add them for smooth management. Let’s go step-by-step […]
Facing the “libpng warning: iCCP: known incorrect sRGB profile” error while resizing images? Read this post to find a 100% working solution to resolve it. Recently, I was working on a Magento project, where I wanted to resize images using the Magento 2 CLI command. However, I faced a warning related to iCCP while doing so. […]
Facing the Invalid Form Key error in Magento 2? Read on this blog post till the end to find the possible reasons and solutions. In Magento 2, a form key (also known as a form nonce) is a security feature to prevent Cross-Site Request Forgery (CSRF) attacks, in which a malicious site or software tries […]