futureyoon
Forum Replies Created
-
i am not sure if I should continue to write here but I see another issue with this feature…
it’s not working with redirect..
scenairo is as below.
let’s say
domain.com/dashboard is a private page > so it will redirect to domain.com/sign-in page with ?redirect-somethingsomething.after logged in, it should go back to the initial private page, right? but that part is not working…
can you help fix this too?
Thank you
That solved the issue!!!! Awesome!!! Thank you so much!!!
Hi
I have a question and a suggestion
I have added the following code in the code snippet.
add_filter( ‘body_class’, ‘add_custom_class’, 10, 1);
function add_custom_class( $classes ) {
if ( is_page( ‘signin’ ) ) {
// 57 is your desire page id for example
// if ( is_page ( ‘home’ ) ) { // the slug of page
array_merge( $classes, array( ‘login-split-page’ ) );
}
return $classes;
}but still I dun see the class is being added. Is there something wrong with above code?
a suggestion.
do you think if you can add the following feature in the plugin like this screenshot?
https://prnt.sc/116yud1that will settle some cases & issues like mine for long term?
Anyway I really hope to get the code validated, so that the login page works back normal.
Thank you
i am using buddyboss theme… no other plugins for login but buddyboss theme has its own login page setup but not sure how “login-split-page” class is dropped out when enabling Security Headers…
that’s why I was hoping to just add back the class to the body… maybe by jquery or javascript or functions something?
- This reply was modified 3 years, 7 months ago by futureyoon.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] download invoice and receiptI saw the ‘powered by stripe’, thought it’s somehow done by your team or your plugin.
can you help include this to your feature request?thank you.
Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] quote on the backgroundcool! thank you for the update and effort.
I am sorry i am not sure what plugin is doing such… so i can say i am not using it but willing to explore if there is anything like that to integrate with better notification.
Please recommend the end to end solution if you dont mind.
- This reply was modified 3 years, 8 months ago by futureyoon.
Forum: Plugins
In reply to: [Redis Object Cache] too many redirectI found 2 files as below.
advanced-cache.php
object-cache.phpJust curious – is there any other files to be generated?
Where should I run the command [redis-cli flushdb] ?
cpanel > Terminal > copy and paste the command and run? that will do?Please advice.
Thank you!Thank you so much for quick response! almost real time ??
How would the user look like with the “nsl_registration_user_data” (random user name)?
How randome would the name look like? the question sounds wierd but I bet you know what I mean.Maybe some samples would be great to get some ideas..?
Thank you
Forum: Plugins
In reply to: [Nextend Social Login and Register] Previous URL after loginPerfect, Laszlo! I turned on that option, it is working back as it should be. Thx alot for the quick turn around! Awesome
Forum: Plugins
In reply to: [User Role Editor] Other default roles for new registered userYes it appears to be working from the frontend sign up too with the v4.58 although I see it has compatiblity issues just like what you mentioned earlier (those plugins or themes that assign the default role enforcefully hardcoded so I tested on the brand new WP site). Other than that, it does assign the multiple roles upon sign up. Thank you so much!
Forum: Plugins
In reply to: [User Role Editor] Other default roles for new registered userHi,
Thank you for the confirmation, Garagulia.
My next question is ??
Will the frontend user creation with extra roles will be part of the scope of future development? Or this is not the area your expertise will be used?Of course, if this is part of the development, I would love to hear any rough timeline.
Thank you.
Forum: Plugins
In reply to: [User Role Editor] Other default roles for new registered userHi
I have tested that it works fine when creating a new account from the backend.
The issue is happening only from the frontend.
In the settings, I turned on anyone can register > so people can register from the frontend.It leads me to a question then. Should this plugin assign the extra role(s) to the newly registered user created from the frontend? or it works only from the backend creation?
I have deleted all plugins except URE and WC and WP Mail SMTP.
Thank you.
Forum: Plugins
In reply to: [User Role Editor] Other default roles for new registered userJust curious if you had a chance to take a look at the issue. Thank you
Forum: Plugins
In reply to: [User Role Editor] Other default roles for new registered userHi Garagulia,
Thank you for the update. Appreciate your time to take a look at the issue.
I took your input and carried out a simple test as below.Intalled a brandnew WP site version 5.5
Theme : twenty twenty
Installed Plugins :
1. Elementor v3.0.15 and Elmentor Pro v3.0.8
2. User Role Editor v4.57.1
3. WP Mail SMTP v2.5.1That’s it.
I added other roles to be assigned for the new registered.
I have even “reset” the user roles using the Tools from this plugin.Result
It’s just assigning only default role which is ‘subscriber’. Not the other roles that I set to be auto added for the new registered.So..can I assume that there is an issue with the plugin is not assigning the extra roles for new registered then?
Anything else I should look into? Please share some light here.Thank you
- This reply was modified 3 years, 11 months ago by futureyoon.
- This reply was modified 3 years, 11 months ago by futureyoon.