Make Elementor Columns Clickable Without Plugin
Tired of using plugins that bog down your site to make columns clickable in Elementor? Find out two ways you can make columns clickable with JS and CSS.
Track Elementor Form Submission Tag With Google Tag Manager
Bulletproof Elementor form tracking with GTM
Fix “ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server;” on VS Code
Fixing “‘mysql’ is not recognized as an internal or external command, operable program or batch file” error message on Windows
Step 1, go to Local Disk C: (or wherever you have MySQL downloaded) > Program Files > MySQL > bin. Identify, copy, and paste the path where the bin file is located. Step 2, left click on ‘This PC’ and go to Properties > Advanced System Settings > Environment Variables. Under the System Variables table […]
Check PHP Configuration on WordPress Site
Run phpinfo() diagnostic function by creating test.php and put it in root directory of server. Open file in text editor and include the following… <?php phpinfo(); ?> After saving the file, navigate to http://<server>/test.php in your web browser and you should have a full diagnostic report on your PHP settings.