Ross
Forum Replies Created
-
Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 5:26 pm #1125Thanks ๐
Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 4:20 pm #1122This reply has been marked as private.Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 4:20 pm #1121No worries thanks! ๐
Ross Moderator in reply to:
Post Meta Values With Spaces(Private) June 2, 2014 at 3:52 pm #1119Hey Highfilter
I was aware of this actually – it is not good practice to have meta values with spaces (labels should be used to display text with spaces and escape characters), but it doesn’t mean that users will not do this! (I was enforcing best practice, which I guess is not best practice…)
I’m updating the plugin today and I’ll be sure to include this as an fix as I know exactly where the problem lies ๐
Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 3:44 pm #1117I’ve modified the plugin code in your setup to use a lower priority,
And I just tested by enabling/disabling this priority which caused the taxonomy filter to stop working…
So I think your modification did not affect the results, but changing the init priority in the plugin code did ๐
You can test it here:
search-filter-pro/public/class-search-filter.php
This is the new line I modified:
add_action( 'init', array( $this, 'check_posted' ), 20 );
and the previous version did not set a priority and was like this:
add_action( 'init', array( $this, 'check_posted' ) );
I guess this is a modification I need to include in future updates.
Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 3:25 pm #1113This reply has been marked as private.Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 3:18 pm #1112This reply has been marked as private.Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 2:56 pm #1110This reply has been marked as private.Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 2:26 pm #1108This reply has been marked as private.Ross Moderator in reply to:
Taxonomy filter not working(Private) June 2, 2014 at 2:01 pm #1105Hey Stuart, sorry to hear your having issues.
Do you have a link I could look at?
-
AuthorPosts