Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Hi,
    I have downloaded and installed the plugin.
    Unfortunately, there is not a way to do this using this plugin without changing the code in the change login plugin.
    I would be hesitant to suggest changes to another company so I would recommend you reach out to their support

    Thread Starter javied

    (@javied)

    I saw the All In One WP Security & Firewall plugin code for the unlock request form. They have created the unlock request form and they are using these things:
    wp_admin_css( ‘login’, true );
    wp_admin_css( ‘colors-fresh’, true );
    $login_header_url = __( ‘https://www.ads-software.com/’ );
    $login_header_title = __( ‘Powered by WordPress’ );

    You can have a look at the file of the plugin in this path:
    all-in-one-wp-security-and-firewall\other-includes\wp-security-unlock-request.php

    They are using only the WordPress admin CSS file, that is why the CSS which is added with the hook is not changing the logo and URL.
    And there is no provision of hooks to override this. Kindly provide a way to override these, instead of editing the above file directly, so that the changes won’t get lost in future updates.

    • This reply was modified 3 years, 4 months ago by javied.
    Plugin Support vupdraft

    (@vupdraft)

    Hi Javied,

    I will pass it onto our development team for review

    Thread Starter javied

    (@javied)

    Hu,

    Any update on this

    Plugin Support vupdraft

    (@vupdraft)

    Hi,
    It does take a while for request to be approved. If it is approved then it will be bundled and released.
    Approval is normally dependant on how much interest there has been regarding a request and how critical it is (ie, if there is any security breaches, this will be dealt with immediately)
    In the meantime, if you wish to provide a solution, I am more than happy to pass this onto our development team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change wordpress Default logo in unlock request form’ is closed to new replies.