Introduction: Page numbering is a crucial element when it comes to creating professional documents in Microsoft Word. Whether you’re working on a report, a thesis, or any other document, adding page numbers helps maintain order and facilitates easy navigation. In … Read the rest
Category: Categories
How to solve critical error after updating to PHP 7 or above – WordPress solution

This can be caused by a faulty plug-in.
1. Go back to a php version that the website works.
2. Then in WordPress de-activate all the plugins via Dashboard->Plugins menu button on the left.
3. In case you are unable … Read the rest
Windows 10 blocking site proxy http://http=127.0.0.1 port 8082 how to remove
Proxy http://http=127.0.0.1
port 8082 keep manually turnin on.
Possible cause: proxy set by software Video Downloader Ultimate
This is a plugin for chrome and firefox.
Solution: you can manually turn of the proxy.
Or uninstall the software.
In Windows 10, … Read the rest
How to disable featured image in post WordPress twenty sixteen and fifteen theme
If you want to disable featured image in post or page you can paste the code below in ‘custom CSS code’
.single-post .attachment-post-thumbnail {
display: none;
}
.post.has-post-thumbnail {
padding-top: 4%;
}
We have checked this with WordPress Twenty Sixteen … Read the rest
How to disable subtitle default in VLC media player
You can disable, turn off VLC media player from starting subtitle automatically.
- In VLC media player go to preference
- Choose Subtitle/OSD
- Type ‘none’ in the Preferred subtitle language

How to install add skin to VLC media player
- First place the ‘.vlt’ skin file in the VLC media player skin folder file \VideoLAN\VLC\skins
To find your VLC install location, view by the properties of your VLC media player shortcut, This will show the install location.
For example: c:\Program
How to fix: hresult: 0x80040201 virtual router manager error
Windows window showing error: hresult: 0x80040201

Common cause: network adapter is not shared to wifi adapter.
Solution: Share your lan network and set your wifi adapter as target.
– Use windows + X key to open Power user menu.
– … Read the rest
How to combine multiple text .txt files into one – In Windows
Step 1. place all the text .txt files in one folder
Now we can use the Windows CMD/ command prompt to combine the different text files into one.
To do this we must go to the folder where the files … Read the rest