• Resolved leo4all

    (@leo4all)


    Does its possible to remove the JS code. the page is displayed for a while then it gets redirected. ( Due the theme it may be too heavy and takes a while to render the JS to work )

    FILE: class-ur-shortcode-login.php
    LINE 51: ur_get_template( 'myaccount/form-login.php', $atts );
    LINE 56: /* remove this */ window.location = "<php echo trim($redirect_url);?>"

    And added to it ( something like this )

    FILE: form-login.php
    LINE 53: <input type="hidden" name="redirect" value="<?= ($redirect_url) ? $redirect_url: get_permalink() ?>" />

    • This topic was modified 6 years, 8 months ago by leo4all.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @leo4all,

    Thank you for reporting the case. We will see if we can add something you suggested.

    Regards,
    WPEverest Support

    Hello,

    I face the same problem. This JS is conflicting. As a developer you should know better!!!
    I did report this issue earlier, but nothing seems to happen.

    Please hurry up! I have to launch the site Friday next week.

    I appreciate your help very much.

    Thanks,
    Felix

    • This reply was modified 6 years, 7 months ago by polderme.

    Hello @polderme,

    This issue has been fixed and will soon be available in next version. Please stay updated!

    Regards,
    WPEverest Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove redirect JS code.’ is closed to new replies.