llll0717
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Suggestions not working?No problem! ??
Lili
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Suggestions not working?Hey
Found the issue.
Here’s the fix. (hopefully we see it in a new version soon)
includes/classes/ajax/class-asl-search.php
replace
if (count($results) <= 0 && isset($sd['keywordsuggestions']) && $sd['keywordsuggestions']) {
with
if (count($results) <= 0 && isset($sd['kw_suggestions']) && $sd['kw_suggestions']) {
includes/classes/search/class-asl-query.php
replace
$keywords = $t->getKeywords( trim($this->args['phrase']) );
with
$keywords = $t->getKeywords( trim($this->args['s']) );
- This reply was modified 3 years, 2 months ago by llll0717.
Actually, seems to be fine.
I did my initial test in postman and had the credentials as params instead of in the body
- This reply was modified 3 years, 10 months ago by llll0717.
hi,
same issue here.
I was using another plugin (which i think this is a fork of). That plugin works.
I want to switch to this one, as the other one is no longer maintained.
No Problem!
Looking forward to checking out the new version.
One quick question: did the feature use to restrict ALL Descendants of the restricted page or just children.
thanks @gabrielbrasil for confirming!
It was driving me crazy ??
Hopefully @intoxstudio can look at this issue soon. Everything else I’ve testing so far seems to be great with the plugin.
Hi
I’ve just tried on a clean installation with no other plugins and is still not working as described.
Only the main restricted page is restricted. Any “new” child pages i’ve created are Not restricted.
Can anyone else confirm that they’ve testing this feature?
Thanks
Thank you both for your responses.
I thought that may be the case, but it still does not seem to work, even for brand new child pages i’ve just created. (i even deleted all existing child pages and created new ones to test). Only the main ‘parent’ page gets redirected to the login page. (the child pages are not restricted)
Maybe there’s a conflict with the redirecting functionality. I’m not sure.
Any ideas?
I may have to set up a brand new wp installation just to check that it does function the way you are describing.
Thanks again
lili