Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi, it’s because you are replacing wp-login in “replace in html” in HMWP. That’s not the correct way and also you shall not replace CSS class names. You can use plugin like Theme my login to change the login path.
For more info regarding replacements, please check this FAQ http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/20827
Hi, I set WP_DEBUG to true in wp-config.php file and found out that the 500 error is due to woocommerce-checkout-manager plugin. I renamed that plugin to “__woocommerce-checkout-manager” and 500 error is gone now, but website is blank. I tried renaming HMWP plugin and resetting htaccess content to WP default but still it’s blank. SO the issue doesn’t seem to be related to HMWP plugin. Please try deactivating the plugins and also check your theme.
This reply has been marked as private.Hi, I logged into your website with above credentials and I could successfully logout by clicking on Logout link. Can you please check again?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi, regarding builtwith.com, it seems like it’s algorithm has recently been updated. We’ll be updating HMWP plugin in the upcoming versions so that WP can’t be detected with builtwith.com
Hi, it seems like you are using WP Engine. Please follow the steps as mentoned here
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17669Also, I checked your website and see that the text is not visible there even after HMWP is deactivated.
Hi, to replace wp-emoji-release.min.js:
Add following replacement in “replace in html” (under replace tools tab):
wp-emoji-release.min.js ==> emj.jsAdd following replacement in “replace urls”
wp-includes/js/wp-emoji-release.min.js ==> wp-includes/js/emj.jsFor wp-embed.min.js – if you do not use enhanced embeds in wordpress then disable this feature using this plugin – https://wordpress.org/plugins/disable-embeds/
You may modify wp-admin path, but you’ll need to follow the on-screen instructions very carefully. Please follow these steps:
– 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.Hi, it’s probably the htaccess issue. Please let us know your website’s wp-admin login details (as private reply), so that we can have a look at the issue.
Sorry for that but the delay was also due to invalid credentials and/or the site was not accessible.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts