Entries by admin

How to enable maintenance mode in Magento

This article describes how to enable maintenance mode in Magento. When Magento is in maintenance mode, visitors see a Service Temporarily Unavailable message in their web browsers instead of the store. However, authorized IP addresses can still view the store normally. This feature allows you to develop and test your store before it goes “live,” or do […]

Know android codes for mobile device

Android codes for mobile device 1- For IMEI NUMBER : *#06# 2- for Ram *#*#3264#*#* 3- Phone service menu *#0*# 4- Battery Status *#0228# 5- phone service mode *#9090# 6- Battery use or device related information *#*#4636#*#* 7- Camera related inforamtion *#*#34971539#*#* 8 – Software/Hardware information *#12580*369#

Fix 404 error in WordPress category / tag page

Fix 404 error in WordPress category / tag page Sometimes, especially after switching themes, WordPress will generate 404 errors on the category and tag pages. There might be multiple reasons – and also multiple solutions – to this, here is simple solution and it will fix the issue Go to your WordPress backend, click Settings, […]

Fix wordpress post 404 error

WordPress is fantastic CMS. Most of the world love it feature and flexibility. I am always try to recommend my clients to use this. Sometimes wordpress users face common problems and one of them in posts 404 error. Today we will learn how we can fix this issue. This is the simple setting we can […]

Redirect all url to https

Redirect all url to https If you have a secure certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected. Using the following code in your .htaccess file automatically redirects visitors to the HTTPS version of your site: RewriteEngine On RewriteCond %{HTTPS} […]

How To Create WordPress Shortcodes

WordPress introduced the shortcode API in version 2.5. Shortcodes are now used by a large number of WordPress plugins to allow users to add content to their posts and pages. All of us have probably used them at one time or another. They usually come bundled with plugins, or even themes, and what they do […]

Magento 500 internal server error

Magento 500 internal server error A 500 Internal Server Error in Magento can be frustrating, as it disrupts your store’s functionality and can impact sales. This error often stems from incorrect file permissions, memory limits, corrupted .htaccess files, or issues with third-party extensions. To resolve it, start by checking the error logs (var/log and var/report) […]

Settings defined in website scopes are ignored in magento2

Today I will show you how you can fix the Settings defined in website scopes are ignored. This is a core bug in 2.1.3 – https://github.com/magento/magento2/issues/7943 The change you need to make is to vendor/magento/module-store/Model/Config/Processor/Fallback.php Change this /** * Retrieve Website Config * * @param array $websites * @param int $id * @return array */ […]

Redmi mobile suddenly not starting

Some people like me may get the issue of Redmi mobiles suddenly switched off and not booting. That’s really very irritating. In the mobile age I think no one can live without…. 🙂 So I tried to find the issue. First I tried to use another charger and no luck!! Whole day my mobile was […]