by SRD | Nov 19, 2020 | Web Development
Add the following to your custom CSS or child theme: .et-l.et-l–footer .et-menu li {display: block;} by SRD | Nov 14, 2020 | Uncategorized
Benjamin Hardy is inspiring. He also keeps it simple. by SRD | Aug 14, 2020 | Mobile Development
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:... by SRD | Aug 2, 2020 | Web Development
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... by SRD | Dec 2, 2019 | Web Development
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...