Forums Forums Search & Filter Pro multiple pages result are not working

Viewing 10 posts - 61 through 70 (of 79 total)
  • Ross Moderator
    #42898

    No problem, thanks! – if you have the time would be great to get a review from you – http://www.designsandcode.com/wordpress-plugins/search-filter-pro/reviews/#comment 🙂

    Anonymous
    #42912
    This reply has been marked as private.
    Ross Moderator
    #42947

    Hi Robert

    I’m not sure I follow, can you explain the issue you are having in more detail?

    I’m not sure what this means:

    the search textarea does return “all results” like the tag issue before.

    Thanks

    Anonymous
    #42948
    This reply has been marked as private.
    Ross Moderator
    #42950

    Hi Robert

    I just did some testing.

    If you do not press “enter”, and you simple type in a search term, and wait for auto submit, the search works!

    http://plasticat.net/?sfid=125&_sf_s=disco%20c

    But, if you press enter on your keyboard, the search field clears and the form is submitted.

    Now, what was really strange is I’ve just gone through all the JS code, and there is not a single line of code which says to empty the search field.

    So this “clearing” of the search field is coming from somewhere else…

    Its likely in your theme somewhere, however I did notice one big issue on your site (which could be the cause of this issue) – you are loading 2 copies of jQuery.

    One from WP (the normal way), and one from the google CDN – http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

    Now the thing is, first of all its really bad practice to load 2 copies of jquery in a page, this could cause all sorts of issues on your site.

    Second, you are loading a pretty old version of jquery via the CDN, not sure why you would want to do that?

    Anyway, I think this is likely the cause of your issues, so remove the CDN copy first and test again.

    Thanks

    Anonymous
    #42951

    can you tell me where this bad copy is loaded?

    Anonymous
    #42952

    i also have no idea what CDN is…

    Anonymous
    #42953

    if you meant those old 1.7 version. ok its removed.

    Ross Moderator
    #42954

    I have no idea, its usually a user error to be honest, so probably in your theme files somewhere.

    WP doesn’t require you to load jquery, it is automatically included so ensure you are not loading your own copy.

    This is the google CDN found on line 31 in your source code
    http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

    This is the local copy – http://plasticat.net/wp-includes/js/jquery/jquery.js?ver=1.11.3 – found on line 114

    Exactly how these are loaded is unknown to me

    Thanks

    Ross Moderator
    #42955

    yup and now it works 🙂

Viewing 10 posts - 61 through 70 (of 79 total)