How to Disable Gutenberg and Keep the Classic Editor in WordPress Install and activate the Classic Editor plugin. Go to the Settings » Writing page… Read More →
Understanding jQuery Integration in Magento 2 Magento 2 has revolutionized eCommerce development by implementing a sophisticated JavaScript framework that leverages jQuery and RequireJS for enhanced… Read More →
Magento 2 jQuery Integration: Step-by-Step Guide to Using jQuery with RequireJS and Widgets
May 12, 2022
jQuery remains a cornerstone for enhancing frontend interactivity in eCommerce platforms, and its seamless integration within Magento 2 empowers developers to build dynamic user experiences… Read More →
Unix zip directory but excluded specific subdirectories Use the following code on terminal zip -r myarchive.zip dir1 -x “dir1/ignoreDir1/” “dir1/ignoreDir2/“
Understanding the Magento 2 SessionHandler::read() Warning Error The SessionHandler::read() warning error is one of the most frequently encountered issues when developers migrate, install, or configure… Read More →
WordPress themes rely on modular template files to maintain flexibility and ease of maintenance, with the header serving as the foundational element that defines a… Read More →
Use the following commants on Magento 2 terminal /www/server/php/74/bin/php -d memory_limit=-1 bin/magento setup:upgrade /www/server/php/74/bin/php -d memory_limit=-1 bin/magento cache:clean /www/server/php/74/bin/php -d memory_limit=-1 bin/magento indexer:reindex /www/server/php/74/bin/php -d… Read More →
Magento 2 is a powerful e-commerce platform used by thousands of businesses worldwide to manage their online stores. However, as with any complex system, issues… Read More →
Understanding what people search for online represents the cornerstone of successful digital marketing strategies. Every day, billions of searches reveal consumer needs, questions, and purchase… Read More →
Install Plesk on Centos VPS server
April 30, 2022
Install operating system in VPS control panel Login with putty root / user / server ip – Change the password if prompted Type nano /etc/yum.repos.d/mariadb.repo on… Read More →