Hello.
After logging, the user is taken to the WP dashboard page. I’ve read any topic in this forum. I′ve follow every test and instruction, but for changing the theme. I am using Divi, and if your plugin does not work with Divi, I can’t use it. There are thousands of pages using Divi. I have no problem at all with paying to get support. What I want is to fix and issue which is bothering hundreds of users.
I appreciate de attention.
Best regards.
]]>Hello,
According to my PLESK dashboard (WP toolkit) is Simple Membership After Login Redirection v1.8 Vulnerable.
]]>Is there somehow i could translate some messages and buttons? i′ve tried loco translate, but there are only 4 strings to translate.
thanks!
]]>Simple Membership After Login Redirection is not working. it goes to an admin dashboard and says this:
“The admin of this site does not allow users to access the wp dashboard. Go back to the home page by clicking here.”
I have the latest version at Version v1.6. I also have the Simple WordPress Membership plugin latest version.
I tried deactivating all other plugins and switching themes. And trying to log in in another browser and that is not working.
It used to work and my client noticed the issue maybe about a few weeks ago.
I am not including the page because you need a user and password to test this.
]]>Hello,
My redirection is set according to your instructions. The member is redirected to https://www.mywebsite.com/dashboard/
It works very well!
But…
If the member is going to log in
on a default Woocommerce Check-out page https://www.mywebsite.com/checkout/
or
on my Woo account page https://www.mywebsite.com/my-account/
he will be redirected to https://www.mywebsite.com/dashboard/
instead of his account or staying on the checkout page.
How to disable redirect for these pages?
Thank you in advance!
]]>I’ve been reading all of the issues with the add-on Login with redirect – it works on desktop but not on mobile – at least on my site. I think the solution was a simple caching issue but I’ve tried it (which Lightspeed and 9 other plugins) to no avail. It was working for the longest time until the upgrade.
Here is how Simple Membership plugin works on desktop but not on mobile:
Free member accounts have a redirect to a unique dashboard page
Paid member accounts have a redirect to a unique dashboard page
When either account visits a protected blog post, they click the log in link, log in and are redirected back to the blog post they were reading they can also access their unique dashboard.
The above experience is not the same on a mobile device. The user is redirected back to */membership-login no matter what.
Any way to fix this?
Note that swpm_session has been excluded from cache along with the */membership-login page to no avail…..again, the annoying behaviour is ONLY on a mobile device.
Try it out for yourself:
https://fastergig.com/membership-login/
username – freetest
password – 12345@@
username – paidtest
password – 12345@@
here is the protected blog post to test the redirect on a mobile:
https://fastergig.com/creative-professional-job-list-for-december-8-2023/
Very strange, as soon as I configured this and loged out, the redirect worked, but when logging in, I go right to normal WP admin? The redirect page is published and works fine, but it just doesnt redirect there when I log in? Any ideas?
]]>Hi,
We are using this plugin since 2016 and it worked very well all the time. Since yesterday we receive complaints from our customers that the posts that they have a membership for are not visible. They get an empty screen when they login.
There is nothing visible in the error log of the server. Plug-in and website is completely up to date so this is a complete mystery what has happened.
We have already adviced to use another browser or clear cache but this does not work.
Could you please help?
]]>Hi team,
I have been using this plugin for almost a year and it has been fantastic. However, recently I have been experiencing which I believe may be down to caching. I use Litespeed Cache on this website and have now excluded all pages that are used by this plugin and your main plugin. Here’s a few of them;
/sign-up/
/book-a-class/
/annual-re-registration/
/parents/
/membership-login/
I am hoping that this resolves the issue, as what is happening, is that when members sign in, they are not being redirected to the ‘Parents’ page, but back to the sign in page. This is quite random and seems to occur mainly with mobile devices, which is why I suspect caching is the issue. Please can you investigate this and address in the next update?
Thanks
]]><!-- wp:paragraph -->
<p>function custom_login_form_shortcode( $atts ) {<br>if ( is_user_logged_in() ) {<br>// display your link to the internal documents<br>$link = '<a href="LINK_TO_INTERNAL_DOCUMENTS">Go to Internal Documents</a>';<br>return $link;<br>} else {<br>// display the Simple Membership login form<br>$args = shortcode_atts( array(<br>'redirect' => '',<br>'redirect_page_id' => '',<br>'show_title' => '1',<br>'show_reg_link' => '1',<br>'layout' => '1',<br>'login_redirect_url' => '',<br>), $atts );<br>return swpm_login_form( $args );<br>}<br>}<br>add_shortcode( 'custom_login_form', 'custom_login_form_shortcode' );</p>
<!-- /wp:paragraph -->
Hi team,
I run Simple Membership on my WordPress installation and everything runs as expected.
The only thing I have troubles with is my user can login via a button on the main website. Works fine. Our can only login and logout, nothing else.
Now, if someone is loged in in the protected area and navigate to the main website without press the button to logout the user is still logged in. This is actually okay, but if he press the button to login again he get’s the info saying he is login as .. [name] and the message that he’s still logged in with the link to “Logout”. In this case I would like to add – besides the logout link – a link and message to bring him back to the internal documents (protected area).
I tried with the following snippet – see below:
The link “Go to Internal Documents” works (with the snippet below) but if I press the button with the user login again I get an error message:
jquery.min.js?ver=3.6.1:2 Uncaught ReferenceError: swpm_logged_in is not defined.
I think my intention is simple. I would only have a link in the login-form when users are logged in to get the user back to the protected area. This is a page.
Could you maybe give me hint how this is easily managed?
See my print screen to see what I mean:
https://www.dropbox.com/s/rzs2xydsiwvx85n/SWMP_loggedinUser_22032023.png?dl=0
Many thanks in advance. Besides that, I am very happy with this plugin. It’s great!
Kind regards,
Brigitte
<!-- wp:paragraph -->
<p>function custom_login_form_shortcode( $atts ) {<br>if ( is_user_logged_in() ) {<br>// display your link to the internal documents<br>$link = '<a href="LINK_TO_INTERNAL_DOCUMENTS">Go to Internal Documents</a>';<br>return $link;<br>} else {<br>// display the Simple Membership login form<br>$args = shortcode_atts( array(<br>'redirect' => '',<br>'redirect_page_id' => '',<br>'show_title' => '1',<br>'show_reg_link' => '1',<br>'layout' => '1',<br>'login_redirect_url' => '',<br>), $atts );<br>return swpm_login_form( $args );<br>}<br>}<br>add_shortcode( 'custom_login_form', 'custom_login_form_shortcode' );</p>
<!-- /wp:paragraph -->
]]>
Hi, I updated from version 1.4 to the latest 1.6. I encountered some issue and tried to resolve them. I need to roll back to my previous working version 1.4. But under the Advance page on the plugin (addon) page, that version is not listed. It only lists 1.5; and 1.0. Can you please direct me where and how I can get version 1.4?
]]>Hey team,
I seem to be going around in circles trying to figure this out, so would appreciate your help.
As you will see, I have a big Portal button on the top right of the page in the navigation. When clicked, this takes us to the Membership Login Page as it should.
Once logged in, the client is redirected to the Portal, where their relevant information is available. Again, this works as it should.
But here is my issue. If the logged in user then clicks around the website and decides to then go back to the portal, when they click the Portal button again in the navigation, it takes them to the Login page. What I would prefer is that when logged in, that Portal button, take them to the Portal page, not the login page again, as they are already logged in.
How can I do this?
Thanks
]]>I am having issues with the re-direct.
I have installed the addon, but users after logging in are still redirected to the main page instead.
What can I do to correct this.
Best regards.
]]>Your plugin seems to only be capable of using a “Recurring” price code from Stripe, as opposed to a one-time code. I don’t want Stripe sending my subscribers email asking them to renew. I especially don’t want Stripe to automatically run another charge without asking them, and it’s not 100% clear whether that will happen with this setup.
When people come to my website and login and try to access members-only content, that’s when I would ask them to renew.
If the way you’re doing things now will do what I want, please make this clear in your documentation. Thanks.
]]>hi! I am having issues with the re-direct. I have installed the addon, but users after logging in are still redirected to the main page instead. What can I do to correct this. Thank you.
]]>Hello,
When logging in at the desktop, the user is redirected to the page listed in the Membership Levels, but when logging in on a mobile phone, the user is redirected to the membership-login page.
Everything is updated: WP (5.8.1), Theme (Mins 1.1.4), & all plugins are up to date.
Any ideas?
I noticed an older post that is marked as closed, but the resolution was not clear.
Thank you
]]>I have 3 membership levels and different “Welcome” pages for each level. The Redirect login works perfectly when a member first logs in, taking them to the correct Welcome page. However if they click on the login link whilst already logged in, it doesn’t redirect them to the custom Welcome page but to the default /membership-login/ page.
Can you help as this is will be confusing for our members.
Thanks!
]]>Launching tomorrow.. all of a sudden the redirect is taking people to home page instead of /stockholder-welcome/
It was working before. Now it takes them to home page.
]]>I’ve disabled all plugins. I’ve deactivated this plugin and reinstalled it. It doesn’t matter what URL I put in for redirection, it always goes to the site’s home page.
]]>Hi,
How can buttons such as “Log in” be customzed, as they are not adopting the theme standard button style?
Thanks in advance
]]>I am using the registration shortcode on a particular page with auto login after registration enabled and redirect to last page enabled.
All I want is the user to stay on the same page after registration and login, but always redirected to home page. This happened even before installing the redirection plugin.
What do I do?
]]>i would like to add to the woocommerce single product page a custom button which allows the logged in users to redirect to their specific “after login redirection link” which is set for each user role differently.
Would it be possible to get a function which will generate this action to a custom button?
Thanks a lot in advance.
]]>Reproduction:
1. install plug-in “Simple Membership After Login Redirection”
2. Create a new editor account via wp-admin
3. (in other browser or incognito tab) login that editor account on wp-admin
Expected
Editor is logged in
Current
1. Error is shown: “ERROR: An error was encountered while trying to authenticate. Please try again.”
2. When refreshing wp-admin URL again editor is logged in
I got a notification from a user that after logging in, the page they are redirected to says not logged in, please log in.
If she goes back to the log in page, she’s logged in, but can’t access the page she was redirected to that is protected.
I disabled all the plugins except for Simple membership itself and the simple membership shortcode plugin. The first time I recreated the problem was when I activated the brute force login limiter on Jetpack. So I deactivated Jetpack. The next plugin that duplicated the problem was the simple membership redirection plugin.
So now both Jetpack and the redirection plugin are deactivated, and everything seems to work. But it’s nicer to have the redirection active. Not sure what’s wrong.
]]>I have used the Nextend Plugin to enable social login in my website. I would like to enable the redirection after login feature for social login as well. Could someone please help me in achieving it?
]]>Hi Support
From the membership-login page user logins.
After login they are re-directed to the page I want them to land on.
The error occurs when they reach this page, they are prompted to login in again. They receive the message: You need to login to view this content. Please Login.
Can’t figure out what’s causing the issue.
After they go through the login process a second time everything seems fine.
]]>Hello,
I would like to create different logins for clients.
They will each have their own site with documents & information specific to them (the site is created as a post & protected/only visible to the specific client)
After they login to their account, I would like them (the client) to see their specific site with all their documents & information (created post).
How can I do this?
Thank you so much – total newbie trying to keep in business
]]>Hi
I have installed the Simple Membership After Login Redirection and checked the checkbox but it doesn’t take the user back to their initial page; rather it just take the user back to the page specified in the membership level.
I have turned off all plugins and the theme and it still does it? Any ideas how to fix it?
thanks
]]>Hi, I installed Simple Membership After Login Redirection addon and entered the specific url for the designated page under Membership Level settings. That part worked. I then put a check mark on Enable Redirect to Last Page under the Addon’s setting and proceed to test it. I got an error: “This site can’t be reached”. I clicked the Back Arrow on the browser to go back to previous page, I noticed the following in the url of the page:
My test site is on a local installation and cannot provide you with access to see the screens.
Your help is appreciated.
]]>Hello
I want to make some modifications in Login redirect in the backend. The addon is installed but i have no options to make the changes. I deactivate and activate the plugin but no results. Can i de-install and install again without lost of any.
Thx for your help
]]>