Windows cannot find ‘C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\Elevation Manager\Adobe Installer.exe’. Make sure you’ve typed the name correctly, then try again
You may receive the following error when trying to install a new Creative Cloud app through the Adobe Creative Cloud desktop app: Windows cannot find 'C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\Elevation Manager\Adobe Installer.exe'. Make sure...
Chrome on Android is missing a Back button (here’s how to fix it)
Many versions ago Google removed Chrome's back button in Android. The work around is to go into Android Chrome's settings (from the 3 vertical dots at top right), then set the Homepage to be: javascript:history.go(-1)
Feeling low on energy? It might be your poor gut health
I was low on energy earlier in 2023 which was cured at the time by iron supplements. I eventually ran out of supplements and was fine for another 3 or 4 months. In September, low energy levels returned. This time, while browsing Facebook, I was shown an ad talking...
The WA Government’s policy on Black Cockatoo preservation
Thinking about black cockatoos, their preservation, and the Western Australian government's policies towards their preservation, the government's efforts to protect the population of black cockatoos have been met with mixed reactions from environmental groups. Some...
How to open WiFi Settings & connect to WiFi
How to open the Start menu in Windows
The Start Window is a central hub that provides quick access to applications, files, and settings in the Windows operating system. While the procedure to open the Start Window differs slightly in each version of Windows, it remains a crucial key to navigating the...
Windows Phone Link – ongoing call – microphone, call forward, keypad, pause tool buttons not working
When making a call through Windows Phone Link the microphone, call forward, keypad, and pause tool buttons may not work. The solution is to: Download the appropriate Windows 11 Installation Media for Windows 11 (select Download under "Create Windows 11 Installation...
When life has no purpose through constant anxiety and depression
I asked ChatGPT if depression can cause a lack of purpose and meaning in life. ChatGPT replied: Yes, depression can significantly impact an individual's sense of purpose and meaning in life. Depression is a mental health condition characterized by persistent feelings...
List of all countries and their states, provinces and territories
If you need a spreadsheet of all countries and their corresponding states, provinces and territories, you can access the sheet here.
Error synchronizing folder [800CCC0E-0-0-560]. Inbox subfolders not downloading
You may receive an error Error synchronizing folder [800CCC0E-0-0-560] when trying to download subfolders into Outlook. In Outlook 2016, right-click on the Inbox folder, select IMAP Folders Click the Query button Hopefully you will see the missing folders of Inbox...
How to make bbPress pages full-width when using Divi
Following some tutorials will produce a 500 internal server error. This post only uses CSS to remove the sidebar from bbPress when using the Divi theme. Simply add the following CSS to your Divi > Theme Options > Custom CSS: .bbpress #sidebar {display: none;}...
How to enable GZIP compression using .htaccess
Add the following to the top of your .htaccess file in the root public folder of your website: <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE...
How to add Google Tag Manager script code into WHMCS
If you try and add the Google Tag Manager script code directly into your header.tpl or head.tpl files, unfortunately, your front end styles will break. To overcome this, wrap your GTM code in a literal: {literal} <!-- script code here --> {/literal} e.g:...
HTTP security for Divi WordPress websites
To improve the security of your website extra headers can be added to your website using .htaccess. If you're using Divi in your WordPress website, add the following to your .htaccess file (at the top). # Server Security <IfModule mod_headers.c> Header set...
How to create a vertical navigation menu in Divi theme builder footer
Add the following to your custom CSS or child theme: .et-l.et-l--footer .et-menu li {display: block;}
How to add hope to your life and why it is important
Benjamin Hardy is inspiring. He also keeps it simple.
React Native CLI error: Failed to install the app. Please accept all necessary Android SDK licenses using Android SDK Manager: “$ANDROID_HOME/tools/bin/sdkmanager –licenses”. Run CLI with –verbose flag for more details.
You need to accept the licenses through the terminal/prompt e.g on linux: cd ~/Library/Android/sdk/tools/bin/ Run the sdkmanager as follows: ./sdkmanager --licenses e.g on Windows: cd /d "%ANDROID_SDK_ROOT%/tools/bin" Run the sdkmanager as follows: sdkmanager...
How can I update NPM to the next version?
How do I update npm? npm install -g npm Please note that this command will remove your current version of npm. Make sure to use sudo npm install -g npm if on a Mac. You can also update all outdated local packages by doing npm update without any arguments, or global...
WampServer Error: ( ! ) Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
You're using WampServer and you may of recently moved your local host website files into OneDrive. You now receive the error: ( ! ) Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 ( ! ) Fatal error: Unknown: Failed opening...
How to make a Divi full width slider full height also
If you're using Elegant Theme's Divi, and you have a full width slider at the top of your page you wish to extend down to the bottom of the view port, at first add a css class name to< that particular slider module, say: my_slider. After that add the following css...
How to find the original source of an image you find on the Internet
Scenario: you see a digital image on Facebook, it might be a great photo, or a digital print of a great piece of artwork you love. You want to find out more about this image. Solution: use Google reverse image lookup. If you're in Facebook, click the image to open it...
Recommended WordPress Plugins
For Website Owners Yoast SEO - Search Engine Optimization BackupWordpress - Automated file and database Backups Wordfence - Security Gravity Forms - Contact Forms W3 Total Cache - Improve the speed of your website using caching For Web Designers MainWP - Manage...
How to enable web push notifications for your WordPress blog
If you visit Product Hunt, you'll be prompted by your browser (if your browser is Chrome, Firefox, Safari, or Android) if you wish to receive notifications from this site: If you click yes, every time Product Hunt release a new blog post, your computer will notify you...
Free alternative to the brilliant “Snag It” for short videos.
You may need to record videos on your screen to show clients how to do stuff or show support staff what is not working properly. One of the best solutions I've found to do this is the software Snag It. The only problem is this piece of handy software costs around...
How to get more out of less
This book validates my personal work experience, where a small number of clients generate the most work and income for me, and I get the most amount of happiness and satisfaction from a smaller amount of personal relationships. There is a way to relax, enjoy life, put...
How to view pictures & photos in Windows 7 Photo Viewer on Windows 10
Windows 10 Photo app is not as user friendly as the original Windows Photo Viewer in Windows 7. Read on for the solution to Windows Photo Viewer being missing in Windows 10.
Keeping an external hard disk drive active
If you're on a Windows PC, you might need to use an external hard disk drive to extend your available disk space, perhaps for photos, movies, images, graphics - your work. You might find that the external HDD works fine when you start Windows, but after an hour or so,...