Code Amp
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Filters are not showing what I expectedHey Jessie
Can you open a support ticket for the Pro plugin? http://searchandfilter.com/account/support/
Thanks
Forum: Plugins
In reply to: [Search & Filter] Date range not available still?Hey @nmarty159 – yeah the date range picker is coming back very soon.
We have a huge release this January and it will be in following release after that.
One of the big problems is accessibility – the popular date JS libraries out there are not WCAG AA compatible, so we’re having to write our own – which has been a suprisingly big undertaking.
Thanks for flagging that @skingston – we just released 1.5.1 which should fix it!
Let me know if that works for you.
Thanks
- This reply was modified 2 months, 3 weeks ago by Code Amp.
Hey @wp_user1 we just fixed this in 1.5.0.
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Alive?Hey @slipperyman yup, we’re still here (not monitoring these forums very much, though) 🙂
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Vulnerability detectedHi all, thanks for flagging this, we’ve just released an update with this fixed.
FYI the issue was considered low impact, but it was necessary to address.
Essentially, using the individual
[custom-template]shortcode, which allows you to choose any post ID to display, a user (with privliges to create posts on your site) could have passed in an ID for a post they were not allowed to see, and then use the “preview” tool to preview the page with that post content in it.That has now been patched in 1.5.0.
- This reply was modified 3 months, 1 week ago by Code Amp.
Forum: Reviews
In reply to: [Search & Filter] Could be developed.Hey @saksaksak
Thanks for your review – you’re right RE the outdated UI.
Our version 3 (free version) is already out (with a more modern UI, and not so shortcode based): https://searchandfilter.com/free/
However, we’re taking a little while to release it on the repo as we want to get the upgrade just right – its going to be a bit of a shock for people who want the simplicity of the old shortcode based approach so we’re testing extensively and trying iterating on the UI.
Feel free to give it a spin and let me know what you think (it has blocks for the block editor).
RE the other reviews mentioning functionality, I think they were reviews for our Pro plugin, but people only installed the new v3 free (missing the pro features they expected) – there has definitely been no reduction in features on any level, I would say we’ve added significantly more features to both the free and pro versions while mainting (99%) backwards compatibility.
~ Ross
- This reply was modified 4 months, 1 week ago by Code Amp.
Forum: Plugins
In reply to: [Search & Filter] Only 100 post per pageHey @businesscommoners – in the next version you can set
-1to show unlimited – this should be ready in a few weeks.Forum: Reviews
In reply to: [Search & Filter] Where did the functionality go?Hey @chavesd – sorry to hear you didn’t get along with v3 – can you share what was missing exactly?
V3 has many more features than V2, I’m assuming there is some kind of issue with your setup here.
Thanks
Forum: Reviews
In reply to: [Search & Filter] Severly lacking in featuresI think there is some confusion. The only feature you listed that was available in v2 (pro) that is not available in v3 (pro) is the ability to output all the fields in one go as a “search form”.
That is being added though as part of the process to migrate v2 users to v3.
Of course v3 has countless new features that are not available in v2.
If you’re having trouble adding these things in v3 to your site, please reach out to support:
https://searchandfilter.com/account/support/Thanks
- This reply was modified 1 year, 1 month ago by Code Amp.
Hey John
I’m afraid this didn’t work. There is still a comment output
<!--after my JSON object which says that query monitor is ceased, which makes my json requests to the URL fail.
I tried all sorts of things using your hooks including hooking into the dispatchers and unsetting them, but still couldn’t prevent any output at all.
I did find a way though, by creating an MU plugin and replacing the main query monitor class:if ( isset( $_GET['search-filter-api'] ) ) {
class QM_Plugin {
public function __construct() {}
public function plugin_path() {
return '';
}
public function plugin_base() {
return '';
}
}
}It would be nice to be able to do this via a hook, so I could leave it in my plugin code in case others using my plugin + QM would have this issue.
Thanks for the fantastic plugin!
- This reply was modified 1 year, 6 months ago by Code Amp.
Awesome thanks John.
Forum: Plugins
In reply to: [Search & Filter] Accessibility issues on most fieldsHey @sadesades
In the next couple of months we’re about to replace this version with a completely new version rewritten ground up.
You can find more info (and download it) here: https://searchandfilter.com/version-3/
Just yesterday we started an a11y audit on the new plugin:
https://x.com/SearchAndFilter/status/1810251474644988277
It will take several passes and there is a lot to cover, but rest assured we’re working hard on a11y and I think in a few months we’ll be in a really good place.A warning, the new version is quite different from this version, and its still in testing + development, if you do test it out, we would love to hear your feedback.
While it does have a lot more features, it’s also not covering some use cases (yet) that the current version does, so if that’s the case with you we want to know about it so we can make sure we’ve got you covered.
Thanks
Thanks for getting back to me.
The issue has now been fixed in v1.4.11 (just released).
Please let me know if that fixes things for you.
Best
I think this issue happens when you have the Gutenberg plugin enabled.
Can you both confirm if you are using it?