Web Development

Disable Gutenberg editor WordPress 5

Disable Gutenberg editor WordPress 5

 February 28, 2019

This function will disable Gutenberg editor on Wordpress 5 and will use native wordpress WYSIWYG editor.

Disable Specific Plugin Updates WordPress

Disable Specific Plugin Updates WordPress

 February 27, 2019

This function will stop plugin update notification on WordPress.

$.widget is not a function Magento 2 fix

$.widget is not a function Magento 2 fix

 February 27, 2019

This issue is caused by multiple jquery instance, to fix it, just use the code below : 1. ADD : app/design/frontend/{Vendor}/{Theme}/requirejs-config.js 2. COPY lib/web/requirejs/require.js TO app/design/frontend/{Vendor}/{Theme}/web/requirejs/require.js 3. Line #1841 – 1885, change to : 4. Clear all caches, deploy static content. If this changes worked with you, please leave a comment 🙂

Center Image vertically and horizontally inside div

Center Image vertically and horizontally inside div

 February 21, 2019

This code will render each images consistently within bootstrap grid HTML CSS

Get directory location on Magento 2

Get directory location on Magento 2

 January 4, 2019

Logging output on Magento 2

Logging output on Magento 2

 January 4, 2019

Result can be found on : var/log/module_debug.log

Base table or view not found Fix for Magento 1  Responsive Admin Template By CMSmart

Base table or view not found Fix for Magento 1 Responsive Admin Template By CMSmart

 August 28, 2018

Plugin Link : https://cmsmart.net/magento-themes/magento-responsive-admin-template Issue : Error in admin dashboard after installation SQLSTATE[42S02]: Base table or view not found: 1146 Table Fix Go to app/design/adminhtml/default/admintheme/template/dashboard/index.phtml Paste below code, line number 215

Override Magento 1 Controller Function (AccountController.php)

Override Magento 1 Controller Function (AccountController.php)

 August 3, 2018

Override Magento 1 Controller Function (AccountController.php) 1. Make a module file. app/etc/modules/Vendor_Module.xml 2. Make a module configuration file app/code/local/Vendor/Module/etc/config.xml 3. Create the file controller app/code/local/Vendor/Module/controllers/AccountController.php

Add a custom meta on products for Woocommerce

Add a custom meta on products for Woocommerce

 July 25, 2018

This function will add a custom meta for items in WooCommerce.

Remove auto add of p tag on specific template in WordPress

Remove auto add of p tag on specific template in WordPress

 July 19, 2018

This function will remove the auto adding of “<p>” tag on specific page template for wordpress.

1 2