When working on WordPress Plugins that are going to be used by others, you may want to enable other developers to create their WordPress extensions for your plugin. That will make your plugin grow even more.
Category: JavaScript
Extending Elementor: Custom Button Field & Skin
Elementor is a great Page Builder for WordPress sites. It is really developer friendly and that is why I have decided to give it a try and use it for a client of mine. In this tutorial, I will show you how to add a custom button field and a skin.
How to create a Repeater Field with wp.template()
Learn how to create repeater fields for your WordPress settings pages with wp.template(). That is a WordPress Underscore.js JavaScript method for getting an HTML template and passing data to it. In this tutorial, I will show you how to use wp.template() to create a repeater field.
How to Optimize the Divi Gallery Module
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.