Forum Replies Created

Viewing 15 posts - 7,576 through 7,590 (of 9,718 total)
  • Author
    Posts
  • in reply to: Cant login to site after deleting the plugin #8055
    Suman M.
    Post count: 12480

    Hi, please let us know your website’s wp-admin login details & FTP details (as private reply), so that we can fix it for you.

    in reply to: Reset Plugin Settings – How to #8053
    Suman M.
    Post count: 12480

    There should be require_once(…) line in ever WordPress’s wp-config.php file. Can you please post your site’s wp-config.php file here as text file?

    in reply to: Reset Plugin Settings – How to #8039
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: Unable to access site Once plugin activated #8038
    Suman M.
    Post count: 12480

    Hi, it’s possibly the htaccess issue. Is it that your site just goes blank or is there any error shown up? To check the error, please try setting WP_DEBUG to true in wp-config.php file.

    in reply to: Avatar conflict #8036
    Suman M.
    Post count: 12480

    Hi, please let us know wp-admin login details as private reply. Also let us know where (URL) we can check this avatar upload issue.

    in reply to: Cant login to site after deleting the plugin #8035
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: I can't login to my site anymore.. 404 error Help please #8032
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: Purchase code not working! #8031
    Suman M.
    Post count: 12480

    Hi, can you please let us know your site’s wp-admin login details and the purchase code as private reply so that we can look into it.

    in reply to: Unable to login Once plugin activated #8029
    Suman M.
    Post count: 12480

    Hi, there was some issue with the HMWP settings.

    I followed these steps and it seems to be working fine now:

    – in HMWP Start Tab selected “Medium Privacy – More Compatibility” scheme
    – in Permalink & URLs tab set “rename plugins” option to “all plugins”

    Note: Your new login URL will be http://www.yourdomain.com/wp-login.php?hide_my_wp=1234

    Let us know if there’s any other issue.

    in reply to: I can't login to my site anymore.. 404 error Help please #8020
    Suman M.
    Post count: 12480

    Hi, if you have applied pre-made settings from HMWP start tab then the new login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234
    If it still doesn’t work then please try resetting htaccess file content to WP default (https://codex.wordpress.org/htaccess)

    in reply to: Hiding folder plugins and theme? #8019
    Suman M.
    Post count: 12480

    Hi, please follow these steps:

    – goto HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
    – goto Permalink & URLs tab and set “rename plugins” option to “all plugins”

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable. Your new login URL will be http://www.yourdomain.com/wp-login.php?hide_my_wp=1234

    Let us know if you have any issue.

    in reply to: Crash & Can't Re-install #8018
    Suman M.
    Post count: 12480

    Hi, to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please follow these steps:

    – in HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
    – in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)
    – add following line in wp-config.php
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
    – you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
    – clicked on “I did it (login to new dashboard)” button.

    If you are still having the issue then please let us know your site’s wp-admin login details & FTP details (as private reply) so that we can fix it for you.

    in reply to: WP-ADMIN goes 404 #8011
    Suman M.
    Post count: 12480

    Hi, after applying pre-made settings in HMWP, the new login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234

    Have you tried this?

    in reply to: Cannot access dashboard #8010
    Suman M.
    Post count: 12480

    Hi, are you able to access the backend login page? Can you please try renaming “hide_my_wp” plugin folder in “wp-content/plugins/” directory?
    if still the issue then please let us know your website’s wp-admin login details (as private reply), so that we can have a look at the issue further.

    in reply to: Unable to hide all "theme" info #8008
    Suman M.
    Post count: 12480

    Hi,

    # To replace the URLs like http://yoursite.com/wp-content/uploads/dynamic_avia/enfold.css, you can add replacement in “replace urls” option under HMWP replace tools tab like this:
    wp-content/uploads/dynamic_avia/enfold.css ==> XYZ.css

    # For removing enfold theme’s debugging info, please check this:
    http://www.kriesi.at/support/topic/remove-debugging-code-from-page-source/

    # For removing “wp-content/themes/enfold/” from the URLs, you can add replacement in “replace in html” like this:
    wp-content/themes/enfold/ ==> skin/
    OR
    wp-content/themes/enfold/ ==> skin_main/ (if you use child theme)

    Note: “skin” is the value of “New theme path” field in permalinks & urls tab

    Let us know if you have any issue.

Viewing 15 posts - 7,576 through 7,590 (of 9,718 total)