Run Following Command via terminal ———————————– php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush php bin/magento setup:di:compile chmod -R 777 var chmod -R 777 pub/static chmod -R 777 generated bin/magento module:enable –all php -f bin/magento setup:upgrade php -f bin/magento cache:flush php -f bin/magento indexer:reindex
Author: Vijay Krishna
How to Bulk rename all files in a folder without parentheses in windows ?
Today, I am going to show you how to Bulk rename all the files in a folder without parentheses in windows? What are parentheses? A word or phrase inserted as an explanation for example, in writing usually marked off by brackets, dashes, or commas. Consider your having a folder with 50 images with example name (Imgsaosioiom56562b262b2.jpg) And you […]
How to change your Router’s Wi‑Fi password?
1. Open your browser to the configuration page of your router: You can access your router’s configuration page through your web browser on your computer connected to your network. If you can’t connect top the Wi-Fi because you don’t know the password, you can use an Ethernet cable to connect your computer directly to the […]
How to use MailChimp to send WordPress blog posts by email?
Using MailChimp to send WordPress blog posts by email involves integrating your WordPress website with MailChimp and setting up an automation campaign. Here are the general steps: 1. Create a MailChimp Account: If you don’t have a MailChimp account, sign up for one at MailChimp’s website. 2. Install MailChimp for WordPress Plugin: In your WordPress […]
WordPress Speed Optimization: Beating The New Google PageSpeed Insights
Beyond being a thorn in the side of many a WordPress webmaster, Google’s PageSpeed Insights tool is also one of the most well-known tools for WordPress speed optimization. This free tool accepts your site’s URL and spits back two scores that indicate how optimized your site is for mobile and desktop visitors. These scores are no longer […]
How to Livestream on Multiple Social Media Platforms Simultaneously?
f you are a brand planning an event to reach out to the target market, do not miss out broadcasting it on social media. Multiple Live streaming on social media platforms is the main key to successful branding and extensively reaching out to customers. Insights suggest that videos play an impactful role in capturing market attention […]
How to use the Emergency Password Reset Script in WordPress?
Use this Script with great CARE! Using the Emergency Password Reset Script If the other solutions listed above won’t work, then try the Emergency Password Reset Script. It is not a Plugin. It is a PHP script. Warnings Requires you know the administrator username. It updates the administrator password and sends an email to the […]
How to create combine image and URL Sitemap 2021?
Sitemap.xml format 2021 Today iam going to show you how to create perfect sitemap for your websites which includes images. <urlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:image=”http://www.google.com/schemas/sitemap-image/1.1″ xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd”> <url> <loc>https://harbor.tutorialslides.com/</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>1.00</priority> </url> <url> <loc>https://harbor.tutorialslides.com/index.html</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://harbor.tutorialslides.com/work.html</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://harbor.tutorialslides.com/what-we-do.html</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://harbor.tutorialslides.com/about.html</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://harbor.tutorialslides.com/gallery.html</loc> <lastmod>2020-01-04T10:12:23+00:00</lastmod> <priority>0.80</priority> […]
How to get Google Pay Diwali Offer – Collect 5 Stamps Get Rs.251 In Bank Also Win Upto Rs.1 Lakh
Google Pay Diwali Offer – Like Google Pay Cricket Offer, Google pay is again back for this festive season. Now You can scan any Diwali Item like Diya, FLower, Lantern, Rangoli etc and Collect all the stamps to win Rs.251 Cashback. The hardest part is to get flower and rangoli Let us start with a flower […]
How to install and create simple API using Flask Python 3.7 in windows 2020?
Previously I have shown you how to install and create hello world application using Python 3.7 in windows 2024?  Please read this article if you are new to python. Today, I am going to show you how to get into the world of python and also how to create a simple API’s Using one of the best […]