Ross

Forum Replies Created

Viewing 10 posts - 10,261 through 10,270 (of 10,351 total)
  • Ross Moderator in reply to:
    ajax loading not working
    #1186

    Nope, what port should I be using? Any other settings?

    Ross Moderator in reply to:
    Cannot get AJAX results to show on same page as form
    #1185

    Hey Ken

    Thanks for the vid makes things easier –

    What the URL for your homepage?

    Your right about the documentation thats my plan for this week!

    Thanks
    Ross

    Ross Moderator in reply to:
    ajax loading not working
    #1183
    This reply has been marked as private.
    Ross Moderator in reply to:
    ajax loading not working
    #1181
    This reply has been marked as private.
    Ross Moderator in reply to:
    ajax loading not working
    #1178

    Hey Piotr

    I’m going to try to help and point you in the right direction…

    Basically, a good results template normally is an archive template or the search template (archive.php or search.php), so for this example lets choose search.php.

    Duplicate search.php and call it something else (eg, sf-results.php) – now we have a custom results template that is separate from the rest of your site…

    So for testing, make sure you set the template of your search results (in S&F settings) to sf-results.php.

    Now we have a clean template setup (not masonry yet) so test it is all working make sure you always use the search results url, which is this one: http://maneuver.nazwa.pl/WWW/nstyle/?sfid=55

    Now we know this template is working we need to get it work with Masonry..

    There are many tutorials on how to do this so I would recommend the following one, and make sure all modifications are to sf-results.php.

    http://www.bluelimemedia.com/2012/04/30/jquery-masonry-and-wordpress/

    If you can follow this tutorial and get a layout working (forget about if the search works for now, just make sure the template is working then I can help you with the next steps… ๐Ÿ™‚

    BTW, if you can pls send me your login details (and FTP) and I will try to have a quick look myself – I have an idea which might make this all very easy.

    Thanks

    Ross Moderator in reply to:
    ajax loading not working
    #1169

    I thought I saw the masonry layout working with the search form before?

    Try to clear your cache and disable and caching plugins you may have… There could be something interfering…

    The plugin modifies the results of the main WP loop, so all your template needs to do is use this loop….

    This should be completely possible unless your masonry plugin fetches the results using its own instance of WP_Query – which is not the right way to do it really…

    Did the Masonry layout ever work with the search form? I thought I saw it did!

    Ross Moderator in reply to:
    ajax loading not working
    #1166

    Hey Piotr

    This looks like the same problem we were having yesterday? What did you do yesterday that made it start working?

    The only thing I did yesterday was update the content selector, which should have no effect on the ability to load results…

    :@

    Ross Moderator in reply to:
    ajax loading not working
    #1164

    OK there is no official way to link the two searches but there is a way ๐Ÿ˜‰ I will write about this in the docs..

    Basically, you need to find out which search form you want to link to, so you can find out in the dashboard or just submit the form… then you get a URL like:

    http://maneuver.nazwa.pl/WWW/nstyle/?sfid=55

    This is the search form, so the second form (just search box) need to have action to this url

    Like:

    <form action="http://maneuver.nazwa.pl/WWW/nstyle/?sfid=55" method="get">
    

    And you search box must have the name s:

    <input type="text" name="s" value="" />
    

    That is all you need! ๐Ÿ™‚

    Ross Moderator in reply to:
    ajax loading not working
    #1162

    Ah you just need to make sure you enter the filename correctly – because if there is even one mistake with the filename then it will revert to the default template (this can be anything) – I may change this to a dropdown of templates so no mistakes can be made!!

    If you like the plugin and support I would really appreciate if you could leave a review for us??
    http://www.designsandcode.com/wordpress-plugins/search-filter-pro/reviews/#comment

    Ross Moderator in reply to:
    New Video Tutorial with Chosen possibilities
    #1160

    Hey ibnoman

    I’m writing documentation this week and won’t be updating the plugin so much – so hopefully everything will be clearer soon ๐Ÿ™‚

    Thanks

Viewing 10 posts - 10,261 through 10,270 (of 10,351 total)