by Rafal Gicgier | Nov 13, 2015 | Plugin Development, Plugins, WP |
The ACF Recent Posts Widget has just been improved. One can now specify custom templates per each theme used overwriting the default plugin behavior! Creating Custom Templates Great resource from version 4.3 the plugin supports custom templates. To make usage of these... 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 | Jul 22, 2015 | Filters, Plugins, WP |
Why the hooks? Given some interest in extending our plugin we’ve decided to list the custom plugin available filters. We’ll be covering the fact on how to get rid of the default filtering and how to create custom filtering functions that may extend the...
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,... by Rafal Gicgier | Jan 28, 2015 | Plugins, WP |
WordPress itself is so powerful, that it’s actually quite slow. The number of functions, database calls and the enormous amount of code makes it obvious why does it happen. Some people say that due to that WordPress itself is “crap”. I honestly do...