By using the Ctrl + , (comma), it’ll open the setting panel of your Visual Studio Code. Click on “Emmet” from the left side and keep the following options checked (true):
1
2
"emmet.triggerExpansionOnTab":true,
"emmet.showSuggestionsAsSnippets":true,
If you are using the latest version of Visual Code. Keep the checkmark for the followings: Emmet: Show Suggestions As Snippets Emmet: Trigger Expansion On Tab
If you have recently updated WordPress to a newer version or installed the fresh setup of WordPress, you may face the issue of the site not working and show the below message instead.
The file wp-config.php already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try installing now.
Follow the below suggestions if it helps you. Personally, the first one is working fine for me.
Option 1:
Open Google Chrome and try to display the website first on the incognito tab. If it works correctly, do clear the browser cache.
Once the page refresh has been completed, the website will appear. You can use the following shortcuts to clear the browser cache. Windows: Ctrl + F5 Mac: CMD + Shift + R
Option 2:
The problem was there because of the following line in your wp-config.php. file. Please remove it and save your file. Note: Please take the backup of your file before do any recommended changes to your files.
If your web application store the current date and time to your database when user fill the data or submit any form, you have to set the timezone to save date and time according to your timezone.
You can set the default timezone in following two ways in php.
1) Change to the php.ini file by the changing the default timezone If you are not aware about to update the php.ini file, please follow the following instructions.
Open your php.ini file with the File Manager in cPanel
Locate and then open your php.ini file for editing.
Add the following line of code to top of your php.ini file
1
date.timezone=Asia/Kolkata
Once you update the php.ini file, please check your phpinfo.php page to verify the change took place. It should looks like below image
If you are at Ahmedabad – the city of Heritage and want to spend some quality time for short duration picnic. Here is the list of best places near Ahmedabad for one day picnic.
In Magento 2 you can remove the Related Items and Cross Sell items from backend manually. But what is the best way when your have large number of products and want to delete related items or cross sell items for all at once?