folbert
Forum Replies Created
-
The solution that is dequeuing scripts and styles seems to be broken in v5.2. You also have to add
wp_dequeue_script('wpcf7-recaptcha'); wp_dequeue_style('wpcf7-recaptcha');
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Trouble with WP 4.5If I had only spent another half hour before posting the previous post… I found that I had set
publicly_queryable
tofalse
when registering the taxonomies. This didn’t prevent the whole shebang from working prior to 4.5 (it may have been that I was running 4.3.x before upgrading to 4.5).So this was in no way an error caused by BTF. Sorry for polluting your support forum with this ??
Excellent! Deleting the file will do the trick since the plugin is not used in production and is not a crucial plugin for any functionality.
Thanks for the quick answer.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Adding search?? Thank you for adding these actions.
Will update and try them out immediately.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Adding searchThe major “issue” is that I need the text field to appear right before the submit button. I want to avoid using CSS to change the order of things since it would make no sense for users of screen readers to have the submit button appear before the text field.
I do understand that it is impossible to implement actions for every use case out there ??
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Adding searchGreat. Thanks for the tip about template_redirect.
I had no problems using the s-parameter (I placed the text field in the same form as the taxonomy-drop-downs). But your input gave me the idea to use the posts_where filter so I could get even more control over what is searched when the text field is filled out. That way I can also rename the text field to whatever i like.
So now, an URL like “https://site.void/medarbetare/position/position-1/kontor/malmo/?namn=xavier” works just as expected.
I saw the actions enabling me to put elements in the form but I think that I will need even more control over the html in the form. Will keep it in mind though.
Thank you again for your work with the plugin.