islp
Forum Replies Created
-
Forum: Plugins
In reply to: [Sky Login Redirect] Redirect(s)Matt, in general, right now, I need the following behavior:
1. from the home, when a user clicks the login link, once logged in, he should be redirected to the home;
2. from the home page, when a user clicks an admin link, he should access the admin area;
Forum: Plugins
In reply to: [Sky Login Redirect] Redirect(s)This is ok from a dev perspective but, as a user, I prefer redirection to the login area (and back to the content), not another link to click
Forum: Plugins
In reply to: [Sky Login Redirect] WP-members plugin conflictSorry for the further question: what’s the name of the “common” filter?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blank page after loginI received an answer from the author of Sky Login Redirect:
https://www.ads-software.com/support/topic/wp-members-plugin-conflict/#post-9013418I wonder why I had no issue until some days ago:
has WP-members new version (or even WP itself) changed something related to my issue?That is: Sky Login Redirect updated last time one year ago…
Forum: Plugins
In reply to: [Sky Login Redirect] WP-members plugin conflictOk, thanks
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blank page after loginHi, Chad, initially I thought the same: some caching plugin.
After two days of crazy researching, I found there’s a plugin conflicting with WP-members. Its name is Sky Login Redirect: I disabled any plugin except for yours. Then, I started enabling the plugins one by one. Finally, I found the one causing issues. ??
Now, I want to understand better why they hate each other ??
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blank page after loginI don’t know if this can be of any help for you, but I noticed the registration process suffers no issue: the problem is login from a protected post.
I did it! Thanks! ??
Forum: Plugins
In reply to: [User Specific Content] can you make redirect role instead of messageI was looking for this feature, if you are asking for it, then maybe the plugin doesn’t work the way I thought…
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blank page after loginP.S.: is there any way to simply redirect the user to the traditional login page and then automatically redirect him to the (un)protected post? The wp-login page is working pretty good
Forum: Plugins
In reply to: [WP-Members Membership Plugin] http -> https issueThanks, Chad, it perfectly worked ??
Forum: Developing with WordPress
In reply to: Rest-api and login from mobile client@bcworkz I tried a little the API, but apparently it doesn’t do what I want. That is: you can retrieve users (all users), not authenticate a particular user. Of course, not every user can retrieve all users, so if I try to get all users passing an editor’s credentials, it won’t return a list of users.
If you are an admin, you can retrieve a list of users, but not every user is an admin.
Maybe I must find an endpoint every user can call.
Forum: Developing with WordPress
In reply to: Rest-api and login from mobile client@bcworkz First of all, thanks for your kind reply. I want to simply login the user and retrieve his/her name and surname (if possible), it’s the only thing I need in the app: WordPress is used by the app only to identify a user of a website, that’s all.
@wfalaa: it is perfectly working since the first time I tried it. Maybe the validator doesn’t like the final character (“) ??
@wfalaa: do you see something wrong in the syntax of the query? Or you suspect something won’t work? Apparently it is returning what I ask, I don’t see any issues ??