by Rafal Gicgier | May 28, 2024 | JavaScript, Shortcodes |
Learn how to setup a custom CSS slider, using CSS transitions and a small chunk of JavaScript – wrapped in a WordPress shortcode.
by Rafal Gicgier | Apr 11, 2024 | Contact Form 7, Plugin Development, Shortcodes, Video |
Learn how to disable the Contact Form 7 submit button until required fields were filled in. Validate the fields before submitting the form.
by Rafal Gicgier | Oct 11, 2023 | Gravity Forms, Reviews, Shortcodes |
In this article, I’ll explain interesting features of Gravity Forms, a fabulous WordPress plugin that offers a robust form experience for both the user and the admin of a website.
by Rafal Gicgier | May 24, 2016 | Shortcodes, Video |
In this video tutorial for WordPress, I’ll teach you how to create a simple shortcode all by yourself.
by Rafal Gicgier | Nov 6, 2015 | JavaScript, Plugin Development, Plugins, Projects, Shortcodes, WP |
What is it? Ever tried to manually setup shortcodes, causing a lot of unintentional bugs? We’ve got a ready solution to your problems – the Shortcode Popups for WordPress stored on github! The class simply lets one to specify the popups and the popup... by Rafal Gicgier | Aug 26, 2015 | Filters, JavaScript, Plugins, Shortcodes, WP |
Nearly every WordPress Theme benefits from a dynamic structure of shortcodes. The little piece of code gives one extra control over the layout ,allowing editor to put the structured content whenever needed. Their flexbility lets one reuse common content and create...