• Resolved sintropiasolutions

    (@sintropiasolutions)


    After registration (new user is properly registrated) user should be redirected to a specific page (the specific product page) but the page is not displayed. A WordPress account “frame” is instead displayed where before there was the registration form.

    After login, or after registration, user is redirected to home page.

    I’m working on it from a while, and sometimes a critical error force me to disable your plugin to solve the issue.

    The site runs php 8.1 and WordPress 6.3.5.

    Best Regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @sintropiasolutions,

    Thank you for reaching out. It sounds like you’re facing some redirection issues after registration and login. Let’s try to resolve this step by step.

    1. Check Redirect Settings:
    1. Custom Redirection Code:
    • For redirect after registration:
    add_filter( 'user_registration_form_redirect_url', 'custom_registration_redirect', 10, 2 );
    function custom_registration_redirect($redirect_url, $form_id) {
    return home_url( '/specific-product-page/' );
    }
    1. Check for Conflicts:
    • Ensure there are no conflicts with other plugins or themes. You can try deactivating other plugins temporarily to see if the issue persists.
    1. Error Handling:
    • If you encounter critical errors, please check the error logs in your WordPress admin or server logs for more details and provide them here so we can help you to solve the issue

    Let me know if these steps help or if you need further assistance.

    Best regards

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @sintropiasolutions,

    Since we did not get a response from you, we are marking this topic as resolved. We believe the issues mentioned here are now resolved. Please create a new support topic if needed.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirect after registration doesn’t work’ is closed to new replies.