Jonathandejong
@jonathandejong on WordPress.org, @jonathan-dejong on Slack
- Member Since: July 12th, 2012
- Location: Malmö, Sweden
- Website: github.com/jonathan-dejong
- Job Title: Web developer, Web designer
- Employer: Angry Creative
Contribution History
Jonathandejong’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
- 
										Posted a reply to duplicated post type basename, on the site WordPress.org Forums: 
 Hi @erfanmhd I'll attempt to give you some answers as best I can :) 1.…2 weeks ago 
- 
										Posted a reply to Settings page not showing up, on the site WordPress.org Forums: 
 I'll add to my todo to add a settings link directly in the plugin dir…2 weeks ago 
- 
										Posted a reply to Filter makes a query without the subfolder in the pathname, on the site WordPress.org Forums: 
 Hi! Interesting problem! Quite the edge case I guess :) I'm glad you found a…2 weeks ago 
- 
										Posted a reply to Plugin not working., on the site WordPress.org Forums: 
 Hi @ducwp Did you check the "help" section inside the plugin settings? It should be…4 weeks ago 
- 
										Posted a reply to Prominent Word Filter Only Showing, on the site WordPress.org Forums: 
 Hi @druweb I'm not sure I'm following your issue.. BTF should just take the terms…1 month ago 
- 
										Posted a reply to Simple and powerful, on the site WordPress.org Forums: 
 No problem @samabp, we've all been there :) I'm glad you figured it out! If…1 month ago 
- 
										Posted a reply to Does not work, on the site WordPress.org Forums: 
 I'm sorry to hear that @samabp. Perhaps it would've been more productive to search in…1 month ago 
- 
										Posted a reply to Where to translate the placeholder “All Posts”?, on the site WordPress.org Forums: 
 Hi @duke78 All the placeholders etc. are values picked from your taxonomy object. So just…1 month ago 
- 
										Posted a reply to loads with a selected term in one taxonomy, on the site WordPress.org Forums: 
 Hi @ehudneuhaus Yeah as you've noticed there seems to be some bugs with terms containing…3 months ago 
- 
										Posted a reply to Changing placeholders, on the site WordPress.org Forums: 
 Hi! No worries! You can use the slug to fetch the taxonomy object containing the…3 months ago 
- 
										Posted a reply to Categories and tags not showing, on the site WordPress.org Forums: 
 Hi Nick, Sorry to say but WordPress core taxnomies (categories and tags) are not supported.…3 months ago 
- 
										Posted a reply to Seperated Parent Taxonomy template, on the site WordPress.org Forums: 
 Hi, You can handle showing different text by setting up your own if statements around…3 months ago 
- 
										Posted a reply to Echo Selected taxonomy names, on the site WordPress.org Forums: 
 Hi, You can always use the do_action( 'show_beautiful_filters_info' );! Or if you want to handle…3 months ago 
- 
										Posted a reply to The filter not filtering, on the site WordPress.org Forums: 
 Hi Freya, Do you perhaps have some other plugin (or your theme) that modifies the…3 months ago 
- 
										Posted a reply to Filter disappears when no result is found, on the site WordPress.org Forums: 
 Hi @mrmazure I'm going to guess that this is one of two scenarios: 1. You're…3 months ago 
- 
										Posted a reply to Shortcode Placement, on the site WordPress.org Forums: 
 Hi! Try using the do_action call instead? I'm not sure how Avadas page builder works…3 months ago 
- 
										Posted a reply to Remove Taxonomy slug from url?, on the site WordPress.org Forums: 
 Hi, BTF does not support removing the taxonomy. One of the reasons being that it…3 months ago 
- 
										Created a topic, PLEASE READ FIRST, on the site WordPress.org Forums: 
 Hi, Thank you for using or being interested in BTF! …3 months ago 
- 
										Posted a reply to Only works on CPT? Not WP default posts?, on the site WordPress.org Forums: 
 Hi Caroline, BTF does not work with the built in posttypen in WP. There's already…3 months ago 
- 
										Posted a reply to Only show terms used by Post Type, on the site WordPress.org Forums: 
 Hi @valuebg Glad you found yourself a workaround! I think you're being a bit harsh…3 months ago 
- 
										Posted a reply to Plugin crashed my website upon assigning it to a CPT, on the site WordPress.org Forums: 
 Hi @anthonyfletchers I believe your issue is not with BTF but rather that you've created…3 months ago 
