Ross

Forum Replies Created

Viewing 10 posts - 10,281 through 10,290 (of 10,351 total)
  • Ross Moderator in reply to:
    Taxonomy filter not working
    #1125

    Thanks ๐Ÿ™‚

    Ross Moderator in reply to:
    Taxonomy filter not working
    #1122
    This reply has been marked as private.
    Ross Moderator in reply to:
    Taxonomy filter not working
    #1121

    No worries thanks! ๐Ÿ™‚

    Ross Moderator in reply to:
    Post Meta Values With Spaces
    #1119

    Hey 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
    #1117

    I’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
    #1113
    This reply has been marked as private.
    Ross Moderator in reply to:
    Taxonomy filter not working
    #1112
    This reply has been marked as private.
    Ross Moderator in reply to:
    Taxonomy filter not working
    #1110
    This reply has been marked as private.
    Ross Moderator in reply to:
    Taxonomy filter not working
    #1108
    This reply has been marked as private.
    Ross Moderator in reply to:
    Taxonomy filter not working
    #1105

    Hey Stuart, sorry to hear your having issues.

    Do you have a link I could look at?

Viewing 10 posts - 10,281 through 10,290 (of 10,351 total)