Home › Forums › WordPress Plugins › Hide My WP › Hide My WP doesnt Hide WP from source code and slows site down
Tagged: ?
- This topic has 13 replies, 2 voices, and was last updated 7 years, 5 months ago by
Suman M..
-
AuthorPosts
-
December 21, 2017 at 8:20 pm #19263
it doesnt hide my wp from the source code or plugins which was the whole reason I purchased. I dont understand any of the guides. this is either way too complicated for me, or its just broken because nothing is working. how can I get a refund?
December 22, 2017 at 4:53 am #19267Hi, I checked your site and HMWP seems to be working fine – https://www.screencast.com/t/KYpRMRazead
Please, clear the cache after applying the settings.Also check this – https://www.screencast.com/t/rL7OWPYCGcNb
December 22, 2017 at 6:29 am #19272Hi, thanks for getting back to me. There is still tons of code with “wp-” in it – for instance, this was taken from the source code of my website in a new browser with cleared cache.
Notice the wp-admin string below.
var rMedia_loading_file = “http:\/\/stripclubspdx.com\/wp-admin\/images\/loading.gif”;and wp-toolbar, wp-admin-bar-bp-login, wpadminbar
id=”wpadminbar”
class=”screen-reader-shortcut” href=”#wp-toolbar” tabindex=”1″>Skip to toolbar<div
class=”quicklinks” id=”wp-toolbar” role=”navigation” aria-label=”Toolbar” tabindex=”0″><ul
id=”wp-admin-bar-root-default” class=”ab-top-menu”><li
id=”wp-admin-bar-bp-login”><aetc
December 22, 2017 at 10:56 am #19285Hi, you’ll need to check the page source in logged out state.
December 22, 2017 at 5:07 pm #19299I am logged out. using mozilla (browser I rarely use, never logged into site with) I usually use chrome. Did you look at the source code and try using
‘ctrl+ f’and searching ‘wp-‘ You will see the code too.December 24, 2017 at 10:19 am #19316To replace “wp-admin” you’ll first need to rename wp-admin path name (e.g. panel) in HMWP Permalinks & URLs tab (tutorial: http://support.wpwave.com/videos/change-wp-admin-to-myadmin) and then add following replacement in “replace in html” option under replace tools tab:
/wp-admin ==> /panel
And regarding the occurrences like wp-admin-bar, wp-toolbar, etc., it’s not recommended to replace CSS class names and IDs as it might break the website. More info regarding the replacement here – https://codecanyon.net/item/hide-my-wp-amazing-security-plugin-for-wordpress/4177158/faqs/20827
December 24, 2017 at 7:35 pm #19324So does that mean that with this plugin it’s not suggested to do the things that need to be done in order to actually hide the fact that I am using wordpress? I dont want to do anything that might break the site, and the reason i paid $30 for the plugin was to completely hide the fact that I am using WP from the source code.
December 24, 2017 at 9:11 pm #19325The instructions on codecanyon are not very clear and the English is a bit broken and confusing. is it possible to pay you to do what is needed here? https://codecanyon.net/item/hide-my-wp-amazing-security-plugin-for-wordpress/4177158/faqs/20827
December 25, 2017 at 2:36 am #19329Hi, this plugin also seems to be breaking the upload cover photo and profile avatar on my budypress profiles. it causes the upload tabs and options to be unavailable.
December 25, 2017 at 4:00 am #19331Regarding replacing css class names like wp-admin-bar, you’ll need bit of coding knowledge. You can do these:
– add following replacement in “replace in html”:
wp-admin-bar ==> my-admin-bar
– now copy the css code for wp-admin-bar, paste it in “Internal CSS” textbox in Source code tab, and rename “wp-admin-bar” to “my-admin-bar”, and save the settings“this plugin also seems to be breaking the upload cover photo and profile avatar on my budypress profiles. it causes the upload tabs and options to be unavailable”
>> Where (URL) can we check this? Let us know the steps to regenerate the issue.December 25, 2017 at 4:02 am #19332and when i disable the plugin it breaks the media upload in the admin panel
December 25, 2017 at 4:08 am #19334OK, so I de-activated and then re-activated the plugin. I am now unable to get to the dashboard at all as i keep getting a 404 error. what do I do? I tried changing the url from admin and wp-admin respectively but to no vail
December 25, 2017 at 5:47 am #19335i was able to get back in by disabling the plugin and commenting out the code to change wp-admin to admin. but what do I do now?
December 26, 2017 at 6:50 am #19369Yes, if you have renamed wp-admin path then while deactivating HMWP, you’ll also need to remove the code that you added in wp-config.php file.
What exactly is the issue you are having right now with HMWP? Can you please list? -
AuthorPosts
You must be logged in to reply to this topic.