Sometimes you upload an image in WordPress/WooCommerce and it just doesn’t show up like you intended it. Sometimes they don’t align. Sometimes they don’t fit the placeholder. Sometimes the image just doesn’t show. And sometimes, the image gets … [Read more...]
How to Move the Navigation Menu Outside of Header for Storefront
Here’s another tweak that you can do on the Storefront theme. If you want to move the main navigation/menu below or outside the header, you just need a few lines of code. There is no need to create a new header.php file on your child theme. … [Read more...]
How to Remove Horizontal Line under Page Title in Storefront Theme
Updated 18/2/16 due to Theme Update For one reason or another, you might find that you’d like to remove that horizontal line just below the page title in Storefront theme. The horizontal line becomes prominent when you don’t have a title for your … [Read more...]
How to Rename Primary Menu in Mobile View for Storefront Theme
Updated 18/2/16 : Storefront Theme was updated. Adding a filter hook to rename the navigation. If you have donned the Storefront Theme by WooThemes and tested the mobile view, you might have noticed that your main navigation/menu turns into a … [Read more...]
How to Change Checkout Form Heading in WooCommerce
Here’s a neat trick if, for some reason, you want to change the checkout form heading in WooCommerce. By default, the heading is named “Billing Details” and you can change this to whatever you want in just a few steps. First off, you’ll need … [Read more...]
How to Backup Your WordPress Site
For every website owner, there will always come a time when your website will go down. Often, this could be because of a downtime on your hosting service, but sometimes it’s because of some other reason. Maybe your website has been compromised or you … [Read more...]
How to Speed Up Your Website by Cleaning Your Database
You might have read a few, or maybe a ton of articles about optimizing your website page load speeds. You might already know a few strategies like optimizing images, caching and minification, and getting a CDN. But here’s another strategy that is … [Read more...]
Improve Website Page Load Speed by Optimizing Images for Web
Optimizing images on your website whether it’s an e-commerce store, a blog, or both is one of the most important things thing that you can do to improve its performance. And it shouldn’t be a complex task really. Sure, high-res images look great but … [Read more...]
How to Speed Up Your E-commerce Site through Caching and Minification
How fast your website loads affects your conversion rate and ultimately, your revenue. If it takes 12 seconds to load up your website, that’s just a little too long and many potential clients could be annoyed and just click on the close button; go … [Read more...]
How to Set Up a Static Page as Your Home Page in a WordPress Site
If you are creating an e-commerce store, chances are you’ll want a static page as your home page and not a blog or posts page which is the default home page for many WordPress themes. We’ll cover how you can do this in this article. Before we dive … [Read more...]