- 
										Posted a reply to Manually Remove Terms?, on the site WordPress.org Forums: 
 Hi @aaronrobb Sure you can, there's a filter $dropdown_args = apply_filters( 'beautiful_filters_dropdown_categories', $dropdown_args, $taxonomy->name );…3 months ago 
- 
										Committed [2121251] to Plugins Trac: 
 updated readme4 months ago 
- 
										Committed [2121250] to Plugins Trac: 
 updated readme4 months ago 
- 
										Posted a reply to The plugin breaks others REST endpoints in admin, on the site WordPress.org Forums: 
 @etoilewebdesign you can take a look at the request response happening when adding a product…4 months ago 
- 
										Posted a reply to The plugin breaks others REST endpoints in admin, on the site WordPress.org Forums: 
 Actually no, don't ignore this. Because this is still an issue and I do not…4 months ago 
- 
										Posted a reply to Filter not showing up, on the site WordPress.org Forums: 
 Haha glad to hear you worked it out :)4 months ago 
- 
										Posted a reply to Search/Text Field, on the site WordPress.org Forums: 
 Hi, Sorry that's way beyond what support I can offer here on an open source…5 months ago 
- 
										Posted a reply to Only Show Parent Category in Drop Down, on the site WordPress.org Forums: 
 Hi @ravi9 I think you'll need to do that through custom CSS and JS. However…5 months ago 
- 
										Posted a reply to Selecting multiple terms from the same taxonomy, on the site WordPress.org Forums: 
 Hi, Sorry but I've not had much time to work on anything more than bugfixes…5 months ago 
- 
										Posted a reply to Get the ids of the resulting posts, on the site WordPress.org Forums: 
 Hi Sergio, The filtered posts are the core WP_Query. So if you for example want…5 months ago 
- 
										Posted a reply to Why do not I get anything in the marked options?, on the site WordPress.org Forums: 
 Hi, Do you have a public custom post type and taxonomy? You wont see WordPress…5 months ago 
- 
										Posted a reply to Filter not showing up, on the site WordPress.org Forums: 
 Hi guys, Sorry for the long response-time :) Looking at your website Stan, the form…5 months ago 
- 
										Posted a reply to Deregister/Dequeue BTF CSS stylesheets, on the site WordPress.org Forums: 
 Hi Gavin, Alright glad you worked it out! Sorry for not responding faster :)5 months ago 
- 
										Posted a reply to Search/Text Field, on the site WordPress.org Forums: 
 Hi Ollie, Thank you for those kind words :) It is fairly easy to extend…5 months ago 
- 
										Created a topic, The plugin breaks others REST endpoints in admin, on the site WordPress.org Forums: 
 Having this plugin installed breaks other Gutenberg Bl…7 months ago 
- 
										Posted a reply to Gutenberg giving error when creating new post, on the site WordPress.org Forums: 
 @grandy I just debugged this exact error for a client and reached the conclusion that…7 months ago 
- 
										Posted a reply to Searchable Drop-Down, on the site WordPress.org Forums: 
 Hi @ricamancio If you enable select2 dropdowns in the settings they'll be searchable when there's…7 months ago 
- 
										Posted a reply to Plugin crashed my website upon assigning it to a CPT, on the site WordPress.org Forums: 
 Hi @tydrain Unfortunately this is far too little information to be helpful :) Most likely…7 months ago 
- 
										Posted a reply to Show full hierarchy, on the site WordPress.org Forums: 
 Hi @hrsms I'm sorry but I don't quite understand what you're looking for regarding the…7 months ago 
- 
										Posted a reply to How can I enable this with built-in posts type?, on the site WordPress.org Forums: 
 Hi @2h1n846 Thank you for those kind words. No unfortunately BTF cannot handle the default…7 months ago 
- 
										Posted a reply to Use in backend, on the site WordPress.org Forums: 
 Hi! No sorry it is not possible. I'd recommend either writing the code for such…7 months ago 
- 
										Posted a reply to Language problem, on the site WordPress.org Forums: 
 Hi @antareswerbeagentur The labels for the taxonomy dropdowns are the ones you register in your…7 months ago 
- 
										Posted a reply to Group Field Filter, on the site WordPress.org Forums: 
 Hi @uxtherene This is not a question for the BTF forum. It should be asked…7 months ago 
- 
										Posted a reply to Error 404, on the site WordPress.org Forums: 
 Hi Jonas, As you can see from my previous post I did not get a…8 months ago 
