Divi theme is a great theme for people who aren’t tech-savvy. The Divi Gallery Module is a module where you can create galleries with a slideshow effect. If you have many images in one or more galleries on a page, that page will have a lot of images that load without being seen. In this tutorial, I’ll show you how to optimize the Divi Gallery Module with a few code snippets.
Category: Plugins
Display Members in BuddyPress by Roles
In a recent project, I had to create a custom BuddyPress member list. I had to display members by their membership. So, I wanted to write a simple tutorial in which I’ll show you how to display members by their roles. In this article, you’ll learn how to create a custom member tab and how to filter only the users we want.
Using the WordPress Shortcode to Restrict the Content
Restricting content is pretty popular when it comes to membership sites. With a WordPress shortcode, we can restrict access to the content. We don’t have to restrict access to the whole site, we can just restrict one part of the content. In this tutorial, we will create a WordPress shortcode that will do just that.
How to Extend Non Extensible Plugins
When working on various solutions that are based on WordPress, you will most certainly need to extend some part of a plugin. But what if that plugin is not really extensible? How should we solve that?
How to add Custom Data to Cart in EDD
Easy Digital Downloads is a great eCommerce plugin for anyone who wants to sell any digital or downloadable goods. When creating custom solutions with EDD, you will probably have to add some custom data to the cart. In this tutorial, you’ll learn that.