by Rafał Gicgier | Oct 19, 2022 | Graphics, JavaScript, Plugins |
In this short tutorial, I’ll guide you, or rather I’ll provide you with simple, yet effective information on how to setup a really simple image gallery using Flex, CSS Transitions, and a little bit of jQuery. Find below an example of this, an effective...
by Rafał 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 Rafał 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 Rafał Gicgier | Jun 3, 2015 | Gravity Forms, JavaScript, Plugins, WP |
Say you have a Gravity Forms form which is displayed within a popup and uses ajax submission, right? The problem is that whenever you submit a form, close the popup and then reopen it the form will stay in its submitted state. One will have to reload the page to be...
by Rafał Gicgier | Apr 22, 2014 | Filters, JavaScript, WP |
WordPress comes up with nice video and audio player plugin – MediaElement.js. Since it’s part of a core its default functionality is not perfect and actually it’s quite hard to customize. For instance it’s impossible to trigger custom event...
by Rafał Gicgier | Nov 23, 2013 | Filters, JavaScript, WooCommerce |
Update: unfortunately what I wanted to achieve here is not possible. Note: I expected to overwrite ajax handlers, however the first PHP hook which is fired in case of ajax situation is fired after the item has been added to the cart, which makes it inefficient to...