- 
										Posted a reply to This is possible the individual category searching, on the site WordPress.org Forums: 
 Hi Goutam, No I'm afraid not. If you only want to search for a single…8 months ago 
- 
										Posted a reply to Single taxonomies work only, on the site WordPress.org Forums: 
 Hi @cronyx Hmm strange. But glad you "solved it" :) May I ask what changes…8 months ago 
- 
										Posted a reply to Error 404, on the site WordPress.org Forums: 
 Hi @jonasdesigntr I tried your online preview and it looks to go to the filtered…8 months ago 
- 
										Posted a reply to Great plugin, BUT i have a question!!!, on the site WordPress.org Forums: 
 Hi, You cant change that if you want to use BTF. Because without the /shop/…8 months ago 
- 
										Posted a reply to Integrating BTF with Ajax Load More Plugin, on the site WordPress.org Forums: 
 Hi! Sorry I've had some hectic weeks :) Glad you worked it out! Best of…8 months ago 
Developer
- 
										
											  Beautiful taxonomy filtersActive Installs: 6,000+ 
Plugins
- 
										
											ACF Pro JSON Sync
- 
										
											ACF: Focal Point
- 
										
											  Advanced Custom Fields
- 
										
											Advanced Custom Fields: Sites Field
- 
										
											  Advanced Forms
- 
										
											  AMP
- 
										
											Archive Remote Images
- 
										
											  BackUpWordPress
- 
										
											Bad Behavior
- 
										
											  Beautiful taxonomy filters
- 
										
											  Black Studio TinyMCE Widget
- 
										
											  Clarify Password Reset
- 
										
											  Content Blocks
- 
										
											  Debug Bar
- 
										
											Dominant Colors Lazy Loading
- 
										
											  Draw Attention
- 
										
											  Duplicator - WordPress Migration Plugin
- 
										
											Dynamic Widgets
- 
										
											  Enhanced Media Library
- 
										
											  EU Cookie Law Compliance
- 
										
											  Events Maker by dFactory
- 
										
											  Front-end Editor for WordPress
- 
										
											  GeoIP Detection
- 
										
											  GiveWP - Donation Plugin and Fundraising Platform
- 
										
											  Google Analytics Dashboard Plugin for WordPress by MonsterInsights
- 
										
											Helpful Information
- 
										
											  Hierarchy
- 
										
											Image Processing Queue
- 
										
											  Imsanity
- 
										
											  iThemes Security (formerly Better WP Security)
- 
										
											  Job Manager
- 
										
											Lazy Load
- 
										
											List Custom Taxonomy Widget
- 
										
											  List Urls
- 
										
											  Loco Translate
- 
										
											Login Logout Menu
- 
										
											  Manual Image Crop
- 
										
											  MCE Table Buttons
- 
										
											Media Categories
- 
										
											  mobble
- 
										
											  Nested Pages
- 
										
											  Passwordless Login
- 
										
											  PIKLIST | Rapid development framework
- 
										
											  Plugin Groups
- 
										
											  Plugin Organizer
- 
										
											  Polylang
- 
										
											Post Type Archive Link
- 
										
											  PressPermit
- 
										
											  Query Monitor
- 
										
											  Quick Bulk Post & Page Creator
- 
										
											  Redirection
- 
										
											  Relevanssi - A Better Search
- 
										
											  Revisr
- 
										
											RICG Responsive Images
- 
										
											Root Relative URLs
- 
										
											  Safe SVG
- 
										
											Scalable Vector Graphics (SVG)
- 
										
											  SendPress Newsletters
- 
										
											  ShortPixel Image Optimizer
- 
										
											  Simple Custom Post Order
- 
										
											Simple History
- 
										
											  Simple Page Ordering
- 
										
											  Smash Balloon Social Photo Feed
- 
										
											  Sucuri Security - Auditing, Malware Scanner and Security Hardening
- 
										
											  TinyMCE Custom Styles
- 
										
											  Toolbelt
- 
										
											  Translate WP website - Weglot Translate
- 
										
											  W3 Total Cache
- 
										
											WordPress MU Domain Mapping
- 
										
											WP Crontrol
- 
										
											  WP HTML Mail - Email Designer
- 
										
											  WP Migrate DB
- 
										
											  WP Migrate DB Anonymization
- 
										
											  WP Retina 2x
- 
										
											  WP Rollback
- 
										
											  WP-CFM
- 
										
											WP-DB-Backup
- 
										
											  WP-Post-Meta-Revisions
- 
										
											WP-Sweep
- 
										
											  Yoast SEO



 
			