• How to Install phpize in Ubuntu?

    Question: I got an error phpize not found while installing PHP-SSH2 extension on Ubuntu. How to install phpize in Ubuntu? Solution: How to install phpize in Ubuntu phpize is a PHP command that helps to prepare an extension for compilation. It’s basically a shell script that makes an extension ready…

  • Bring back Add to cart button in WooCommerce Category pages

    How to bring back add to cart button to Woocommerce product category page? Well, this was one of the most asked question in various WordPress forums. The problem is WooCommerce does not provide any option to enable or disable ‘Add to Cart’ button in category pages. So the default design…

  • How to Export and Import DNS settings in CloudFlare

    If you ever want to export DNS records of your domain hosted in CloudFlare, then here’s how you can do that. Steps to Export and Import DNS settings in CloudFlare Step 1: Login to CloudFlare account Step 2: Choose the domain by clicking the pull down menu from top left…

  • mysqldump error access denied while using LOCK TABLES [Solved]

    Question: I have been using mysqldump to take a backup of my website. Today the command failed to execute with an error message “Access denied while using LOCK TABLES“. However, I’m able to log in to the database using the same username and password, but  mysqldump command fails for some reason. Can…

  • JSON Decoding Failure WP Migrate Plugin error [Solution]

    I’m a big fan of WP Migrate plugin for WordPress and that’s reason I use this plugin for migrating my client websites. However, the plugin failed in one of my client website while using find and replace feature. Well, the error was related to “JSON Decoding Failure”. Here’s the complete…

  • Display image in Custom Facebook Feed Plugin [Without Pro]

    I have been searching for good plugin to display Facebook feed on my WordPress site. I tried Custom Facebook Feed plugin and it worked great. However, the free version of the plugin had few limitations – it does not support images, videos, events, statuses and like buttons in the feed….

  • Unable to download Premade Layouts in Divi for WordPress [Solution]

    Undoubtedly Divi is one of the most popular page builder for WordPress. I love using Divi for my projects and what I like the most is the premade layouts. Divi allows you to download premade layouts into any WordPress page and customize it to your needs. All you need to…

  • Wordfence reports OpenSSL version too old [Fix]

    Here’s a question from one of our regular reader Manish. He sees notification on WordPress dashboard as “WARNING: Your site is using an OpenSSL version (0.9.8b) that is no longer supported by Wordfence and needs to be updated. We recommend using the newest version of OpenSSL but will currently support OpenSSL…

  • How to Bulk Remove URLs from Google Search Results

    Sometimes you might want to remove URLs from Google search results. To do that, go to Google Webmaster Central > Google Index > Remove URLs. In the Remove URL page, you have to input the URL that you want to remove from search results. It’s that simple. But what if…

  • How to split single file into multiple files based on rows

    Here’s a question from one of our regular reader Anu. She likes to know how to split single file into multiple files based on number of lines or rows. Below is the actual question. I have file with 15000 lines. I would like to know if there is a command…

  • How to Integrate fullPage.js with Divi

    If you ever want to create fullpage designs using Divi, then there are couple of ways – you can either you use Divi’s dot navigation and fullwidth sections or integrate fullPage.js with Divi. Well, this tutorial will explain how to integrate fullPage.js with Divi builder. But why fullpage.js? Because fullpage…

  • Divi Full Page section & scroll to next section with mouse wheel

    Full Page designs are cool isn’t? Well, they look elegant and trendy. In this tutorial I will explain how to create Full Page sections in Divi page builder and scroll to next section with a mouse wheel. The world knows how to create a section in Divi, but those sections…

  • Disable Remote session changing PuTTY window title

    How to change the title of PuTTY window? Well, at first it looked straight forward – via Change Settings > Window > Behaviour and set the window title. But the title is not going to stay forever, because the remote session has the ability to reset the window title. The…

  • What’s WP-VCD malware and How to clean it

    Today, I was alerted by Wordfence plugin about a malicious file on my client’s website. The messages said “File appears to be malicious: functions.php (containing wp-vcd malware)”. I immediately scanned the website to understand more about the issue. Below is the screenshot of the Wordfence report. The report says that…

  • OpenCA error – Too Short Symmetric Keylength [Solution]

    In continuation to our articles on OpenCA, today I got an error “Aborting connection – you are using a too short symmetric keylength()” while accessing RA interface. This tutorial will explain how to fix the same. Solution: Too Short Symmetric Keylength The above error occurs when the symmetric key length specified…

  • Fix OpenCA start error Can’t locate version.pm

    Well, I got an error “install_driver(Pg) failed: Can’t locate version.pm” while starting OpenCA 1.5.1 daemon on CentOS. This tutorial will explain how to fix OpenCA start error Can’t locate version.pm. Before I talk about the solution, have a look at the complete error message. Starting OpenCA daemon: # ./etc/init.d/openca start…

  • Can’t exec make No such file or directory [Fix]

    Error: This tutorial will explain how to fix “Can’t exec make: No such file or directory at /usr/share/perl/5.14/CPAN/Distribution.pm” error while executing a Perl program. Can’t exec “/usr/bin/make”: No such file or directory at > /usr/share/perl/5.14/CPAN/Distribution.p Solution: If you get this error while compiling an application or executing a Perl program,…

  • Can’t exec mysql_config: No such file or directory at Makefile.PL [Fix]

    If you are getting an error “Can’t exec mysql_config: No such file or directory at Makefile.PL”, then here’s how you can solve the error. Before that, have a look at the complete error message: Can’t exec “mysql_config”: No such file or directory at Makefile.PL line 561. Can’t find mysql_config. Use…