Home Forums WordPress Plugins Hide My WP Compatibility with Videocraft theme

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1229
    mar268
    Post count: 2

    Hi,
    I am having problem making HideMyWP plugin work with Videocraft theme. After I hide wp-login.php. I get the login screen but the login takes me always to 404 page.

    1. I am using the HMWP URL
    2. I have not enabled the New Admin path.

    URL is http://www.highstreetvideos.com

    #1230
    mar268
    Post count: 2
    This reply has been marked as private.
    #1235
    Hassan
    Post count: 955

    The problem is that your theme use plain text (wp-login.php) rather than standard WP login function (wp_login_url())

    To fix this you should contact with theme author or edit template files yourself

    If you’re not familiar with PHP :
    1) Take a back up from your theme
    2) Choose a login key/value and enter in HMWP settings (like hide_my_wp=1234)
    3) Search within your theme files and replace all
    wp-login.php
    with
    wp-login.php?hide_my_wp=1234
    where hide_my_wp=1234 is your chosen key

    Notes:
    If wp-login.php has something else like redirect it should be
    wp-login.php?hide_my_wp=1234&redirect=somthing

    In other words, first sign should be always ‘?’ but separator are ‘&’

    PS:
    Consider these files /registration_panel/custom_function.php’ /registration_panel/login.php’ ‘/registration_panel/registration.php’

    #1336
    mar268
    Post count: 2
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.