Jon Schroeder
Forum Replies Created
-
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Feature requestAwesome, thanks!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Unwanted filter being added for private taxonomyGlad to hear it! Best of luck with everything.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Unwanted filter being added for private taxonomy@cweickert Did that resolve it for you?
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Unwanted filter being added for private taxonomyHere’s the code I used to fix it (added in my functions file), as there’s a way to exclude categories provided by BTF:
// Add 'yst_prominent_words' to the array of excluded taxonomies function modify_categories_dropdown( $taxonomies ) { $taxonomies[] = 'yst_prominent_words'; return $taxonomies; } add_filter( 'beautiful_filters_taxonomies', 'modify_categories_dropdown', 10, 1 );
- This reply was modified 5 years, 2 months ago by Jon Schroeder.
- This reply was modified 5 years, 2 months ago by Jon Schroeder.
Thanks so much!
((edit: nevermind, I think I’m seeing a different bug))
- This reply was modified 5 years, 3 months ago by Jon Schroeder.
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Purchased map, can’t use with existing mapI got it working. Thanks, and I appreciate you replying.
Forum: Plugins
In reply to: [Meta Box] Having trouble connecting users to cptUPDATE: It would appear I might need the MB User Meta plugin to display the metabox on the user end.
Is that correct?
Will that give my client the ability to select connect projects to a given user while creating or editing a user?
Forum: Plugins
In reply to: [Meta Box] Having trouble connecting users to cptUPDATE: I realized that I didn’t install the relationships addon. Figured that out, and the connection is registered and working fine on the CPT side of things.
However, it doesn’t appear to display at all on the “create user” or “edit user” page, which is unfortunately the reason I am making the switch from P2P as is.
Is displaying that meta box on the user edit screen a capability this plugin (or one of its addons) has?
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Redirect after submissionOh, and a question on the example action you posted: it looks like it’s generic (e.g. fires whenever *any* form submits. Is there a version of that action that’s specific to the ID of a particular form?
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Redirect after submissionSo sorry that I missed the notification from your reply. Came looking today to see if you had. That’s awesome! I’ll definitely use that, and this seems simple enough (even if your shortcode-ish implementation isn’t yet finished).
I’m using this because I have some relatively custom pricing I want to output, but there’s an abbreviated view and a “full” view to it, like this site: https://www.maidsinblack.com/
Great work; I love the flexibility of this.
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Header sidebar included in selectionThanks, Nathan, much appreciated!
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Header sidebar included in selectionResubmitting because I forgot to check the notification box and want to make sure I don’t miss your answer.
I’m having the same issue and was about to do the same. However, I’d be happy to help you troubleshoot if you’d like.
I *do* have the nimbus screenshot extension installed; when I disable it and do a hard refresh (without going into incognito mode), I’m able to authorize correctly.
Perhaps that helps.
Forum: Plugins
In reply to: [Responsive menu & Navigation] Name conflict with premium versionCool! Thanks for following up; I’ll watch for the update. Will that come by email, will it be on Github, or how will updates be delivered (given that the WordPress update is the one causing the issue at the moment)?