Other, Wordpress

WordPress Hosting Solution

If you are like me, I am always on the hunt for a reliable, secured but affordable hosting solution. Ever since I tried Kinsta hosting solutions in one of my recent projects, I have been recommending it to other clients who are looking for cheap and reliable hosting solutions. First of all, let me just say, Kinsta is amazing. Their…

Continue Reading

Wordpress

Fatal Error on Revolution Slider After PHP 7 Upgrade

A lot of users have experience getting errors on their Revolution Slider plugin after updating to PHP 7. Mine was the Uncaught Error: [] operator not supported for strings in /../plugins/revslider/inc_php/framework/base_admin.class.php:72 Stack trace: #0 I can’t access the backend once PHP7 has been enabled with the Revolution Slider plugin active. Once deactivated, I was able to login on the backend…

Continue Reading

CSS, Wordpress

Gravity Forms – Footer White Space

The other day, I created a new form on a website that I was working on, I have been using Gravity Forms for years and I have never experience that upon embedding the form, a big white space right below the form is showing up. And when you look at the code you will a <br> codes being generated Apparently,…

Continue Reading

GIT

Git — Creating a new branch on your local repo

This post is assuming that you already have an installed repo on your local machine. Please note that I am using GIT Bash as my application. So we start by going to the directory where your repo is installed, we do that by using the command: $ cd C:User/path/to/my/local/repo To make sure you have the latest commit on your local…

Continue Reading

Opencart, PHP

Opencart 2.2.x – Can’t login to admin dashboard after installing SSL/HTTPS

Enabling SSL on the Opencart system is very easy, however, sometimes we tend to forget the basics. Recently, I’ve had a new SSL Certificate installed for one of my existing Opencart websites. I did the basic changes on the config file in the root and admin folders. I changes all the “http” instances to “https” <?php // HTTP define(‘HTTP_SERVER’, ‘https://mydomain.com/admin/’);…

Continue Reading