kaylasmit
Forum Replies Created
-
Hallo,
Thank you for your response. It is adding a extra ‘#’ to the url and the login page is just saying ‘Login successful’ but doesn’t redirect or close the popup. I added this to the xoo-el-functions.php
Hi,
Any feedback please?
Hi Pulkit,
I know you are quite a busy person, thank you for the help so far and your plugin is great. However I am still stuck on this. Please let me know if you perhaps know of a way I can include fragments in my login redirect URL?
Thank you.
Hi,
I added this snippet in the xoo-el-functions.php and it is working. However all the anchor tags is now redirecting to this /#gids anchor tag. How can I make sure it redirects dynamically depending on what anchor tag is used?
Hi,
I tried adding your snippet in the class-xoo-el-form-handler.php file under the process_login function where the filters are being applied for example $redirect = apply_filters( ‘xoo_el_login_redirect’, ‘xoo_cu_el_redirect’, wp_validate_redirect( $redirect ), $user ); .
But instead of going to the anchor tag it is redirecting like this: https://jeug.co.za/skolier/xoo_cu_el_redirect
So it’s doing something but not recognizing the anchor tag that is being returned.
Your help will be greatly appreciated. Thank you.
Hi,
Thank you for your help and response. Do you perhaps know in what file in the plugin I can add this snippet or should I add it to my main functions file?