• I am using my test site to update the plugin to make sure nothing goes wrong. However when I updated download manager it completely changed my login form. Can i get it back to what it was or I have been trying to hide the forgot password ling and keep me signed in box. I do not want them on this page. I tried css in the theme and on the page. How do I fix this? Any help would be appreciated.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Nayeem Hyder

    (@nriddhi)

    Hello @bcrombie,

    The Download Manager plugin recently introduced a new modern login design. To hide the “Forgot password” link and “Keep me signed in” checkbox permanently (this survives plugin updates), use the template override method:

    STEP 1: Create the override folder in your active theme

    Create this folder in your active theme:

    /wp-content/themes/your-theme/download-manager/

    STEP 2: Copy the login form template

    Copy the file from:

    /wp-content/plugins/download-manager/src/User/views/login-form.php

    To your theme:

    /wp-content/themes/your-theme/download-manager/login-form.php

    STEP 3: Edit the copied file

    Open the file you just copied and DELETE lines 119-129

    Please kindly check and let me know, if it helps you

    Thank you and regards

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.