Small Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Fix for duplicate comment form?Hiya! Can you be more specific? The Site Editor has the comment form block and then it has the comment template block. I thought your plugin replaced the comment form with yours. Is that not how it works?
Forum: Plugins
In reply to: [Query Loop Post Selector] Posts with same post title not selectableAh, we’ve seen a similar issue in another one our other plugins. We’ll look into this!
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Thanks for the troubleshooting and feedback! I confirmed that Custom Post Type UI’s export code also uses the
init
hook; it wouldn’t be reasonable–in my opinion–to expect users to know to change that. So we’re discussing how we want to modify our plugin. I think your suggestion would work, or perhaps we’ll set a priority on ourinit
call. Either way, I expect we’ll release an update in the coming days!Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Let me check with my team and see what ideas we can come up with.
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)And you’re definitely on the latest version–1.0.2–right? I know we fixed a similar backend issue previously. My tests are working, too. https://ocl.ink/v/vgcYpQ
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post Types (again)Hey, @takeok, what have you done to test this? I can confirm this plugin does work with CPT when on WP 6.7.1
Would you like help debugging your issue?
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesThanks so much for the details @philbee! We are releasing an update today; we found an issue where the editor wouldn’t show the correct query for custom post types, but the front-end would. This was due to post types being registered later via CPT UI (or any other plugin).
Forum: Plugins
In reply to: [Query Loop Post Selector] Custom Post TypesHey, philbee, can you confirm what version of WordPress and this plugin you’re running? We’ll investigate!
Forum: Plugins
In reply to: [Local Avatars by Nocksoft] How do I set a default avatar?Thanks for the reply Rafael!
Is it possible to set a custom default avatar?
(Sorry, my original question was missing this critical context.)
Forum: Plugins
In reply to: [Query Loop Post Selector] Performance issuesFixed!
Forum: Plugins
In reply to: [Query Loop Post Selector] Performance issuesAh, we very much appreciate this feedback! You’re correct, we’ve mistakenly used an incorrect hook. We will patch this shortly.
Forum: Plugins
In reply to: [Query Loop Post Selector] Future of this plugin?Yes, AO is another extension of the Query Loop block. Currently the plan is to add options that modify existing filters:
- Include (Any) [existing, default behavior]–?e.g. has category ‘recipe’ OR tag ‘meals’
- Exclude (None) – e.g. does not have category ‘recipe’ OR tag ‘meals’
- Overlap (All) – e.g. has category ‘recipe’ AND tag ‘meals’
This might help if there is already an existing filter for user role or custom meta data. Then you could do something like “has category dinners and has role premium” but (a) it probably wouldn’t make sense for the AO plugin to add those filters and (b) if you’re wanting to inherit the query from the template those filter and thus this plugin’s operators wouldn’t be accessible.
Not sure we’ll be able to provide a specific solution to this for you, but if you want to email [email protected] I can connect you with a developer that could make something custom happen.
- This reply was modified 1 year, 4 months ago by Small Plugins. Reason: clarify "Include (Any)"
Forum: Plugins
In reply to: [Query Loop Post Selector] Future of this plugin?Hm, I’m not sure this would even be covered by our Advanced Operators plugin, but we can discuss it internally.
The functionality you’re explaining sounds like something a membership plugin would normally include. I’m not familiar enough with those to know if any have smooth block support, though.
Forum: Plugins
In reply to: [Query Loop Post Selector] Future of this plugin?Yes, it will be maintained alongside our current and future plugins!
Curious to know what features you’d like to see. The intent with all our plugins is to remain hyper-specific and useful, so we don’t have any plans to add functionality to this particular plugin. We do have a separate “advanced operators” plugin in the works, though!