Image Store: how to resize the lightbox image
One of the most asked question we receive on setting up Image Store is, how to resize the ligthbox image? so here are the steps in how to do it. First we have to change your image preview size. Go to image store > settings > Image > Image preview size. change the width and height (quality is optional ). Be […]
How to rollback a WordPress update
So, you just updated WordPress to the coolest, latest version; but you can’t access your website, the site is not working properly, or maybe there are errors showing throughout the website. For the most part, these are issues are caused by a theme or plugin that has not been updated to work with the latest WordPress […]
Download large files avoiding out of memory errors
Recently, I was working on a site for one of my customers and I was asked to fix an issue they had uploading and downloading large image files ( 9M+ ). The issue The customer has a shopping cart that allows the user to download ZIP files of the items purchased. User can add as many products as […]
WordPress Security tips: Avoid getting your site hacked
Here is a check list for your next WordPress installation to improve the changes of the site begin hacked. Change your database prefix “wp_” Don’t use the username “admin” Use a strong password 8+ characters symbols letters and numbers Change the wp_settings.php file permissions to 0644 Whenever possible move the wp_settings.php file one directory up. Install the Login LockDown […]