Membership plugin and login page not working together

Discussion in 'VideoCraft WordPress Theme' started by smurph2020, Dec 10, 2013.

Thread Status:
Not open for further replies.
  1. smurph2020

    smurph2020 New Member

    Joined:
    Nov 4, 2013
    Messages:
    11
    Likes Received:
    0
    To whom it may concern:
    I am adding a membership plugin to my site. Either WishList Member or S2Member I haven't decided yet. They need to use the default WP-login.php in order to customize it for the plugin. How can I change the VideoCraft theme to allow it to use the default WP login page? I know that it is possible I just need help eliminating the custom login page from the theme.
    Thank you and Happy Coding,
    Sean
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Sean,

    For this you need to remove custom login code from two files
    Open "tpl_video_upload.php" and remove code given below.

    Code:
    //call login form
                                    videocast_login_form();
                                    //call registration form
                                    $redirect = inkthemes_get_option('user_redirect');
                                    videocast_register_form($redirect);
                                    wp_footer();
    check image for reference.

    login-form.png

    After that open "function.php"
    And remove code shown in the image.
    Check image for reference.
    login1.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. smurph2020

    smurph2020 New Member

    Joined:
    Nov 4, 2013
    Messages:
    11
    Likes Received:
    0
    Nitesh,
    Thank you. This solved my problem!!
    Happy Coding,
    Sean
     
Thread Status:
Not open for further replies.

Share This Page