Auto Permalink value in text field

Posted on: Friday September 7, 2018

Auto Permalink value from one text field to another in Jquery. This code will convert Text to url friendly and auto put to another text field. [crayon-671cf2ad15c2f501115105/] [...]

Read More

Media queries for common device Breakpoints

Posted on: Tuesday July 17, 2018

The @media query is 1/3 of the recipe for responsive design. It is the key ingredient that, in it’s simplest form, allows specified CSS to be applied depending on the device and whether it [...]

Read More

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-671cf2ad17dbf302126676/] and replace it with [crayon-671cf2ad17dc9369655790/] Note: Remove entire files and [...]

Read More

Twitter Feed API

Posted on: Monday May 1, 2017

Go to https://apps.twitter.com/ and create App [crayon-671cf2ad18deb548277213/] [...]

Read More