How to solve “Error: MySQL shutdown unexpectedly”? (XAMPP issue)

The issue happens for me while I started to open MySQL in XAMP and it is opening but suddenly shuting down .  The problem might not be related to wordpress but the files in the xampp folder.  Re arranging the files make the database disappear so I have to start implement this from scratch.I don’t… Continue reading How to solve “Error: MySQL shutdown unexpectedly”? (XAMPP issue)

How to Implement Godaddy SSL on Apache Server?

How SSL/TLS Secures Communication Over the Internet SSL (Secure Sockets Layer) is a protocol used to secure communication between a client and a server over the Internet. Here’s how SSL works: The SSL/TLS handshake: The client and server establish a secure connection by performing a handshake. During the handshake, they agree on a protocol version,… Continue reading How to Implement Godaddy SSL on Apache Server?

Advantages of WooCommerce Compared to other shop systems available on the market.

WooCommerce is the leading and free eCommerce shop system for the WordPress universe. With a single click, this plugin turns your WordPress blog into a fully equipped online shop. WooCommerce stands out above all through its simplicity and versatility. Compared to other shop systems available on the market, WooCommerce has the following advantages: A high scalability and… Continue reading Advantages of WooCommerce Compared to other shop systems available on the market.

Published
Categorized as Wordpress

How to do these follwing things using CSS

How to change the dropdown arrow icon of select box using background image in css? 2. How to change the placeholder color in firefox browser? 3. How to reduce the column width(which is display flex column) in css?

Published
Categorized as Wordpress

How to export WordPress posts to Microsoft Excel

First, navigate to Tools › Export and choose the type of data that you want to export. Data is divided into various article types by WordPress, including posts, pages, WooCommerce products, and real estate properties. By choosing it here, you can export any custom post category or taxonomy. Go to Microsoft Excel > Blank Workbook… Continue reading How to export WordPress posts to Microsoft Excel

Change the display block : none to block and vice versa.

While designing a web page especially the header it is important to know to change the content to none to block and vice versa by using Java Script. It will be very helpful when we develop a responsive NavBar. The java script code used for this is as follows:- function toggleFunction() {       … Continue reading Change the display block : none to block and vice versa.