• I use your great plugin login/signup-popup but I struggle a little bit with login/logout with your plugin. I use the premium plugin sabai directory https://codecanyon.net/item/sabai-directory-plugin-for-wordpress/4505485 which is a directory system embedded in wordpress.
    the link structure of listings is e.g. gipfeldatenbank/bergtour/berggipfel1
    but when I login/logout and I have configured in your plugin redirect_to=”same” I get only forwarded/redirected to gipfeldatenbank/ (and bergtour/berggipfel1 are cut up)
    can you pls help me to get the correct redirect to same after login/logout

    perhaps this Sabai listing URL Link <?php echo $this->Entity_PermalinkUrl($entity);?> could help to solve this issue?

Viewing 1 replies (of 1 total)
  • Thread Starter bergblume

    (@bergblume)

    I just want to let you know that I have found a solution:

    In the end I simply commented out line 85 to take out the faulty redirect in global/xoo-el-login-section.php

    <!– <input type=”hidden” name=”xoo_el_redirect” value=”<?php echo esc_url( $redirect ); ?>”> –>

    • This reply was modified 10 months, 2 weeks ago by bergblume.
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with Sabai listing URLs (as they are cut off set “same”)’ is closed to new replies.