Forums › Forums › Search & Filter Pro › ajax loading not working
- This topic has 86 replies, 2 voices, and was last updated 10 years, 1 month ago by Anonymous.
-
Anonymous(Private) June 2, 2014 at 7:12 pm #1127
Can you help me here Guys?
http://maneuver.nazwa.pl/WWW/nstyle/?page_id=308
What`s wrong?
Why tha jax does not work at all?Ross Moderator(Private) June 2, 2014 at 7:41 pm #1129Hey Piotr,
Please create your own threads for issues, it is likely that you have different problems.
Can you tell me, does it work without AJAX?
I went on there, and yes your right it seems as if something is preventing the form from submitting at all…
Can you also please check that in the Search & Filter edit screen, under Ajax settings that
content selector
is set to.blog-posts-content
?It looks like you might be using isotope for your results, which means that it may not be respecting the main WordPress query and instead creates its own separate query (hence why you have the loader)…
Please answer my two questions above and I will help further.
Thanks
Anonymous(Private) June 3, 2014 at 12:47 pm #1156Could you help me to display the results (search records) the same way (same thumbs) as all the records listed on the starting search page.
I mean that i would like:
to display exactly like:
http://maneuver.nazwa.pl/WWW/nstyle/?page_id=308
What do i have to do to have the same layouts (templates) for both -> starting search page and the records list page?
Ross Moderator(Private) June 3, 2014 at 1:22 pm #1157Hey Piotr,
You just need to find out what template you want.. and then enter the filename for this template in search & filter settings…
Do you know which template is being used to display
http://maneuver.nazwa.pl/WWW/nstyle/?page_id=308
?
๐Ross Moderator(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/#commentAnonymous(Private) June 3, 2014 at 1:48 pm #1163I will – definitely.
Can you suggest me how to connect these to searchers:
http://maneuver.nazwa.pl/WWW/nstyle/?page_id=308and the input field that is shown in the top bar on the visualisation:
https://www.dropbox.com/s/i96lequ54hadjle/1ver5a.jpgThanks in advance,
Piotr
Ross Moderator(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! ๐
-
AuthorPosts