The Code You Will Love
Convert HTML to Plain Text without tags in PHP
Posted on: Thursday March 28, 2019
Use for text editor like TinyMce content. Remove html tags from string, best use for META tags. [crayon-6812d9501caf9419563669/] Useful for Meta Tag description [...]
Read MoreInstagram Image in website with link
Posted on: Tuesday March 5, 2019
Get Instagram Images with link in div element or wherever you want, you have to specify use name of Instagram user only [crayon-6812d9501cea1769985300/] [...]
Read MoreMove Element / Div on Scroll – Data Scroll Speed
Posted on: Sunday January 20, 2019
jQuery different scroll speeds on scroll, set different scroll speed to element. data-scroll-speed https://codepen.io/vipulrai/pen/vvoREM HTML: [crayon-6812d9501cf95530265132/] CSS: [...]
Read MoreAuto 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-6812d9501d0d3903717621/] [...]
Read MoreMedia 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 MoreAdd a static image on PHTML page and CMS Blocks : Magento2
Posted on: Tuesday February 27, 2018
image url Syntax is ok for both static block and phtml, But make sure that when you write this code in static block [crayon-6812d9501d7ad977558250/] on front end it looks like [...]
Read MoreMagento2 : How can override vendor/module-catalog to magento default theme?
Posted on: Thursday February 15, 2018
You can override all files from vendor to our theme using below method. Goto vendor\magento\module-catalog\view\frontend Copy all folders and files to [...]
Read MoreError “Cannot read contents from file..” when changing themes from admin panel
Posted on: Thursday January 25, 2018
Please copy the folder [crayon-6812d9501d892105532803/] to [...]
Read MoreHow 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 MoreMagento 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-6812d9501d957241849354/] and replace it with [crayon-6812d9501d95a950364705/] Note: Remove entire files and [...]
Read More