Ross
Forum Replies Created
-
Ross Moderator in reply to:
ajax loading not working(Private) June 3, 2014 at 4:58 pm #1186Nope, 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(Private) June 3, 2014 at 4:57 pm #1185Hey 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
RossRoss Moderator in reply to:
ajax loading not working(Private) June 3, 2014 at 4:49 pm #1183This reply has been marked as private.Ross Moderator in reply to:
ajax loading not working(Private) June 3, 2014 at 4:40 pm #1181This reply has been marked as private.Ross Moderator in reply to:
ajax loading not working(Private) June 3, 2014 at 4:19 pm #1178Hey 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(Private) June 3, 2014 at 2:48 pm #1169I 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(Private) June 3, 2014 at 2:35 pm #1166Hey 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(Private) June 3, 2014 at 1:57 pm #1164OK 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(Private) June 3, 2014 at 1:37 pm #1162Ah 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/#commentRoss Moderator in reply to:
New Video Tutorial with Chosen possibilities(Private) June 3, 2014 at 1:26 pm #1160Hey ibnoman
I’m writing documentation this week and won’t be updating the plugin so much – so hopefully everything will be clearer soon ๐
Thanks
-
AuthorPosts