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 →
MYSQL SERVER HAS GONE AWAY | Windows Xampp Mysql
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 →
How to fix the WordFence wordfence-waf.php problem
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 →
How to Fix “Exception Printing is Disabled” in Magento 2: A Complete Security & Debugging Guide
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 →
css not loading after Magento 2 installation
February 15, 2020
To fix css not loading after Magento 2 installation use the following code on terminal – sudo a2enmod rewrite sudo service apache2 restart
add EventListener basic Javascript
January 20, 2020
add EventListener < span id=”elem”>Hello! < script > elem.addEventListener(‘click’,function(){ alert(‘hello’); }); </ script >
How to style SVG element?
January 18, 2020
<svg id=”svg” viewBox=”0 0 100 100″ xmlns=”http://www.w3.org/2000/svg”> <g id=”g”> <circle cx=”50″ cy=”50″ r=”25″ /> <circle cx=”60″ cy=”60″ r=”25″ /> </g> </svg> <style type=”text/css”> #svg{width: 500px;height:… Read More →
How to Create Custom Blinking Notifications in JavaScript: A Comprehensive Step-by-Step Guide
January 2, 2020
In the dynamic world of web development, providing timely feedback to users enhances engagement and improves usability. Notifications serve as an effective way to alert… Read More →