How to switch windows of the application in Ubuntu
November 23, 2019
Switch windows of the application in Ubuntu Alt+Tab Windows Kye+Tab
November 23, 2019
Switch windows of the application in Ubuntu Alt+Tab Windows Kye+Tab
November 23, 2019
install kmplayer sudo apt-get install kmplayer
November 23, 2019
Upgrading an Ubuntu system is usually a straightforward process, but when things go wrong, they can go very wrong. One of the most common and… Read More →
November 15, 2019
On the terminal use the following code – echo -en “\e[?25h”
October 22, 2019
To select all elements with the same class except a particular one using jQuery, you can use the not method in combination with the class… Read More →
August 27, 2019
:nth-child Select the first list item li:nth-child(1) { } Selects the second element in a list li:nth-child(2) { color: lime; } Selects every fourth element… Read More →
hover menu toggle with jQuery Go to the link and download superfish. Get the “superfish.min.js” from the “dist/js” folder https://superfish.joelbirch.design/ And also create another file… Read More →
August 18, 2019
Go to Admin > Stores > Configuration > Advance > Admin > Security Set “Admin Account Sharing” to Yes
Run the following code to fix the issue.. sudo -u www-data php bin/magento setup:di:compile
August 15, 2019
For an eCommerce store running on Magento 2, the checkout page is the culmination of the customer journey. A smooth, functional checkout process is critical… Read More →