Forum Replies Created
-
AuthorPosts
-
December 1, 2018 at 10:48 pm in reply to: How to hide plugin and theme details from browser inspect? #24537
HMWP doesn’t physically rename any files/folders, it makes use of rewrite rules. Also it doesn’t affect any code or config (except for renaming wp-admin for which you need to manually add a line in wp-config.php). If you delete the new plugin path name (that you have specified) from HMWP settings then the plugin path will automatically switch back to WP default i.e. /wp-content/plugins/
This reply has been marked as private.Hi, previously did you rename wp-admin path name using HMWP plugin? If so make sure that you comment out or remove following line from wp-config.php:
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
And in “wp_options” table in your database, delete the rows with following “option_name”. Please backup your database first.
– hide_my_wp
– hide_my_wp_undo
– hmwp_ids_installed
– hmw_all_plugins
– external_updates-hide_my_wp
– hmwp_spam_counter
– hmwp_temp_admin_pathYou shall now be able to login to backend. Please let us know!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi, first of all, you’ll need to check your site’s page source in logged out state.
1) the theme ‘thegem’ adds lots of names/text in the site’s page source with the name ‘thegem’. You can replace those using “Replace tools” tab. I have added some replacements under Replace Tools tab to take care of this. Similarly, you can add replacements too. Note that it’s not recommended to replace CSS class names and script variables.
More info on replacements – https://codecanyon.net/item/hide-my-wp-amazing-security-plugin-for-wordpress/4177158/faqs/208272) Please check now (check in logged out state)
3) Please check now.
This reply has been marked as private.Hi, you are using Jetpack plugin which adds lots of 3rd party wordpress urls (https://www.screencast.com/t/MYsJziPFltH), and replacing 3rd party urls will cause issue. Hence, such URLs cannot be renamed. I have added replacements in “replace in html” for this – https://www.screencast.com/t/n7w67jbdx
Can you please check the site and let us know?
HMWP does not alter the settings of other plugins and theme. The ‘reset settings to WP’ button will only reset HMWP settings.
The new documentation will be out in few weeks.
1) I did not get it exactly! Activating HMWP plugin does not apply any settings (it’s blank)
2) Yes, you can import the HMWP settings. Copy the exported settings in “Import Options” text box in Start tab
3) Yes, it will reset all HMWP settings.November 29, 2018 at 9:57 am in reply to: How to hide plugin and theme details from browser inspect? #24488Hi, you’ll need to give the new names for the default WP paths in HMWP “permalinks & urls” tab like this – https://www.screencast.com/t/ymQUgrcK
Then the default WP paths will be replaced with new names, which you can see in site’s page source or browser inspect tool.It might have been a temporary issue. We’ll look into it.
Yes, ‘Reset Settings to WP’ button is for that purpose. It’ll reset all the HMWP settings (i.e. no settings applied)
-
AuthorPosts