Home › Forums › WordPress Plugins › Hide My WP › hide plugins and source indicators
- This topic has 64 replies, 3 voices, and was last updated 5 years, 1 month ago by Suman M..
-
AuthorPosts
-
March 1, 2018 at 4:52 pm #20433elkinoPost count: 64
When you look at the sourcecode for wp sites, you see plugin code for necessary plugins, such as yoast and monster insights. Is there a way to hide those? Is there a way to hide all references to plugin code in the source?
March 2, 2018 at 11:05 am #20441Suman M.Post count: 12478Hi, you can use “replace in html” option under Replace Tools tab to replace the text in the site’s page source.
More info regarding the replacement here – https://codecanyon.net/item/hide-my-wp-amazing-security-plugin-for-wordpress/4177158/faqs/20827March 3, 2018 at 5:51 pm #20475elkinoPost count: 64This reply has been marked as private.March 4, 2018 at 12:32 pm #20484Suman M.Post count: 12478Hi, can you please attach it as a text file instead (so that I can copy paste the text)? Thanks!
March 5, 2018 at 7:02 am #20493elkinoPost count: 64This reply has been marked as private.March 5, 2018 at 9:58 am #20498Suman M.Post count: 12478Hi, first of all make sure that you check the site’s page source in logged out state.
# For the comments added by plugins/theme, please add the replacement in “Replace in HTML” like below:
This site is optimized with the Yoast SEO plugin ==> SomeName
https://yoast.com/wordpress/plugins/seo/ ==> SomeName# To remove link/style tag id add replacement like below:
cryptowoo-css ==>> SomeName# To rename occurrences of word woocommerce, please enable/check “Auto Configuration” option in Replace Tools tab.
# To remove anything starting with “wp”
>> it’s not recommended to bulk replace “wp” as it will replace all the text that has “wp” in it. So, you’ll need to replace entire word/text, and also it’s not recommended to replace css class names as it might break the site.March 5, 2018 at 6:02 pm #20501elkinoPost count: 64This reply has been marked as private.March 5, 2018 at 6:05 pm #20502elkinoPost count: 64This reply has been marked as private.March 6, 2018 at 5:54 am #20508Suman M.Post count: 12478If I rename occurrences to woocommerce and select auto-config, will all of the code continue to work as is?
>> If you enable “Auto Configuration” then most of the occurrences of word woocommerce should be hidden. But if you are manually replacing any woocommerce word or any other text then do check your website after each such replacement.If you want to rename css class name like “yith-frontend-manager-for-woocommerce”, there’s a way around, which needs a bit of coding skill. You’ll need to add following replacement in “replace in html”:
yith-frontend-manager-for-woocommerce ==> SomeNameXYZ
Then copy the original css code
.yith-frontend-manager-for-woocommerce .fl-logo-img { max-width: 210px; }
and add it in “Internal CSS” in HMWP Source Code tab as follows:
.SomeNameXYZ .fl-logo-img { max-width: 210px; }
September 18, 2018 at 5:41 pm #23474elkinoPost count: 64This reply has been marked as private.September 19, 2018 at 3:58 am #23478Suman M.Post count: 12478Hi, can you please let us know your site’s wp-admin login details as private reply, so that we can look into the issue? Thanks!
September 19, 2018 at 8:09 am #23479elkinoPost count: 64This reply has been marked as private.September 20, 2018 at 6:04 am #23483Suman M.Post count: 12478Alright, then please generate debug report from HMWP start tab and post it here as private reply.
September 20, 2018 at 2:03 pm #23485elkinoPost count: 64This reply has been marked as private.September 21, 2018 at 2:47 am #23490Suman M.Post count: 12478The settings look fine. Can you please send us your site’s server access log for 20 Sep & 21 Sep, 2018? We want to check what builtwith.com is accessing in your site.
-
AuthorPosts
You must be logged in to reply to this topic.