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…
Category: Wordpress
WordPress – How to use Custom Fields
If you are like me who gets confuse on how to use the Custom Fields, then this is for you. This is very useful if you know how to use it. You can create and add your own meta data on a page or a post using. In my case, I have a template that shows the archive post like…
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…
Woocommerce: Remove additional information tab on product page
For quick and easy e-commerce website, I always go to Woocommerce. Sometimes, I just install, do the initial set up, add the products, set up the shipping and payment and I am good to go. I don’t even usually edit my Woocommerce template to look better, I usually just go for the defaults. The defaults are okay, they will get…
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,…
Customizing Gravity Form’s Validation Error Message
When the user did not put anything on a required field on a Gravity Forms form, they will get the standard validation error from the plugin: “There was a problem with your submission. Errors have been highlighted below.” Most would want to customize this message to their own liking. To do this, we need to add a filter code on…
WordPress – Hiding the Menu Bar on Specific Pages and Posts
There are times that I get weird requests from clients, like this one. One of my clients ask me to create a page that doesn’t have a menu bar. He wants it gone only in one specific page. Good thing we can achieve that with a simple CSS code. So what you need is get the unique ID of your…
Woocommerce – Autocomplete Status on all Orders
If you are using Woocommerce and is selling virtual and downloadable products on your website, you might have noticed that the products won’t be available upon order if you are using since initially they are being marked as Processing or Pending Payment after checkout. The products sold would only be available when they are marked as “Completed”, so here’s a…
WordPress – Disabling automatic update email notification
Being the world’s current most used content management system, the good guys at WordPress doesn’t stop improving the system, we get new updates and fixes around 10 to 20 times a year. They were amazing but one thing that I find annoying is that I always get an email notification that my WordPress site has been automatically updated. For someone…
Stock Videos: Web Quality
I am currently working on a website that sells aerial stock photos and videos and the files can get up to 2GB in size for a 20-second video. All the videos are 4K so they are really big. We host these big video files thru Amazon S3 so that’s okay. But the website needs to host the preview images and…