Code Amp
Forum Replies Created
-
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 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 6 months, 3 weeks 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?
Hi again @megkeays22, can you confirm which version of Custom Layouts you are using? (make sure to update it to the latest version)
If that doesn’t work or you are up to date already, I would suspect there might be conflict somewhere.
In this case I would suggest setting up a test site with the bare minumum, and checking if you see the issue there – this would give us a good starting point as to know where the issue might be coming from.
Thanks
Hi @megkeays22, can you update the plugin to the latest version and test again?
Thanks
Hi @andvsb – just to let you know we’ve just release 1.4.10 which fixes the various issues related to WP 6.4.
Let us know if that works out for you.
All the best
~ RossForum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Still supported?Hi John, yes it’s still supported.
We’re currently working on some compatibility issues with the latest WP update.
As a side note, development has slowed down while we focus on an huge update to our filtering plugin.
After that is complete we’ll be focusing again new features for this plugin.
Best
Hi @andvsb
Thanks for reporting this.
Hoping to have a fix for this tomorrow or the day after.
Will update when it’s ready.
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Card designHi @mceciliayr
It sounds like you want to a do a fair amount of customisation.
I think you can achieve most of what you want, if you are able to do a little coding (we have hooks to modify some of the elements).
If you can do some PHP coding, then I can try to identify and explain the process for each element.
I think first its best to be clear about each element, what it displays and how it should appear.
So far this is what I can tell from your message and reviewing the site:
- Eg: “Inauguración memorial” – this looks like a custom taxonomy, so you should use the custom taxonomy element in our plugin to create this.
- Title, eg “ENTREGA ESPACIO DE MEMORIA CERRO CHENA A LA GOBIERNO REGIONAL METROPOLITANO”
This looks like the post title? - Date – yes this must be custom built if you want to conditionally show the full date, or the month, I can outline this process with references to our documentation
- Region – this looks to be working on the search results?
- Post link – eg “Leer mas” – this looks correct, but it should be at the bottom of the template? This can probably be fixed with some CSS.
If you can confirm (with numbers like above) what is / isn’t working exactly, and if it is possible for you to do some PHP code, then I can direct you to where to make the modifications (but I cannot provide the modifications themselves).
Thanks
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Great plugin!Thanks @eatpaintchic !
I think I saw you wrote somewhere (twitter) that it would be nice to use native grids and grid gap – it is planned – but when this was written we had to support IE ??
Once S&F v3 is released, we’ll be working on some interesting updates with Custom Layouts
Forum: Reviews
In reply to: [Custom Layouts - Post + Product grids made easy] Easy to useThanks @photoworkout ??
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Layouts not working/ErrorHi all, v1.4.9 has just been released which has a fix for this issue.
Let us know if it works out for you.
Thanks