Add jQuery or JavaScript on Magento 2
May 30, 2021
How to use custom jquery / javascript in magento 2 require([‘jquery’, ‘jquery/ui’], function($){ jQuery(document).ready( function() { /ad you JavaScript code here/ }) })
May 30, 2021
How to use custom jquery / javascript in magento 2 require([‘jquery’, ‘jquery/ui’], function($){ jQuery(document).ready( function() { /ad you JavaScript code here/ }) })
March 30, 2021
Backup Magento 2 Store Taking a backup of Magento 2 is quite easy. You need couple of very simple steps to take the whole site… Read More →
Designing a website has evolved from a complex technical challenge requiring extensive coding knowledge into an accessible creative process that anyone can master. In 2026,… Read More →
In the realm of web development, managing text layout is essential for creating readable and structured content. The line break element serves as a fundamental… Read More →
For any online business, visibility is the cornerstone of success. In the vast digital landscape, a sitemap is a fundamental, yet often underestimated, tool that… Read More →
Top free image hosting site list – Imgur Flicker Google Photos Pixabay PhotoBucket 500px ImageShack ImgBB Photobucket pasteboard.co imageupper postimg.cc
…\vendor\magento\framework\View\Element\Template\File\Validator.php Find and add the extra code- protected function isPathInDirectories($path, $directories) { if (!is_array($directories)) { $directories = (array)$directories; } $realPath = $this->fileDriver->getRealPath($path); $realPath = str_replace(‘\\’,… Read More →
January 9, 2021
Xampp Go to Xampp folder and open xampp-contro.exe in Administator mode. Click on Config on MySQL side and open my.ini . Search for “max_allowed_packet” and… Read More →
February 18, 2020
If you have migrated WordPress from place to place, and have faced this problem, which means .htaccess file updated by Wordfence plugin is causing the… Read More →
February 15, 2020
When developing or managing a Magento 2 store, encountering errors is an inevitable part of the process. Among the most common yet initially perplexing messages… Read More →