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 | Nov 4, 2023 | AI, Gaming, JavaScript |
An exciting and challenging browser-based game! Dodge and Shoot is a straightforward yet engaging Galaga clone made with JavaScript.
by Rafal Gicgier | Oct 19, 2022 | Graphics, JavaScript, Plugins |
In this tutorial I’ll teach you how to create a simple Flex CSS image gallery with an addition of simple jQuery script.
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...
by Rafal Gicgier | Jun 3, 2015 | Gravity Forms, JavaScript, Plugins, WP |
Introuction Imagine you’re using a Gravity Forms form inside a popup, and it relies on ajax submission. Here’s the issue: after you submit the form, close the popup, and then reopen it, the form remains stuck in its submitted state. To submit it again,...