How to Create a Magento 2 Theme?

Posted on: Thursday January 25, 2018

Copy of luma theme   The following steps describe how to create New Magento 2 theme from the existing Magento Luma theme and its implementation. Create a new Vendor folder [...]

Read More

Magento 2 icons not showing on frontend

Posted on: Wednesday January 24, 2018

admin backend icon fonts missing   Open up app/etc/di.xml find the path [crayon-6740910ce8d21985803579/] and replace it with [crayon-6740910ce8d25849028141/] Note: Remove entire files and [...]

Read More

Website URL without file extension

Posted on: Monday June 27, 2016

First, verify that the mod_rewrite module is installed. Then, be careful to understand how it works, many people get it backwards. Redirect All Requests To Index.php Using .htaccess  Get characters [...]

Read More