Ajax Search Pro for WordPress 4.11.10 Developer Notes

Ernest Marcinko Blog, Commercial Plugins, Developer Notes, Wordpress Leave a Comment

New Features Content Type Filter This a long awaited feature, that allows filtering results by content type. Since the plugin supports searching custom post types, taxonomy terms, users, attachments and buddypress content at the same time, this filter can help users to further narrow the results by these content types. The new options are available under the Fronten Search Settings …

CSS :not() vs. jQuery :not() – not the same

Ernest Marcinko jQuery, Tutorials 2 Comments

Most of you might already have heard of pseudo classes in CSS, might as well about the :not() negation pseudo class as well. It does what it sounds like it does, selects an element, which is not represented by it’s argument. It’s important to notice that it can only take a simple selector. Keep in mind, that there might be better and …

Ajax Search Pro for WordPress – version 3.5 features and changes

Ernest Marcinko Blog 2 Comments

In case you don’t know what Ajax Search Pro for WordPress plugin is about, then check it out on codecanyon or the demo page. You will love it. This version had take much longer to release than I expected, but it’s worth it 😉 New features Creating various fields (radio buttons, range sliders, dropdowns) connected with custom fields (post meta) …

WordPress – Widget select box

Ernest Marcinko Tutorials, Wordpress 7 Comments

This tutorial will cover how to add a select box to the widget backend options panel. Sometimes a simple text input field is not enough. By understanding this article you will gain a better view of widget backend options.