Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi viriis,

    If you want to replace the register link form Your wp-login page.

    Follow below instructions.

    Go to Your core plugin directory

    take backup of “admin-custom-login.php” file.

    Now Open “admin-custom-login.php” file into any text editor.

    Paste below code in line number 140

    add_filter( ‘register_url’, ‘acl_replace_register_page_link’ );
    function acl_replace_register_page_link( $register_url ) {
    return ‘Enter-Or-Past-New-Link’;
    }

    Mention New Link that your want to use to Replace with registration link on return section of the function.

    now save the changes.

    if you have any confusion or problem you can frequently ask

    thanks

    Thread Starter viriis

    (@viriis)

    Thank you very much for your answer but i have a problem

    look
    https://www.yoxpo.com/voyage/wp-login.php

    css a probleme? no?

    Registration on the link sent to wp-login.php

    otherwise it is possible to remove the footer and add it myself links in the footer?

    Thanks

    Thread Starter viriis

    (@viriis)

    And two plugin activate?

    https://recordit.co/nQdQGoDt21

    Thread Starter viriis

    (@viriis)

    it s ok for two plugin activate it s my fault

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi

    i look you problem

    First issue that i found is css related problem.

    For this you have to modified some code.

    Go to Your core plugin directory >> login-form-screen.php file.

    Now open “login-form-screen.php” file into any text editor.

    Copy the code from this Link and replace the whole code of “login-form-screen.php” file.

    now save the File

    same as

    Go to Your core plugin directory >> css >> socialcss.php file.

    Now open “socialcss.php” file into any text editor.

    Copy the code from this Link and replace the whole code of “socialcss.php” file.

    now save the File.

    For second issue

    1. is your registration Link redirect you to login page ??

    2. or you want to hide registration link ??

    Thread Starter viriis

    (@viriis)

    sorry doesn’t work page blank

    we will be simpler just want the link lost password

    is’it possible
    thanks

    Thread Starter viriis

    (@viriis)

    soory,
    not just delete all footer

    Plugin Author weblizar

    (@weblizar)

    Hi viriis,

    If You Want to remove all footer than use that css

    For Remove the lost password link :-

    p#nav {
    			display: none;
    	    }

    For Remove the “Back to” link :-

    #backtoblog > :first-child{
                display:none;
            }

    Put these css in “login-form-screen.php” page at line number 257

    and save the changes.

    for remove registration link

    Go to general settings option in admin menu of your wordpress and uncheck Membership

    thanks

    Thread Starter viriis

    (@viriis)

    Thank you very much

    it’s works

    Thanks and very good plugin ??

    Plugin Author weblizar

    (@weblizar)

    You are welcome viriis,

    Let us know if we can do anything else for you today. We’ll glad to help!

    Thanks

    Thread Starter viriis

    (@viriis)

    really Thank you for your support

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Link register’ is closed to new replies.