Forums › Forums › Search & Filter Pro › Ajax effect in page not working
Tagged: ajax effect
- This topic has 8 replies, 2 voices, and was last updated 10 years, 8 months ago by
Anonymous.
-
Anonymous(Private) October 31, 2015 at 3:35 pm #28654
Hi there,
I have configured the plugin successfully and thanks for this awesome stuff.
Please tell me how can I achieve the ajax page effect in my site. Now when we filter, without any no effect the page displaying filtered contents.What I am looking is a less opacity in the page display or something to show in the middle of the site with “Loading…” Otherwise, users might have a confusion whether the site is working or not.
Please give me a solution asap
Regards
FaasRoss Moderator(Private) November 2, 2015 at 7:56 pm #28754Hey there
Please see the first code sample in the FAQs – it allows you to detect when loading starts/stops – so you can use jQuery to do anything on your page – such as show/hide loaders.
Unfortunately the fade affect is hard coded in – I’ll make this an option in one of the next versions.
Thanks
Ross Moderator(Private) November 12, 2015 at 3:53 pm #29706Hey Faas
So you are saying you *want* the fade effect but don’t see it?
This is because Ajax isnt working on your site.
The page will always redirect if it can’t find the Results Container (found in the Display Results tab .
On your site its set to
#contentbut that doesn’t exist.Taking a quick look at your site it looks like it should be set to something like:
#entry-listingThanks
Ross Moderator(Private) November 12, 2015 at 4:05 pm #29712Just look in
public/assets/js/search-filter-build.jsand look for thefadeInandfadeOutjQuery functions.Some will be used for the fading the form itself and not the results if I remember correctly.
Thanks
-
AuthorPosts