Backpacking Series
Forum Replies Created
-
AuthorPosts
-
January 29, 2018 at 12:41 pm in reply to: Why do login forms look different on different pages? #1450
Thank you Stiofan!
Kind regards,
Abhijeet
January 29, 2018 at 11:40 am in reply to: Why do login forms look different on different pages? #1447Thank you for your response and direction to troubleshoot.
What that means is that the UsersWP shortcodes work only on nominated pages under Settings -> General. Hope I got it right. If so, it is counter-intuitive to how shortcodes usually work in WordPress.
About the suggested solutions, I should admit that I am neither comfortable modifying the header for all pages (not preferred) nor fully understand the ‘relevant CSS’ (preferred interim approach) to be applied to each page where I intend to insert
[uwp_login]
. Hence, for now, I will remove the shortcodes from all pages except the ones nominated.
Kind regards,
PS: Is this something that a next product version might deal with?
January 29, 2018 at 7:58 am in reply to: Why do login forms look different on different pages? #1445Thank you for your response.
I should have mentioned in my previous post but forgot to – I did suspect a plugin conflict and tried the following: 1) deactivated Shortcodes Ultimate plugin and 2) created a new page for [uwp_login] without the shortcodes ultimate wrapper. No joy yet.
Test URL without Shortcodes Ultimate:
https://www.backpackingseries.com/login/test-uwp-login-without-shortcodes-ultimate/Kind regards
January 28, 2018 at 6:59 am in reply to: How to Set Default Login Redirect to Current User Location? #1439Thank you Guust.
At this time, given my limited technical skills, I cannot figure out a way to force-redirect a user to login to access a section of a webpage. It’d be really helpful to see a feature like that in the next update.
Kind regards
Abhijeet
January 27, 2018 at 1:23 pm in reply to: How to Set Default Login Redirect to Current User Location? #1437Yes, thank you Guust. That was helpful to understand.
Which means the following scenarios wont work:
1. UsersWP Login form cannot be used inside a popup for a redirect to work. (Test Result: Redirect fails for both login form and social login option)
2. UsersWP login form cannot be embedded inline (on a particular page) for a user to be redirected to the same page and location. (Test Result: Redirect fails for social login but works when user types UID and PWD on the login form)
3. A link to UsersWP login page on top of the protected content. (Test Result: Fails either way)These scenarios wont work (or work partially) since all are chosen actions, not forced. Hope I got that right.
So, I guess, I should look up a method to force direct a user to login to access protected content on that page? Will let you know how goes.
Kind regards,
January 27, 2018 at 12:31 pm in reply to: How to Set Default Login Redirect to Current User Location? #1434Well, the protected content requires login to access.
Edit: “This content is for registered users only. Please login.” – This text is followed by the login form. After login, when the user returns to this page, she does not see the login form anymore. Instead she sees a different form. Please see attachment for reference.
What am I missing? My apologies if I do not fully understand the technicality here. Could you please explain?
January 27, 2018 at 12:27 pm in reply to: How to Set Default Login Redirect to Current User Location? #1432Actually, the same box has protected content. Once you login, the protected content is visible to the user. (While a guest only sees the login form.)
January 27, 2018 at 12:25 pm in reply to: How to Set Default Login Redirect to Current User Location? #1430The problem scenario occurs with social login option only.
January 27, 2018 at 12:13 pm in reply to: How to Set Default Login Redirect to Current User Location? #1428Yes, it does have a login form. Please scroll to the box. See attachment.
URL: https://www.backpackingseries.com/backpacking-north-east-india-the-book/book-review-guidelines/
Kind regards
January 27, 2018 at 11:51 am in reply to: How to Set Default Login Redirect to Current User Location? #1426This reply has been marked as private.January 27, 2018 at 10:39 am in reply to: How to Set Default Login Redirect to Current User Location? #1425Got it. Thank you
Will do so as soon as I am able to resolve this issue to add a new user.
Kind regards,
January 27, 2018 at 10:16 am in reply to: How to Set Default Login Redirect to Current User Location? #1422Thank you for the response.
Yes, the settings look okay. Please see attachment.
However, while trying to add an user (to provide you admin access) through the admin screen, I get the following error:
Warning: in_array() expects parameter 2 to be array, null given in /plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php on line 201 Warning: Cannot modify header information - headers already sent by (output started at /plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php:201) in /wp-includes/pluggable.php on line 1216
I am not sure what is this error related to – UsersWP or SEO plugin. I’ve raised a query with Yoast support.
Your guidance is welcome too!
Kind regards
January 26, 2018 at 7:08 pm in reply to: How to Set Default Login Redirect to Current User Location? #1419Update,
The inline login works when using the form – it redirects users to the same page after login. However it sends the user to homepage when using the social login option.
Please help!
January 26, 2018 at 6:57 pm in reply to: How to Set Default Login Redirect to Current User Location? #1418Thank you Alex.
I am editing this response after trying your recommendation. I now have an inline login form. However, it still redirects the user to homepage. Please advise.
Kind regards,
Got it. Thank you Patrick.
For visitors who stop by for a solution to a similar problem, here’s the code that works!
body.uwp_page .uwp-login, body.uwp_page .uwp-registration, body.uwp_page .uwp-forgot, body.uwp_page .uwp-account {width:auto;}
Kind regards
-
AuthorPosts