• Resolved wordultimate

    (@wordultimate)


    Hi, I have a problem encountered with the ‘UsersWP’ plugin, basically inside the login page there are two links to the page ‘register’ and ‘forgot password’, however unfortunately I can’t get those two links to work, when clicking on the buttons nothing happens, while instead if I try to change the theme, those buttons come back to work.

    From the console it looks like a problem with the ‘service-worker.js’ file as if it can’t find it, is it possible to know how to solve this problem? thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You could use the CSS code below in the Additional CSS of Theme Customizer to fix the issue

    .modal.fade.uwp-auth-modal.bsui.show {
    opacity: 1;
    }

    .modal.fade .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    }

    As the issue is cause due to the conflict between plugin and bootstrap. For fixing of the issue you could use the code or ask plugin author to fix it.

    Thank you


    Thread Starter wordultimate

    (@wordultimate)

    @afhelpteam i have used that code and now all works, thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘code 404 service-worker.js about login page’ is closed to new replies.